From: Jan-Pascal van Best Date: Sat, 23 Jun 2018 15:19:04 +0000 (+0200) Subject: Use pybuild build system instead of plain setuptools, as suggested by Lintian X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=34da0b1136228146fe1c319cd01f2c1c5fdeaa60;p=motioneye-debian Use pybuild build system instead of plain setuptools, as suggested by Lintian --- diff --git a/debian/rules b/debian/rules index c6d7f25..ac994c9 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,11 @@ #!/usr/bin/make -f +include gmsl + +export PYBUILD_NAME=motioneye + %: - dh $@ --with python2 + dh $@ --with python2 --buildsystem=pybuild override_dh_clean: