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

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

%:
	dh ${@} --with python2

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_installchangelogs:
	dh_installchangelogs NEWS