File: rules

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

export PYBUILD_NAME = waiting

export PYBUILD_TEST_PYTEST = 1
export PYBUILD_BEFORE_TEST = cp -r tests/ README.rst {build_dir}
export PYBUILD_AFTER_TEST = rm {build_dir}/README.rst

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