aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2006-08-27 20:07:17 +0000
committerPetter Reinholdtsen <pere@hungry.com>2006-08-27 20:07:17 +0000
commit3a0a2217fe5051ceaea53859f1a6e8a4b42b509b (patch)
tree1b7054559a702a9d938b2b65eb59dcfb2fd39b93 /debian/rules
parent842bfbe54740b093897f86295c7ccb15240196a6 (diff)
downloadsitesummary-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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
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)