aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 0e44ce12f4a76ff4c65b839ce54e0e612ae4c306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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

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