File: rules

package info (click to toggle)
python-looseversion 1.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 100 kB
  • sloc: python: 181; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=looseversion

export PYBUILD_BEFORE_TEST=cp tests.py {build_dir}/
export PYBUILD_TEST_ARGS=tests.py
export PYBUILD_AFTER_TEST=rm -f {build_dir}/tests.py

%:
	dh $@ --buildsystem=pybuild