]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
d/control: bump debhelper compat level to 12
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 12 May 2021 18:54:22 +0000 (20:54 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 12 May 2021 18:54:22 +0000 (20:54 +0200)
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 7b4ffb00962e35b6b7c5485e322582d0889c19d4..07b2542b4832b921beaf4997de0e4d1220758507 100644 (file)
@@ -2,7 +2,7 @@ Source: pve-ha-manager
 Section: perl
 Priority: extra
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Build-Depends: debhelper (>= 10~),
+Build-Depends: debhelper (>= 12~),
                libglib-perl,
                libgtk3-perl,
                libpve-access-control,
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 10~),
                lintian,
                pve-cluster,
                pve-doc-generator (>= 5.3-3),
-Standards-Version: 3.9.8
+Standards-Version: 4.5.1
 
 Package: pve-ha-manager
 Section: perl
index b2159114772634d6496195979e158bafae67127a..358e0c5030b36fc70c5e58df10a643a2d300d836 100755 (executable)
@@ -10,7 +10,7 @@
 #export DH_VERBOSE=1
 
 %:
-       dh $@ --with=systemd
+       dh $@
 
 override_dh_install:
        # embed copies of libpve-common-perl files needed by simulator
@@ -24,7 +24,10 @@ override_dh_install:
                /usr/share/perl5/PVE/Syscall.pm \
                /usr/share/perl5/PVE/Tools.pm \
                debian/tmp/usr/share/pve-ha-simulator/PVE/
-       dh_install --fail-missing
+       dh_install
+
+override_dh_missing:
+       dh_missing --fail-missing
 
 # dh_systemd_enable watchdog-mux despite it being static to get it installed in
 # the correct location/package without manual intervention