File: rules

package info (click to toggle)
bzr-email 0.0.1~bzr40-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 96 kB
  • ctags: 101
  • sloc: python: 717; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 229 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

DEB_PYTHON_SYSTEM=pycentral

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk

clean::
	-rm -rf build test*.tmp 
	find . -name "*.pyc" -print0 | xargs -0 rm -f