summaryrefslogtreecommitdiff
path: root/debian/rules
blob: c63a5a357dd0407f5253b87144417dd7eb2087c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

dfsg:
	# no origin known and no source available
	rm -f irker-logo.png

%:
	dh ${@} --parallel --with python2,systemd

override_dh_auto_build:
	DESTDIR="$(CURDIR)/debian/irker" dh_auto_build

override_dh_auto_install:
	DESTDIR="$(CURDIR)/debian/irker" dh_auto_install

	cp irkerhook.py debian/irker/usr/bin/irkerhook

override_dh_builddeb:
	dh_builddeb -- -Zxz

override_dh_installchangelogs:
	dh_installchangelogs NEWS