From 85769830b8289c612fcec796c942e87e507dbcfd Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 6 Aug 2017 23:20:34 +0300 Subject: Fix: debian/rules should use pybuild and python3 --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 8cea567..902ea5f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,6 @@ #!/usr/bin/make -f +export PYBUILD_NAME=apifw + %: - dh $@ --with=python2 --buildsystem=python_distutils + dh $@ --with=python3 --buildsystem=pybuild -- cgit v1.2.1