From 3cba2b5e030b05567057ba2b6720f4a87e6e1f4f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 28 Nov 2019 10:54:47 +0200 Subject: Change: build fixes for python3 --- debian/rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 7d50c10..d0bcf47 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,6 @@ #!/usr/bin/make -f -%: - dh $@ --with=python3 --buildsystem=python_distutils +export PYBUILD_NAME=cliapp +%: + dh $@ --with=python3 --buildsystem=pybuild -- cgit v1.2.1