~abentley/bzrtools/bzrtools.dev

75 by Jeff Bailey
Add Debian directory
1
#!/usr/bin/make -f
2
# This file is public domain.
3
  
4
include /usr/share/cdbs/1/rules/debhelper.mk
423.1.1 by Aaron Bentley
Etienne Goyer: remove unused shebangs, update packaging
5
include /usr/share/cdbs/1/class/python-distutils.mk
6
7
8
DEB_PYTHON_COMPILE_VERSION=2.4
9
10
clean::
11
	-rm -rf build
12
	find . -name "*.pyc" -print0 | xargs -0 rm -f
13
14
common-post-build-indep::
15
	./test.py $(which bzr)