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

bump debian compat level to 10

This allows to remove a few dependencies and flags from dh which are
now implied or obsolete

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-05-22 12:28:27 +02:00
parent 177f98f6f7
commit e3b12b115d
3 changed files with 5 additions and 8 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
9
10

9
debian/control vendored
View File

@ -2,12 +2,9 @@ Source: lxc-pve
Section: admin
Priority: optional
Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: autotools-dev,
bash-completion,
debhelper (>= 9),
Build-Depends: bash-completion,
debhelper (>= 10),
dh-apparmor,
dh-autoreconf,
dh-systemd,
docbook2x,
doxygen,
graphviz,
@ -18,7 +15,7 @@ Build-Depends: autotools-dev,
linux-libc-dev,
pkg-config,
quilt,
Standards-Version: 3.9.5
Standards-Version: 4.3.0
Homepage: https://linuxcontainers.org
Package: lxc-pve

2
debian/rules vendored
View File

@ -8,7 +8,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
%:
dh $@ --parallel --with autoreconf,autotools-dev,quilt,systemd
dh $@ --with autoreconf,quilt,systemd
override_dh_auto_configure:
dh_auto_configure -- \