diff options
author | Helmut Grohne <helmut@subdivi.de> | 2025-06-19 22:29:51 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2025-06-19 22:29:51 +0200 |
commit | 32a22ca509598c628046d4b87c3594e411f67f05 (patch) | |
tree | c397ebd06951ee378e2368af8dc2cfacc1595ddd /debian/control | |
parent | ed37c6d07f2e7d9067a1ab2f9e871392381cc439 (diff) | |
download | debvm-32a22ca509598c628046d4b87c3594e411f67f05.tar.gz |
Relax qemu dependency
It was tightened up beyond bookworm via
1c98a5b3b36f ("bin/debvm-run: qemu (>> 1:8.0) provides symlinks for qemu-system-${debarch} as well as qemu-system-any")
and then via
1f768f1dae33 ("debvm-run: re-enable qemu detection for pre-trixie")
the dependency was practically relaxed but not in debian/control.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 0d2e123..dc849e2 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Depends: dpkg-dev, e2fsprogs, mmdebstrap (>= 1.3.0), - qemu-system-native | qemu-kvm (>> 1:8.0) | qemu-system-any, + qemu-system-native | qemu-kvm | qemu-system-any | qemu-system-arm | qemu-system-mips | qemu-system-misc | qemu-system-ppc | qemu-system-sparc | qemu-system-x86, # *-run for -device virtio-net-pci,netdev=net0 ipxe-qemu, Recommends: |