File: rules

package info (click to toggle)
path.py 10.1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 244 kB
  • sloc: python: 1,715; makefile: 148
file content (9 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

#export DH_VERBOSE=1
export PYBUILD_NAME=path
export LC_ALL=C.UTF-8
export PYBUILD_TEST_ARGS=test_path.py

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