summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2009-11-18 19:40:51 +0200
committerLars Wirzenius <liw@liw.fi>2009-11-18 19:40:51 +0200
commit60fcac77e50800fa55963700ca34f494aea07d6b (patch)
treecb7066ed48c4b42e9f0e2b40d306fbc440387f6a /debian/rules
parent771f44dcd16685ee4ab1dd6f51ae90a4696a0fed (diff)
downloadcoverage-test-runner-60fcac77e50800fa55963700ca34f494aea07d6b.tar.gz
Switch rules file to dh, and assorted changes.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules
index 618f8e8..659a1bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM=pycentral
+%:
+ dh $@ --build-system=python-distutils
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-
-clean::
+override_dh_auto_clean:
$(MAKE) clean
+ rm -f python-build-stamp-*
+