diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5608f61..992a38d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debvm (0.4.5~bpo12+1) bookworm-backports; urgency=medium + + * Rebuild for bookworm-backports. + * Relax qemu dependency + + -- Helmut Grohne <helmut@subdivi.de> Thu, 26 Jun 2025 07:39:09 +0200 + debvm (0.4.5) unstable; urgency=medium * debefivm-create: clean up unreproducible files (Closes: #1107719) 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: |