From 793eddd1e3a6ba0cc788beb93ced47159d74a249 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 2 Jan 2021 18:26:09 +0100 Subject: [PATCH] =?UTF-8?q?I=20have=20no=20idea=20what=20i'm=20doing=C2=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 2a728599..99421e7b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,6 @@ #!/usr/bin/make -f +export PYBUILD_NAME=moulinette + %: - dh $@ --with python3 --buildsystem=python_distutils + dh $@ --with python3 --buildsystem=pybuild