diff options
author | Michael Biebl <biebl@debian.org> | 2011-02-12 13:32:11 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2011-02-12 13:32:11 +0100 |
commit | a38d335a6c25b30bacbff83898393a160a2bc674 (patch) | |
tree | b976da732e4b32ad33157f0483e5ebbae91d4832 | |
parent | 9a46a1cbcbb0aacd3f0396142ea0e5d8f828d064 (diff) | |
download | dbus-a38d335a6c25b30bacbff83898393a160a2bc674.tar.gz |
Bump debhelper compatibility level to 8.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/compat | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4dff261e..5e459320 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ dbus (1.4.1-3) UNRELEASED; urgency=low * Switch from cdbs to dh. + * Bump debhelper compatibility level to 8. -- Michael Biebl <biebl@debian.org> Sat, 12 Feb 2011 13:31:06 +0100 diff --git a/debian/compat b/debian/compat index 7f8f011e..45a4fb75 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +8 |