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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-09 17:56:33 +02:00
parent 747cf0db49
commit 6d21f2451b
3 changed files with 4 additions and 10 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
10
12

4
debian/control vendored
View File

@ -3,7 +3,7 @@ Section: admin
Priority: optional
Maintainer: Proxmox Support Team <support@proxmox.com>
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

8
debian/rules vendored
View File

@ -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: