diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2006-08-28 06:05:41 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2006-08-28 06:05:41 +0000 |
commit | 7279d6ae07a189523db2c74d81b844a657dca682 (patch) | |
tree | 5f0309ab98b3760dc17efdfb0b4c80f46b949a6f | |
parent | aa1be6ec43c86a986fc893a6ea9238727acc46d1 (diff) | |
download | sitesummary-7279d6ae07a189523db2c74d81b844a657dca682.tar.gz sitesummary-7279d6ae07a189523db2c74d81b844a657dca682.tar.bz2 sitesummary-7279d6ae07a189523db2c74d81b844a657dca682.tar.xz |
[ 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.
-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 |