File: rules

package info (click to toggle)
cinfony 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 880 kB
  • sloc: python: 2,964; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 199 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --with python2 --parallel

override_dh_clean:
	dh_clean test/*.png

override_dh_auto_test:
	(cd test && PYTHONPATH=.. python testall.py) || /bin/true