From efd0b53cf136ec3b16081ce15e13daaa7f6b0b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 11 Nov 2019 11:28:22 +0100 Subject: [PATCH] d/control: add more missing build-dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pve-cluster is used by the test cases Signed-off-by: Fabian Grünbichler --- debian/control | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/control b/debian/control index d023ea3..837cbaa 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,9 @@ Priority: optional Maintainer: Proxmox Support Team Build-Depends: debhelper (>= 10~), libpve-cluster-perl, + libpve-common-perl, + libpve-storage-perl, + pve-cluster, Standards-Version: 3.9.8 Homepage: http://www.proxmox.com