From 34da0b1136228146fe1c319cd01f2c1c5fdeaa60 Mon Sep 17 00:00:00 2001 From: Jan-Pascal van Best Date: Sat, 23 Jun 2018 17:19:04 +0200 Subject: [PATCH] Use pybuild build system instead of plain setuptools, as suggested by Lintian --- debian/rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: -- 2.39.5