]> git.proxmox.com Git - lxc.git/commitdiff
bump debian compat level to 10
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 10:28:27 +0000 (12:28 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 10:28:29 +0000 (12:28 +0200)
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>
debian/compat
debian/control
debian/rules

index ec635144f60048986bc560c5576355344005e6e7..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 100644 (file)
@@ -1 +1 @@
-9
+10
index 94b5c603c899852526c9ad2e7ba30b41801c982e..a6b8c60d8e064b2d078c2222dbb9aef98f24bbb4 100644 (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
index 49e81e8df901cfb418d7ea5d40d1054fbcf07f6d..347017136b0d3458e1257ff7280dfc7ceb63a7fd 100755 (executable)
@@ -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 -- \