File: rules

package info (click to toggle)
dominate 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 180 kB
  • ctags: 298
  • sloc: python: 1,743; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 246 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# DH_VERBOSE := 1
export PYBUILD_NAME = dominate
export PYBUILD_BEFORE_TEST := cp -a tests/*.py {build_dir}/
export PYBUILD_AFTER_TEST := \
	rm -rf {build_dir}/test_*.py

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