aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 0b7d1a397fb188fe715cd24443071b1cbbcbff51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

include /usr/share/cdbs/1/class/makefile.mk
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
DEB_UPDATE_RCD_PARAMS_sitesummary-client=start 20 2 3 4 5 .

common-install-indep::
	$(MAKE)	install DESTDIR=$(DEB_DESTDIR)