diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/compat | 2 | ||||
| -rw-r--r-- | debian/control | 3 | ||||
| -rwxr-xr-x | debian/rules | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 6fd7e928..f565e158 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ network-manager (1.4.0-4) UNRELEASED; urgency=medium * Fix MAC address randomization. Cherry-pick a couple of upstream commits which work around driver bugs when MAC address randomization is used. (Closes: #835822, #835553) + * Bump debhelper compat level to 10. -- Michael Biebl <biebl@debian.org> Sat, 17 Sep 2016 14:51:02 +0200 diff --git a/debian/compat b/debian/compat index ec635144..f599e28b 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index ca186ce3..0c39ee95 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,8 @@ Section: net Priority: optional Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org> Uploaders: Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org> -Build-Depends: debhelper (>= 9.20160114), +Build-Depends: debhelper (>= 10), dh-systemd (>= 1.14), - dh-autoreconf, dpkg-dev (>= 1.17.14), pkg-config, intltool, diff --git a/debian/rules b/debian/rules index da081c77..b9d83834 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ include /usr/share/dpkg/architecture.mk PPPD_PLUGIN_DIR := $(shell dh_ppp --plugin-dir) %: - dh $@ --with gir,systemd,autoreconf,ppp + dh $@ --with gir,ppp autoreconf: gtkdocize --copy |