summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-02-24 08:46:43 +0100
committerGuido Günther <agx@sigxcpu.org>2016-02-24 20:05:13 +0100
commitda0a9304537738a23fc7ed41ed604e4494fd343b (patch)
tree90780ee4ebd337dcf0fec3c7ed87416c45ab5a14 /debian/rules
parent4e704c27a7014d0b1cd660b9f5c233787a798c14 (diff)
Switch packaging to python3
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 5ce9e1c..9620d32 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,14 +10,14 @@
#export DH_VERBOSE=1
%:
- dh $@ --with python2
+ dh $@ --with python3 --buildsystem=pybuild
override_dh_installman:
pod2man man/whatmaps.pod man/whatmaps.8
dh_installman man/whatmaps.8
override_dh_auto_test:
- python setup.py nosetests
+ python3 setup.py nosetests
dh_auto_test
override_dh_autoclean: