diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 94b5c60..a6b8c60 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,9 @@ Source: lxc-pve Section: admin Priority: optional Maintainer: Proxmox Support Team -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 diff --git a/debian/rules b/debian/rules index 49e81e8..3470171 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- \