From 6d21f2451b99062f1696d4b29bba59fb78e7f091 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 9 May 2021 17:56:33 +0200 Subject: [PATCH] d/control: bump debhelper compat to >= 12 dh_systemd was enabled by default since level 10, with level 12 the compat plugin does not exists anymore so enabling it manually results in an error. The dh_strip override is now obsolete too, as users need to go through 5.4 AND 6.4 anyway on upgrade, and new installations do not matter here. Signed-off-by: Thomas Lamprecht --- debian/compat | 2 +- debian/control | 4 ++-- debian/rules | 8 +------- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/debian/compat b/debian/compat index f599e28..48082f7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +12 diff --git a/debian/control b/debian/control index bb65cff..6dee312 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: optional Maintainer: Proxmox Support Team Build-Depends: check, - debhelper (>= 10), + debhelper (>= 12), libcmap-dev (>= 0.17.1-1), libcorosync-common-dev, libcpg-dev (>= 2.3.4-1), @@ -22,7 +22,7 @@ Build-Depends: check, pve-doc-generator (>= 6.0-9~), rrdcached, sqlite3, -Standards-Version: 4.3.0 +Standards-Version: 4.5.0 Package: pve-cluster Architecture: any diff --git a/debian/rules b/debian/rules index 7fe9727..01efb49 100755 --- a/debian/rules +++ b/debian/rules @@ -5,13 +5,7 @@ #export DH_VERBOSE=1 %: - dh $@ --with=systemd - -override_dh_strip: - dh_strip --dbgsym-migration='pve-cluster-dbg (<< 5.0-16)' - -override_dh_systemd_start: - dh_systemd_start --restart-after-upgrade + dh $@ override_dh_installinit: