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/control | 3 ++- debian/rules | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index f8908d9..ec6fb45 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,8 @@ Section: devel Priority: optional Standards-Version: 3.9.8 Build-Depends: debhelper (>= 9), python3-all (>= 3~), - python3-cliapp, python3-ttystatus, python3-markdown + python3-cliapp, python3-ttystatus, python3-markdown, + dh-python X-Python-Version: >= 3.0 Package: cmdtest 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