[trusty/master-next, trusty/lts-backport-utopic-next, vivid/master-next, wily/master-next 1/1] UBUNTU: [Tests] gcc-multilib does not exist on ppc64el
Andy Whitcroft
apw at canonical.com
Wed Nov 25 18:42:38 UTC 2015
We have a hard dependency on gcc-multilib which is not available on
ppc64el. Drop this dependancy by making it arch conditional.
BugLink: http://bugs.launchpad.net/bugs/1515541
Signed-off-by: Andy Whitcroft <apw at canonical.com>
---
debian/tests/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/tests/control b/debian/tests/control
index 49f60ee..c24efa1 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -3,5 +3,5 @@ Depends: @builddeps@, fakeroot
Restrictions: allow-stderr
Tests: ubuntu-regression-suite
-Depends: build-essential, gcc-multilib, gdb, git, bzr
+Depends: build-essential, gcc-multilib [amd64 arm64 armhf i386 powerpc], gdb, git, bzr
Restrictions: allow-stderr, isolation-machine, breaks-testbed
--
2.6.2
More information about the kernel-team
mailing list