File: rules

package info (click to toggle)
irker 2.19%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 548 kB
  • sloc: python: 3,778; xml: 1,361; makefile: 196; sh: 177
file content (19 lines) | stat: -rwxr-xr-x 377 bytes parent folder | download | duplicates (3)
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 python3

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