File: rules

package info (click to toggle)
sitesummary 0.1.28%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 488 kB
  • sloc: perl: 1,765; sh: 802; makefile: 84
file content (14 lines) | stat: -rwxr-xr-x 369 bytes parent folder | download | duplicates (5)
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)