diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-06-23 07:51:01 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-06-23 07:51:01 +0200 |
commit | c7325e9f97142c418997721579ad943445b3bba2 (patch) | |
tree | 2312627ead96f1d5f53d0a4d756011928bde5d5e | |
parent | 7560cc78e73bce060fb523bbf80200fa2b77b27b (diff) | |
download | debvm-c7325e9f97142c418997721579ad943445b3bba2.tar.gz |
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")
-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 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 <helmut@subdivi.de> 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: |