diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 4ecd830..8674fd7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,11 @@ sitesummary (0.0.4) UNRELEASED; urgency=low a bad maintainer script (see #337664 for more information) * Update debconf templates to fix a lintian warning + [ Petter Reinholdtsen ] + * Reduce compat level to 4 as #337664 is not affecting this package + after I modified it to not start the init.d script when the + package is installed. This make the source buildable in sarge. + -- Petter Reinholdtsen <pere@debian.org> Sun, 27 Aug 2006 22:13:06 +0200 sitesummary (0.0.3) terra; urgency=low diff --git a/debian/compat b/debian/compat index 7ed6ff8..b8626c4 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +4 diff --git a/debian/control b/debian/control index 1666e9b..54b0e20 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> -Build-Depends: debhelper (>= 5), cdbs +Build-Depends: debhelper (>= 4), cdbs Standards-Version: 3.7.2 Package: sitesummary |