File: rules

package info (click to toggle)
catfishq 1.4.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: python: 371; sh: 16; makefile: 10
file content (14 lines) | stat: -rwxr-xr-x 307 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
export DH_VERBOSE = 1
export PYBUILD_NAME=catfishq

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_python3:
	dh_python3
	chmod -x debian/catfishq/usr/lib/python3/dist-packages/catfishq-*.egg-info/*

override_dh_auto_clean:
	dh_auto_clean
	rm -f catfishq.egg-info/SOURCES.txt