From 91bba271654550c1ad8a8f77828ad75bf3f520a5 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 4 Sep 2018 10:22:43 +0200 Subject: [PATCH] d/control: add build dependency to qemu-utils the OVF tests use `qemu-img`, which is provided by either our pve-qemu(-kvm) or qemu-utils (upstream). Use qemu-utils as it's provided by ours and upstreams package and thus makes bootstrapping easier, e.g., if our qemu package is not yet installed this can still be build. Signed-off-by: Thomas Lamprecht --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 1ec277b..139cdca 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 7.0.50~), lintian, perl (>= 5.10.0-19), pve-doc-generator, + qemu-utils, Standards-Version: 3.9.5 Homepage: http://www.proxmox.com -- 2.39.2