File: rules

package info (click to toggle)
krank 0.7%2Bdfsg2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 68,072 kB
  • sloc: python: 3,422; sh: 31; makefile: 11
file content (16 lines) | stat: -rwxr-xr-x 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@ --with python3

override_dh_auto_clean:
	# remove setup.py so dh-python doesn't try to use the python build system
	rm -f setup.py
	$(RM) krank.png
	dh_auto_clean

override_dh_auto_build:
	dh_auto_build
	mkdir -p install
	install -m 0755 debian/krank-debian-start install/krank
	cp levels/images/icon64x64.png krank.png