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: