From 508fb605e9fb48c0e3e9c5ec14c531ea06f75fbf Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 28 Nov 2019 10:51:41 +0200 Subject: Change: build with python3 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 22d1d54..7d50c10 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f %: - dh $@ --with=python2 --buildsystem=python_distutils + dh $@ --with=python3 --buildsystem=python_distutils -- cgit v1.2.1