File: rules

package info (click to toggle)
camelot-py 0.11.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 28,240 kB
  • sloc: xml: 119,991; python: 6,391; makefile: 222; sh: 14
file content (13 lines) | stat: -rwxr-xr-x 292 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=camelot-py

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_build:
	help2man -N -s 1 -i debian/man_include.txt ./debian/bin/camelot > debian/camelot.1

execute_after_dh_auto_test:
	rm .pybuild/*/build/.coverage
	rm .pybuild/*/build/coverage.xml