File: rules

package info (click to toggle)
wcwidth 0.1.7%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 200 kB
  • ctags: 96
  • sloc: python: 385; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 194 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

override_dh_auto_build:
	python setup.py update
	dh_auto_build

override_dh_auto_test:
	dh_auto_test -- --test-pytest