diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 13f8c17..2c56f79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ sitesummary (0.0.3) UNRELEASED; urgency=low collector in the sitesummary package. * Make it easier to configure the time delay from the boot until a report is submitted. + * Change the sitesummary-client postinst to not submit information + when the package is installed. -- Petter Reinholdtsen <pere@debian.org> Sun, 27 Aug 2006 13:58:13 +0200 diff --git a/debian/rules b/debian/rules index 6ae85be..0e44ce1 100755 --- a/debian/rules +++ b/debian/rules @@ -6,5 +6,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk MAKE = make DEB_DESTDIR = debian/tmp +# No need to submit information when the package is installed +DEB_DH_INSTALLINIT_ARGS=--no-start + common-install-indep:: $(MAKE) install DESTDIR=$(DEB_DESTDIR) |