From: Mohamed Larabi Date: Mon, 13 Jan 2014 16:24:31 +0000 (+0100) Subject: attempt to fix debian packaging X-Git-Tag: sfa-3.1-2~33 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=4c152a5837269634102fe03816bd6befba14a181 attempt to fix debian packaging --- diff --git a/debian/control b/debian/control index 8d6f45a1..a8d3092a 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Section: misc Priority: optional Standards-Version: 3.9.2 Build-Depends: devscripts, debhelper (>=7.0.50~), debconf, dpatch, python-setuptools, make +X-Python-Version: >= 2.7 Package: sfa Architecture: any diff --git a/debian/rules b/debian/rules index b8796e6e..62e2bb6f 100755 --- a/debian/rules +++ b/debian/rules @@ -2,4 +2,4 @@ # -*- makefile -*- %: - dh $@ + dh $@ --with python2 --buildsystem=python_distutils