2
# This file is public domain.
4
include /usr/share/cdbs/1/rules/debhelper.mk
5
include /usr/share/cdbs/1/class/python-distutils.mk
8
DEB_PYTHON_COMPILE_VERSION=2.4
12
find . -name "*.pyc" -print0 | xargs -0 rm -f
14
common-post-build-indep::
15
./test.py $(which bzr)