From 2d5b35f9234fe6685fc226c97d74ce15188c2541 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 19 Aug 2017 21:27:30 +0300 Subject: Add: Python3 support for debian/rules --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1