File: rules

package info (click to toggle)
pyprotocols 1.0a.svn20070625-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 556 kB
  • sloc: python: 3,080; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 244 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh --with quilt,python2 $@

override_dh_auto_clean:
	# Clean depends on our patches, so we cannot import setup.py
	rm -rf build
	rm -f src/protocols/tests/doctest.py
	rm -f debian/files
	rm -rf src/PyProtocols.egg-info