diff options
-rw-r--r-- | debian/tests/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/tests/control b/debian/tests/control index 4957ab3..26dc738 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,6 +1,7 @@ Test-Command: ./tests/create-and-run.sh $(dpkg --print-architecture) sid # Work around #1029309: qemu-system-misc does not Provide: qemu-kvm [s390x] -Depends: debvm, fakeroot, fakechroot, file, libsystemd-shared, openssh-client, seabios [ppc64el], qemu-system-misc [s390x] +# Depend on a fakechroot that fixes #1029490: ldd.fakechroot yields wrong ld.so path +Depends: debvm, fakeroot, fakechroot, fakechroot (>= 2.20.1+ds-9) [ia64 mips64el ppc64 ppc64el s390x], file, libsystemd-shared, openssh-client, seabios [ppc64el], qemu-system-misc [s390x] Restrictions: allow-stderr, needs-internet Features: test-name=hint-testsuite-triggers |