diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2006-08-27 20:07:17 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2006-08-27 20:07:17 +0000 |
commit | 3a0a2217fe5051ceaea53859f1a6e8a4b42b509b (patch) | |
tree | 1b7054559a702a9d938b2b65eb59dcfb2fd39b93 | |
parent | 842bfbe54740b093897f86295c7ccb15240196a6 (diff) | |
download | sitesummary-3a0a2217fe5051ceaea53859f1a6e8a4b42b509b.tar.gz sitesummary-3a0a2217fe5051ceaea53859f1a6e8a4b42b509b.tar.bz2 sitesummary-3a0a2217fe5051ceaea53859f1a6e8a4b42b509b.tar.xz |
* Change the sitesummary-client postinst to not submit information
when the package is installed.
-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) |