File: rules

package info (click to toggle)
python-pyforge 1.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 428 kB
  • sloc: python: 3,729; makefile: 15; sh: 14
file content (10 lines) | stat: -rwxr-xr-x 258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME = forge

export PYBUILD_TEST_NOSE = 1
export PYBUILD_BEFORE_TEST = cp -a {dir}/tests README.rst {build_dir}
export PYBUILD_AFTER_TEST = rm {build_dir}/README.rst

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