~abentley/bzrtools/bzrtools.dev

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# This file is public domain.
  
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk


DEB_PYTHON_COMPILE_VERSION=2.4

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

common-post-build-indep::
	./test.py $(which bzr)