diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index b220bf4..4c91830 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ cil (0.07.00-3) unstable; urgency=medium * Fix FTBFS due to weird upstream Makefile (closes: #601935) Thanks Fabrice for the patch! + * Bump debhelper version to 8 - -- Francois Marier <francois@debian.org> Sun, 31 Oct 2010 21:41:46 +1300 + -- Francois Marier <francois@debian.org> Sun, 31 Oct 2010 21:43:32 +1300 cil (0.07.00-2) unstable; urgency=medium 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 995ac32..29bf4aa 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.1 -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Homepage: http://www.chilts.org/project/cil/ Vcs-git: git://git.debian.org/git/collab-maint/cil.git |