Skip to content
Snippets Groups Projects
Commit ad54c6de authored by ale's avatar ale
Browse files

use buildsystem=python_distutils

parent ad209617
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment