diff options
| author | Michael Biebl <biebl@debian.org> | 2014-04-01 23:23:08 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2014-04-01 23:23:08 +0200 |
| commit | 0327c44924fd01616f0133b703ea2db77ad3eba9 (patch) | |
| tree | c38f747dfe5dfc424669bc5b1c3f5281323ccca0 /debian | |
| parent | a60ece4c32636845e7e47c240d5e644dbee1df7f (diff) | |
Bump debhelper compatibility level to 9.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/compat | 2 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rwxr-xr-x | debian/rules | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index a1acef0b..7d401e3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +network-manager (0.9.8.8-5) UNRELEASED; urgency=medium + + * Bump debhelper compatibility level to 9. + + -- Michael Biebl <biebl@debian.org> Tue, 01 Apr 2014 23:22:57 +0200 + network-manager (0.9.8.8-4) unstable; urgency=medium [ Laurent Bigonville ] diff --git a/debian/compat b/debian/compat index 45a4fb75..ec635144 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index c9c65c6e..95f6676f 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ 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 (>= 8.1.0), +Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1), dh-systemd (>= 1.14), autotools-dev, diff --git a/debian/rules b/debian/rules index 4f4d1707..9b2ac384 100755 --- a/debian/rules +++ b/debian/rules @@ -35,7 +35,7 @@ override_dh_install: debian/network-manager/usr/lib/NetworkManager override_dh_installinit: - dh_installinit -pnetwork-manager -R + dh_installinit -pnetwork-manager --restart-after-upgrade override_dh_makeshlibs: dh_makeshlibs -X/usr/lib/NetworkManager/ -X/usr/lib/pppd/ |