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:
parent
177f98f6f7
commit
e3b12b115d
2
debian/compat
vendored
2
debian/compat
vendored
@ -1 +1 @@
|
||||
9
|
||||
10
|
||||
|
9
debian/control
vendored
9
debian/control
vendored
@ -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
2
debian/rules
vendored
@ -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 -- \
|
||||
|
Loading…
x
Reference in New Issue
Block a user