X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tests%2Fqd.pl;h=9d76f54381919742d946bc564ba8f56833cdf001;hb=e0bd52fb8cf3c44ecd1e425d20613219b04963d6;hp=6ae5100014a258cf6db0df07c9ce29f193c0ea9f;hpb=82687dad4773036a4aa5100a6940758b6bcbf7ab;p=wannabuild.git diff --git a/tests/qd.pl b/tests/qd.pl index 6ae5100..9d76f54 100755 --- a/tests/qd.pl +++ b/tests/qd.pl @@ -83,6 +83,27 @@ Priority: required Section: admin Architecture: linux-any +Package: lv2core +Binary: lv2core +Version: 4.0-5 +Priority: optional +Section: sound +Architecture: any + +Package: haskell-haxr +Binary: libghc6-haxr-prof +Version: 3000.2.1-2 +Priority: extra +Section: haskell +Architecture: any + +Package: haskall-dummy +Binary: libghc6-haxr-prof +Version: 1:3 +Priority: extra +Section: haskell +Architecture: all + EOF ; @@ -124,6 +145,19 @@ Section: devel Architecture: all Version: 0.196 +Package: lv2core +Priority: optional +Section: sound +Installed-Size: 112 +Architecture: all +Version: 3.0-3 + +Package: libghc6-haxr-prof +Version: 1:3 +Priority: extra +Section: haskell +Architecture: all + EOF ; @@ -166,6 +200,36 @@ is_deeply ($$srcs, { 'depends' => 'debhelper [i386 amd64], bash [!kfreebsd-i386], perl [!i386 !amd64]', 'binary' => ['base-files'], }, + 'haskall-dummy' => { + 'priority' => 'extra', + 'status' => 'arch-all-only', + 'version' => '1:3', + 'binary' => [ + 'libghc6-haxr-prof' + ], + 'name' => 'haskall-dummy', + 'section' => 'haskell' + }, + 'all' => { + 'priority' => 'optional', + 'status' => 'arch-all-only', + 'version' => '4.1-3', + 'binary' => [ + 'all' + ], + 'name' => 'all', + 'section' => 'shell' + }, + 'allbin' => { + 'priority' => 'optional', + 'status' => 'arch-all-only', + 'version' => '4.1-3', + 'binary' => [ + 'allbin' + ], + 'name' => 'allbin', + 'section' => 'shell' + }, 'test' => { 'priority' => 'optional', 'status' => 'uncompiled', @@ -176,7 +240,7 @@ is_deeply ($$srcs, { }, 'nfu' => { 'priority' => 'optional', - 'status' => 'not-for-us', + 'status' => 'packages-arch-specific', 'version' => '4.1-3', 'name' => 'nfu', 'section' => 'shell', @@ -184,7 +248,7 @@ is_deeply ($$srcs, { }, 'autonfu' => { 'priority' => 'required', - 'status' => 'auto-not-for-us', + 'status' => 'arch-not-in-arch-list', 'version' => '1.41.11-1', 'name' => 'autonfu', 'section' => 'admin', @@ -200,7 +264,7 @@ is_deeply ($$srcs, { }, 'pbuilder' => { 'priority' => 'extra', - 'status' => 'not-for-us', + 'status' => 'packages-arch-specific', 'version' => '0.196', 'binary' => [ 'pbuilder', @@ -211,6 +275,26 @@ is_deeply ($$srcs, { 'depends' => 'debhelper (>= 7), docbook-xsl, ldp-docbook-xsl (>= 0.0.20040321-0.1), xsltproc, dpkg-dev (>= 1.13.19), dblatex, debconf | debconf-2.0, po-debconf, po4a', 'conflicts' => 'dash' }, + 'lv2core' => { + 'priority' => 'optional', + 'status' => 'uncompiled', + 'version' => '4.0-5', + 'binary' => [ + 'lv2core' + ], + 'name' => 'lv2core', + 'section' => 'sound' + }, + 'haskell-haxr' => { + 'priority' => 'extra', + 'status' => 'overwritten-by-arch-all', + 'version' => '3000.2.1-2', + 'binary' => [ + 'libghc6-haxr-prof' + ], + 'name' => 'haskell-haxr', + 'section' => 'haskell' + }, '_binary' => { 'e2fsprogs' => {'version' => '1.41.11-1', 'arch' => 'i386'}, 'bash' => {'version' => '4.1-3', 'arch' => 'i386'}, @@ -218,5 +302,6 @@ is_deeply ($$srcs, { 'bash-static' => {'version' => '4.1-3', 'arch' => 'i386'}, 'all' => {'version' => '4.1-3', 'arch' => 'all'}, 'pbuilder' => { 'arch' => 'all', 'version' => '0.196' }, + 'libghc6-haxr-prof' => { 'arch' => 'all', 'version' => '1:3' }, }, }, 'reading packages');