File: rules

package info (click to toggle)
zconfig 2.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 936 kB
  • ctags: 778
  • sloc: python: 5,264; xml: 331; perl: 37; makefile: 25; sh: 1
file content (10 lines) | stat: -rwxr-xr-x 200 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

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

override_dh_install:
	dh_install

	# remove useless test
	rm debian/python-zconfig/usr/lib/python2.*/*-packages/ZConfig/tests/test_readme.py