From c7325e9f97142c418997721579ad943445b3bba2 Mon Sep 17 00:00:00 2001
From: Helmut Grohne <helmut@subdivi.de>
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/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'debian/control')

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