diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7f88f4b..f82e365 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sitesummary (0.0.50) UNRELEASED; urgency=low + + * Change build rules to make sure update-rc.d arguments matches the + LSB header. + + -- Petter Reinholdtsen <pere@debian.org> Tue, 1 Sep 2009 23:15:52 +0200 + sitesummary (0.0.49) unstable; urgency=low * Add $syslog as init.d script dependency, to document that this diff --git a/debian/rules b/debian/rules index 0e44ce1..0b7d1a3 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,7 @@ DEB_DESTDIR = debian/tmp # No need to submit information when the package is installed DEB_DH_INSTALLINIT_ARGS=--no-start +DEB_UPDATE_RCD_PARAMS_sitesummary-client=start 20 2 3 4 5 . common-install-indep:: $(MAKE) install DESTDIR=$(DEB_DESTDIR) |