From 930bdbf128bdb6eb66a196726b271bccb8e92f79 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 6 Aug 2017 23:21:02 +0300 Subject: Fix: also python2 --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 902ea5f..bb9799a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -export PYBUILD_NAME=apifw +export PYBUILD_NAME=ick2 %: - dh $@ --with=python3 --buildsystem=pybuild + dh $@ --with=python2,python3 --buildsystem=pybuild -- cgit v1.2.1