5
0
mirror of git://git.proxmox.com/git/lxc.git synced 2025-03-16 10:50:38 +03:00

d/control: bump debhelper compat to >= 12

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>
This commit is contained in:
Thomas Lamprecht 2021-05-12 19:22:18 +02:00
parent 63e050e246
commit f6eac54018
3 changed files with 7 additions and 4 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
11
12

4
debian/control vendored
View 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

5
debian/rules vendored
View File

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