]> git.proxmox.com Git - lxc.git/commitdiff
d/control: bump debhelper compat to >= 12
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 12 May 2021 17:22:18 +0000 (19:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 12 May 2021 17:22:22 +0000 (19:22 +0200)
where the previously deprecated passing of fail-missing to dh_install
got an real error, so adapt to that and use the new dh_missing
debhelper.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/compat
debian/control
debian/rules

index b4de3947675361a7770d29b8982c407b0ec6b2a0..48082f72f087ce7e6fa75b9c41d7387daecd447b 100644 (file)
@@ -1 +1 @@
-11
+12
index 4e245e43d580b3a4792051cb4a38c26daa02da81..e33094aa3c15c54cc872013ce11522eac4aaadbc 100644 (file)
@@ -3,7 +3,7 @@ Section: admin
 Priority: optional
 Maintainer: Proxmox Support Team <support@proxmox.com>
 Build-Depends: bash-completion,
-               debhelper (>= 10),
+               debhelper (>= 12),
                dh-apparmor,
                docbook2x,
                doxygen,
@@ -15,7 +15,7 @@ Build-Depends: bash-completion,
                pkg-config,
                pve-libseccomp2.4-dev,
                quilt,
-Standards-Version: 4.3.0
+Standards-Version: 4.5.1
 Homepage: https://linuxcontainers.org
 
 Package: lxc-pve
index 6b49f7d162ebed4fba690bf1cd57742274874195..8b59b824391f14c09adf1f8b3b8ccf6878da5335 100755 (executable)
@@ -37,7 +37,10 @@ override_dh_install:
        rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
        dh_apparmor -p lxc-pve --profile-name=usr.bin.lxc-start
        dh_apparmor -p lxc-pve --profile-name=lxc-containers
-       dh_install --fail-missing
+       dh_install
+
+override_dh_missing:
+       dh_missing --fail-missing
 
 override_dh_installsystemd:
        dh_installsystemd -plxc-pve -r lxc-monitord.service lxc-net.service