From 85de70ea61b4a544b2c1b42e0466e5d6494e7b80 Mon Sep 17 00:00:00 2001
From: Helmut Grohne <helmut@subdivi.de>
Date: Wed, 5 Mar 2025 11:34:32 +0100
Subject: debian/tests: tighten dependency on qemu-kvm

The native test really wants to run kvm (whether it uses kvm or tcg is
another question), but debvm only depends on qemu-kvm | qemu-system-any.
The latter alternative is of little use for the test and makes it fail.
---
 debian/tests/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index 4f4bba3..36cef6d 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,11 +1,11 @@
 Test-Command: setsid ./tests/create-and-run.sh $(dpkg --print-architecture) ""
-Depends: debian-archive-keyring, debvm, expect, file, openssh-client, seabios [ppc64el]
+Depends: debian-archive-keyring, debvm, expect, file, openssh-client, seabios [ppc64el], qemu-kvm
 Restrictions: allow-stderr, needs-internet, needs-root
 # Skip running on armel and armhf as the emulation is too slow there to actually work.
 Architecture: !armel !armhf
 
 Test-Command: unshare -U -m -p -f -r --mount-proc true || exit 77; ./tests/create-and-run.sh $(dpkg --print-architecture) ""
-Depends: debian-archive-keyring, debvm, expect, file, openssh-client, seabios [ppc64el], uidmap
+Depends: debian-archive-keyring, debvm, expect, file, openssh-client, seabios [ppc64el], uidmap, qemu-kvm
 Restrictions: allow-stderr, needs-internet, skippable
 # Skip running on armel and armhf as the emulation is too slow there to actually work.
 Architecture: !armel !armhf
-- 
cgit v1.2.3