summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-08 20:21:31 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-08 20:21:31 +0300
commit714258221c7c64414cb41d325ede1da4c52af7ef (patch)
treebda4819e33228ae727cb40da4c34406d486c768f
parent1f122e657370d0b25bb71b5c89f882b141b3b46a (diff)
downloadcoverage-test-runner-714258221c7c64414cb41d325ede1da4c52af7ef.tar.gz
Fix debian/rules for Debian 8
-rw-r--r--Makefile2
-rwxr-xr-xdebian/rules3
2 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3bf71dd..67fbcb9 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ all:
clean:
rm -f *.py[co] */*.py[co] .coverage
rm -rf build
-
+
check:
./testrun
rm -f .coverage
diff --git a/debian/rules b/debian/rules
index 08cfc85..56de9e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,4 @@
override_dh_auto_clean:
$(MAKE) clean
- dh_auto_clean --with=python2 --buildsystem=python_distutils
-
+ dh_auto_clean --buildsystem=python_distutils