diff options
-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 286e113..3b5ee6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ cil (0.07.00-4) unstable; urgency=low + * Bump debhelper version to 9 * Bump Standards-Version up to 3.9.3 -- Francois Marier <francois@debian.org> Mon, 28 May 2012 15:09:25 +1200 diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 5a10408..a8deb3f 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Francois Marier <francois@debian.org> Uploaders: Andrew Chilton <andychilton@gmail.com> Standards-Version: 3.9.3 -Build-Depends: debhelper (>= 8) +Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl Homepage: http://www.chilts.org/project/cil/ Vcs-git: git://git.debian.org/git/collab-maint/cil.git |