]> git.proxmox.com Git - pve-cluster.git/commitdiff
d/control: bump debhelper compat to >= 12
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 9 May 2021 15:56:33 +0000 (17:56 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 9 May 2021 16:05:32 +0000 (18:05 +0200)
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>
debian/compat
debian/control
debian/rules

index f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2..48082f72f087ce7e6fa75b9c41d7387daecd447b 100644 (file)
@@ -1 +1 @@
-10
+12
index bb65cff70f4c3f6633a2c11ac456f72fa5e4caa5..6dee3125cd8b04562896e540cd40c914a3b849e1 100644 (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
index 7fe972705d6f0f85cfa8bd2788086fd1a7b6a000..01efb49594a887ddcb9bb3cdb03a769e9fbdc134 100755 (executable)
@@ -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: