File: rules

package info (click to toggle)
dirspec 13.10-1.1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 236 kB
  • sloc: python: 467; makefile: 9; sh: 8
file content (15 lines) | stat: -rwxr-xr-x 227 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

PYTHON3=$(shell py3versions -vr)

%:
	dh $@ --with python3 --fail-missing --buildsystem=pybuild

override_dh_auto_test:
	./run-tests

override_dh_auto_clean:
	dh_auto_clean
	rm -rf build
	rm -rf *.egg-info