From e784d10fda406819b30e6f7cf867d1a833b50f54 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 26 Feb 2019 07:21:43 +0100 Subject: [PATCH] d/control: bump libpve-http-server-perl version dependency In preperance for the next two commits, which use the (moved) PVE::ApiServer::Utils module and rely on the fact that pve-http-server now set some ssl defaults itself. Signed-off-by: Thomas Lamprecht --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 3618fa4a..086f91b1 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9~), liblocale-po-perl, libpve-common-perl, libpve-guest-common-perl, - libpve-http-server-perl, + libpve-http-server-perl (>= 2.0-12), libpve-storage-perl (>= 5.0-35), libtemplate-perl, libtest-mockmodule-perl, @@ -44,7 +44,7 @@ Depends: apt-transport-https, libpve-access-control (>= 5.0-7), libpve-common-perl (>= 5.0-44), libpve-guest-common-perl (>= 2.0-14), - libpve-http-server-perl, + libpve-http-server-perl (>= 2.0-12), libpve-storage-perl (>= 5.0-35), librados2-perl, libtemplate-perl,