From ad54c6de3fe25ca537f68c7920f7826107317fb9 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Mon, 2 Dec 2013 16:06:29 +0000 Subject: [PATCH] use buildsystem=python_distutils --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 69ff95c..0aacc2b 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ export PYBUILD_NAME=authserv %: - dh $@ --with python2 --buildsystem=pybuild + dh $@ --with python2 --buildsystem=python_distutils override_dh_auto_build: (cd pam && ./autogen.sh && ./configure --prefix=/usr && make) -- GitLab