File: rules

package info (click to toggle)
python-backports-abc 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 136
  • sloc: python: 448; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 213 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME=backports-abc

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

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