File: rules

package info (click to toggle)
pyth 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 316 kB
  • sloc: python: 1,683; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 167 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME=pyth
export PYBUILD_TEST_NOSE=1
export PYBUILD_TEST_ARGS=--verbose {dir}/tests

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