diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2009-09-01 21:16:17 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2009-09-01 21:16:17 +0000 |
commit | f5f6d16f5a7e20121b829e5d334ad3f6c5134876 (patch) | |
tree | ecd5618e900e23575599fdc3553ff04cb6207f25 | |
parent | 042eefb9ba17d1262549d06bf9d79398bf7e66c5 (diff) | |
download | sitesummary-f5f6d16f5a7e20121b829e5d334ad3f6c5134876.tar.gz sitesummary-f5f6d16f5a7e20121b829e5d334ad3f6c5134876.tar.bz2 sitesummary-f5f6d16f5a7e20121b829e5d334ad3f6c5134876.tar.xz |
* Change build rules to make sure update-rc.d arguments matches the
LSB header.
-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) |