From 3bb4115afaa9cdf17c380bf330658f71e56d7e15 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 5 Feb 2019 15:54:18 +0100 Subject: [PATCH] debian: use pybuild and build for python3 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 46f5b5d..87eea5f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ --with python2 + dh $@ --with python2,python3 --buildsystem=pybuild