From f078e292dd67ed75930c9ed7e7e0a185ee4f1d09 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 3 Dec 2018 15:57:39 +0100 Subject: [PATCH] debian: change build system --- debian/rules | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index 6d0a3da..8e4f4eb 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,4 @@ #!/usr/bin/make -f -# This file was automatically generated by stdeb 0.8.2 at -# Wed, 20 May 2015 20:03:40 +0200 -export PYBUILD_NAME=authentic2-beid %: - dh $@ --with python2 --buildsystem=pybuild - + dh $@ --with python2 --buildsystem=python_distutils