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 ddbe6fa..7b2a1b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ sitesummary (0.0.50) UNRELEASED; urgency=low piuparts for discovering. * Changed Standards-Version from 3.8.0 to 3.8.3. No change needed. * Make sure sitesummary-client postinst fail on first error. + * Move to debhelper 5. -- Petter Reinholdtsen <pere@debian.org> Tue, 1 Sep 2009 23:15:52 +0200 diff --git a/debian/compat b/debian/compat index b8626c4..7ed6ff8 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +5 diff --git a/debian/control b/debian/control index bad1d6e..a666b16 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: misc Priority: optional Maintainer: Debian Edu Developers <debian-edu@lists.debian.org> Uploaders: Petter Reinholdtsen <pere@debian.org>, Morten Werner Forsbring <werner@debian.org>, Steffen Joeris <white@debian.org>, Patrick Winnertz <winnie@debian.org> -Build-Depends: debhelper (>= 4.1.0), cdbs +Build-Depends: debhelper (>= 5), cdbs Standards-Version: 3.8.3 Package: sitesummary |