mirror of
https://git.proxmox.com/git/pve-cluster
synced 2025-10-22 18:40:58 +00:00
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:
parent
747cf0db49
commit
6d21f2451b
2
debian/compat
vendored
2
debian/compat
vendored
@ -1 +1 @@
|
|||||||
10
|
12
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -3,7 +3,7 @@ Section: admin
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Build-Depends: check,
|
Build-Depends: check,
|
||||||
debhelper (>= 10),
|
debhelper (>= 12),
|
||||||
libcmap-dev (>= 0.17.1-1),
|
libcmap-dev (>= 0.17.1-1),
|
||||||
libcorosync-common-dev,
|
libcorosync-common-dev,
|
||||||
libcpg-dev (>= 2.3.4-1),
|
libcpg-dev (>= 2.3.4-1),
|
||||||
@ -22,7 +22,7 @@ Build-Depends: check,
|
|||||||
pve-doc-generator (>= 6.0-9~),
|
pve-doc-generator (>= 6.0-9~),
|
||||||
rrdcached,
|
rrdcached,
|
||||||
sqlite3,
|
sqlite3,
|
||||||
Standards-Version: 4.3.0
|
Standards-Version: 4.5.0
|
||||||
|
|
||||||
Package: pve-cluster
|
Package: pve-cluster
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
8
debian/rules
vendored
8
debian/rules
vendored
@ -5,13 +5,7 @@
|
|||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with=systemd
|
dh $@
|
||||||
|
|
||||||
override_dh_strip:
|
|
||||||
dh_strip --dbgsym-migration='pve-cluster-dbg (<< 5.0-16)'
|
|
||||||
|
|
||||||
override_dh_systemd_start:
|
|
||||||
dh_systemd_start --restart-after-upgrade
|
|
||||||
|
|
||||||
override_dh_installinit:
|
override_dh_installinit:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user