summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 8cea567..9035277 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+export PYBUILD_NAME=cliapp
+
%:
- dh $@ --with=python2 --buildsystem=python_distutils
+ dh $@ --with=python2,python3 --buildsystem=pybuild