From e730b958a6ee039d86e53a991c3360f731394211 Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Thu, 3 Sep 2020 08:02:35 +0200 Subject: [PATCH] Nettoyage du rules --- debian/rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index ba8febd..f3a57ad 100644 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,5 @@ # output every command that modifies files on the build system. #DH_VERBOSE = 1 -export PYBUILD_NAME = risotto -export PYBUILD_DISABLE_python3 = test - %: - dh $@ --with python3 --buildsystem=pybuild + dh $@