summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-07-05 13:31:23 +0300
committerLars Wirzenius <liw@liw.fi>2017-07-05 13:56:13 +0300
commit8fa119d399bc92bf57d25986521b65742ced38a9 (patch)
tree40551dad7a5394b2ad5c7d7c52de5873dd8675d4 /debian/rules
parentc9b5388d3e5079e67f5437aa131fd1c6d917b6d0 (diff)
downloadcoverage-test-runner-8fa119d399bc92bf57d25986521b65742ced38a9.tar.gz
Add: a Python3 version of the package
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules8
1 files changed, 3 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules
index 56de9e6..89ba205 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,6 @@
#!/usr/bin/make -f
-%:
- dh $@ --with=python2 --buildsystem=python_distutils
+export PYBUILD_NAME=coverage-test-runner
-override_dh_auto_clean:
- $(MAKE) clean
- dh_auto_clean --buildsystem=python_distutils
+%:
+ dh $@ --with=python2,python3 --buildsystem=pybuild