diff options
author | Helmut Grohne <helmutg@debian.org> | 2023-06-19 12:45:11 +0000 |
---|---|---|
committer | Helmut Grohne <helmutg@debian.org> | 2023-06-19 12:45:11 +0000 |
commit | 81f9e7abf9329da14f664c12625864bff2e85f25 (patch) | |
tree | 89084e393300445fab4888a9fa7d5295b5bff5ae /debian | |
parent | 8ce786ab8f39f2d7570355a5bbf26bc0669258d3 (diff) | |
parent | e36f7f1d7b8b2e41154dd07981129bace2293403 (diff) | |
download | debvm-81f9e7abf9329da14f664c12625864bff2e85f25.tar.gz |
Merge branch 'qemu8exp' into 'main'
bin/debvm-run: qemu provides symlinks for qemu-system- starting with 1:8.0~rc4+dfsg-2
See merge request helmutg/debvm!31
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 60112be..0d63dff 100644 --- a/debian/control +++ b/debian/control @@ -13,11 +13,12 @@ Package: debvm Architecture: all Depends: ${misc:Depends}, + dpkg-dev, e2fsprogs, genext2fs, mmdebstrap (>= 1.3.0), passwd, - qemu-kvm | qemu-system-arm | qemu-system-mips | qemu-system-misc | qemu-system-ppc | qemu-system-sparc | qemu-system-x86, + qemu-kvm (>> 1:8.0) | qemu-system-any # Required for -device virtio-net-pci,netdev=net0 ipxe-qemu, Recommends: |