From 56de495b4ef98e18b9bf222e17cd377c49def71e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 22 May 2019 21:27:36 +0200 Subject: [PATCH] bump debian compat level to 11 Signed-off-by: Thomas Lamprecht --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/compat b/debian/compat index ec635144..b4de3947 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index db43c8ad..96051093 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: pve-manager Section: admin Priority: optional -Build-Depends: debhelper (>= 9~), +Build-Depends: debhelper (>= 11~), libapt-pkg-perl, libfile-readbackwards-perl, libhttp-daemon-perl, diff --git a/debian/rules b/debian/rules index bafb3b12..8da771d3 100755 --- a/debian/rules +++ b/debian/rules @@ -14,4 +14,4 @@ override_dh_fixperms: dh_fixperms -Xpvemailforward -Xvar/log/pveproxy %: - dh $@ --with=systemd + dh $@