From c7325e9f97142c418997721579ad943445b3bba2 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Fri, 23 Jun 2023 07:51:01 +0200 Subject: upload 0.2.12 to unstable Fix a syntax error in control. Fixes: 1c98a5b3b36f ("bin/debvm-run: qemu (>> 1:8.0) provides symlinks for qemu-system-${debarch} as well as qemu-system-any") --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2389b13..3e477a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debvm (0.2.12) unstable; urgency=medium + + * The "build before upload" release. + * Fix syntax error in control file. + + -- Helmut Grohne Fri, 23 Jun 2023 07:50:09 +0200 + debvm (0.2.11) unstable; urgency=medium [ Helmut Grohne ] diff --git a/debian/control b/debian/control index 0d63dff..d4dbda0 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Depends: genext2fs, mmdebstrap (>= 1.3.0), passwd, - qemu-kvm (>> 1:8.0) | qemu-system-any + qemu-kvm (>> 1:8.0) | qemu-system-any, # Required for -device virtio-net-pci,netdev=net0 ipxe-qemu, Recommends: -- cgit v1.2.3