From 451ead17ded7acd2a0c530bb9d64ac669e2ed5b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Tue, 5 Jan 2010 00:01:25 +0100 Subject: Normalize and test arch specifiers --- test_pbuilder-satisfydepends-funcs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test_pbuilder-satisfydepends-funcs') diff --git a/test_pbuilder-satisfydepends-funcs b/test_pbuilder-satisfydepends-funcs index 0552ec2..b713f56 100755 --- a/test_pbuilder-satisfydepends-funcs +++ b/test_pbuilder-satisfydepends-funcs @@ -27,8 +27,8 @@ Build-Depends: quilt(<<12:0), ## libwxgtk2.8-dev -Build-Depends-Indep: test, test1, - test2, test3 | +Build-Depends-Indep: test [ amd64 i386 ], test1, + test2[!i386 ! amd64], test3 | test4, test5 Misc: test @@ -45,7 +45,7 @@ trap cleanup sigpipe sighup exit # TODO move to build dir DEBIAN_CONTROL="$(tempfile)" -expect_output "autotools-dev (>= 1.2), debhelper, quilt (<< 12:0), libwxgtk2.8-dev, test, test1, test2, test3 | test4, test5" \ +expect_output "autotools-dev (>= 1.2), debhelper, quilt (<< 12:0), libwxgtk2.8-dev, test [amd64 i386], test1, test2 [!i386 !amd64], test3 | test4, test5" \ test_get_build_deps "no" expect_output "autotools-dev (>= 1.2), debhelper, quilt (<< 12:0), libwxgtk2.8-dev" \ test_get_build_deps "yes" -- cgit v1.2.3