X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tests%2Fqd.pl;h=9d76f54381919742d946bc564ba8f56833cdf001;hb=a694cda96e395b01df614823198398d934e66156;hp=9a4ceabc5fb26ecc9102260afa0daf50f3bb2b6e;hpb=ee46693fa80dcafcc98db9adeca3d74e039be8b7;p=wannabuild.git diff --git a/tests/qd.pl b/tests/qd.pl index 9a4ceab..9d76f54 100755 --- a/tests/qd.pl +++ b/tests/qd.pl @@ -69,6 +69,41 @@ Build-Depends: debhelper (>= 7), docbook-xsl, ldp-docbook-xsl (>= 0.0.20040321-0 Build-Conflicts: dash Architecture: all i386 amd64 +Package: autonfu +Binary: autonfu +Version: 1.41.11-1 +Priority: required +Section: admin +Architecture: amd64 + +Package: autonfu1 +Binary: autonfu1 +Version: 1.41.11-1 +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 ; @@ -110,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 ; @@ -152,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', @@ -162,15 +240,31 @@ is_deeply ($$srcs, { }, 'nfu' => { 'priority' => 'optional', - 'status' => 'not-for-us', + 'status' => 'packages-arch-specific', 'version' => '4.1-3', 'name' => 'nfu', 'section' => 'shell', 'binary' => ['nfu'], }, + 'autonfu' => { + 'priority' => 'required', + 'status' => 'arch-not-in-arch-list', + 'version' => '1.41.11-1', + 'name' => 'autonfu', + 'section' => 'admin', + 'binary' => ['autonfu'], + }, + 'autonfu1' => { + 'priority' => 'required', + 'status' => 'uncompiled', + 'version' => '1.41.11-1', + 'name' => 'autonfu1', + 'section' => 'admin', + 'binary' => ['autonfu1'], + }, 'pbuilder' => { 'priority' => 'extra', - 'status' => 'not-for-us', + 'status' => 'packages-arch-specific', 'version' => '0.196', 'binary' => [ 'pbuilder', @@ -181,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'}, @@ -188,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');