diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-01-27 08:24:08 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-01-27 08:24:08 +0100 |
commit | 1b4e1a1215e35403823f9c33f681269fa1953e88 (patch) | |
tree | dbcb6f44a6fcb0c8fcf5b866cd223c1980d94306 /debian/tests | |
parent | 9676fb5f100b7332e1e5fbd8e10e8c4d8731d794 (diff) | |
download | debvm-1b4e1a1215e35403823f9c33f681269fa1953e88.tar.gz |
debian: autopkgtests: depend on suitably recent fakechroot
Diffstat (limited to 'debian/tests')
-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 |