File: rules

package info (click to toggle)
sipvicious 0.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 356 kB
  • sloc: python: 3,304; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
#export DH_VERBOSE = 1
export PYBUILD_NAME=sipvicious
export PYBUILD_INSTALL_ARGS=--install-lib=/usr/share/sipvicious/ --install-scripts=/usr/share/sipvicious/

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

override_dh_auto_clean:
	rm -rf sipvicious.egg-info/
	dh_auto_clean -O--buildsystem=pybuild

override_dh_installman:
	rm -rf debian/sipvicious/usr/man/
	dh_installman -O--buildsystem=pybuild