From 32a22ca509598c628046d4b87c3594e411f67f05 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 19 Jun 2025 22:29:51 +0200 Subject: 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. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') 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: -- cgit v1.2.3