File: rules

package info (click to toggle)
pychef 0.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 344 kB
  • ctags: 374
  • sloc: python: 1,339; makefile: 113; ruby: 9
file content (11 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
%:
	dh $@ --with python2

override_dh_auto_clean:
	dh_auto_clean
	-rm -f PyChef.egg-info/*

override_dh_auto_test:
	dh_auto_test
	python setup.py test