diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 50967fa..4d2bc8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ consolekit (0.4.4-2) UNRELEASED; urgency=low * Bump Standards-Version to 3.9.2. No further changes. + * Bump debhelper compatibility level to 8. -- Michael Biebl <biebl@debian.org> Tue, 19 Apr 2011 10:48:03 +0200 diff --git a/debian/compat b/debian/compat index 7f8f011..45a4fb7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +8 diff --git a/debian/control b/debian/control index f4b5530..be4c0b3 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin 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~), +Build-Depends: debhelper (>= 8), autotools-dev, pkg-config, libdbus-glib-1-dev (>= 0.30), |