File: rules

package info (click to toggle)
python-coverage-test-runner 1.11-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 124 kB
  • ctags: 42
  • sloc: python: 275; makefile: 12; sh: 2
file content (9 lines) | stat: -rwxr-xr-x 178 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

override_dh_auto_clean:
	$(MAKE) clean
	dh_auto_clean --with=python2 --buildsystem=python_distutils