diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-02-08 20:02:32 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-02-08 20:02:32 +0100 |
commit | 50e9c55341d541b02883b51a32bd7266989a5434 (patch) | |
tree | 0ce1cf53b5e9a9940dae2e3cd8beb653b74605e5 /debian | |
parent | dc06604925f029142cfa8792e76df9f751c081ff (diff) | |
download | debvm-50e9c55341d541b02883b51a32bd7266989a5434.tar.gz |
autopkgtests: drop versioned qemu dependency
Since qemu-kvm is virtual, it doesn't have a version and we cannot
depend on it like that. Rather than revert back to qemu-system-misc
(which would defeat the purpose), just drop the dependency as testing
has a fixed version now.
Thanks to Jochen Sprickerhof for explaining the cause of badpkg.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/tests/control | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/tests/control b/debian/tests/control index 3b29255..67f580b 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,13 +1,11 @@ Test-Command: ./tests/create-and-run.sh $(dpkg --print-architecture) sid -# Versioned qemu dependency for #1029309 -Depends: debvm, file, openssh-client, seabios [ppc64el], qemu-kvm (>= 1:7.2+dfsg-2) +Depends: debvm, file, openssh-client, seabios [ppc64el] Restrictions: allow-stderr, needs-internet, needs-root # Skip running on armel and armhf as the emulation is too slow there to actually work. Architecture: amd64 arm64 i386 mips64el mipsel ppc64el riscv64 s390x Test-Command: unshare -U true || exit 77; ./tests/create-and-run.sh $(dpkg --print-architecture) sid -# Versioned qemu dependency for #1029309 -Depends: debvm, file, openssh-client, seabios [ppc64el], qemu-kvm (>= 1:7.2+dfsg-2), uidmap +Depends: debvm, file, openssh-client, seabios [ppc64el], uidmap Restrictions: allow-stderr, needs-internet, skippable # Skip running on armel and armhf as the emulation is too slow there to actually work. Architecture: amd64 arm64 i386 mips64el mipsel ppc64el riscv64 s390x |