From 3074f37b34f4440ab7d456e75d038881f48b3d91 Mon Sep 17 00:00:00 2001 From: Rhonda D'Vine Date: Mon, 12 Nov 2018 14:59:59 +0100 Subject: [PATCH] Add missing Build-Depends These were found while building the package within a clean chroot. Signed-off-by: Rhonda D'Vine --- debian/control | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/control b/debian/control index 69b3cbc5..912d7a9a 100644 --- a/debian/control +++ b/debian/control @@ -6,9 +6,14 @@ Build-Depends: debhelper (>= 7.0.50~), libio-multiplex-perl, libpve-common-perl, libpve-guest-common-perl (>= 2.0-18), + libpve-storage-perl, + libtest-mockmodule-perl, + libxml-libxml-perl, lintian, perl (>= 5.10.0-19), + pve-cluster, pve-doc-generator, + pve-firewall, qemu-utils, Standards-Version: 3.9.5 Homepage: http://www.proxmox.com