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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-09-04 10:22:43 +02:00
parent 5b7c5f6331
commit 91bba27165

1
debian/control vendored
View File

@ -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