summaryrefslogtreecommitdiffstats
path: root/packaging/debian/rules
blob: 615fcf87537c7c6b25c5e05f49bae946c84622ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

clean:
	dh_testdir
	dh_clean

build:
	dh_testdir

binary:
	dh_testroot
	dh_prep
	dh_installdirs
	dh_install
	dh_installchangelogs
	dh_installinfo
	dh_installinit
	dh_fixperms
	dh_installdeb
	dh_gencontrol
	dh_md5sums
	dh_builddeb