From e1b985f294b5544948ffa23753d553e72aad92f5 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 18 Dec 2017 15:42:53 +0200 Subject: Fix: use debhelper build systems pybuild --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6d8621b..bb73c89 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --with=python3 --with-buildsystem=python_distutils + dh $@ --with=python3 --with-buildsystem=pybuild -- cgit v1.2.1