diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/compat | 2 | ||||
| -rw-r--r-- | debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 966ff961..edf85a14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +network-manager (0.8.2-7) UNRELEASED; urgency=low + + * Bump debhelper compatibility level to 8. + + -- Michael Biebl <biebl@debian.org> Mon, 07 Mar 2011 01:43:25 +0100 + network-manager (0.8.2-6) unstable; urgency=medium * debian/patches/83-dnsmasq-send-no-config-file-instead-of-a-bogus-one.patch diff --git a/debian/compat b/debian/compat index 7f8f011e..45a4fb75 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +8 diff --git a/debian/control b/debian/control index b601f310..4966ae94 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org> Uploaders: Michael Biebl <biebl@debian.org> Build-Depends: - debhelper (>= 7.0.50~), + debhelper (>= 8), autotools-dev, pkg-config, intltool, |