attempt to fix debian packaging
authorMohamed Larabi <mohamed.larabi@inria.fr>
Mon, 13 Jan 2014 16:24:31 +0000 (17:24 +0100)
committerMohamed Larabi <mohamed.larabi@inria.fr>
Mon, 13 Jan 2014 16:24:31 +0000 (17:24 +0100)
debian/control
debian/rules

index 8d6f45a..a8d3092 100644 (file)
@@ -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
index b8796e6..62e2bb6 100755 (executable)
@@ -2,4 +2,4 @@
 # -*- makefile -*-
 
 %:
-       dh $@
+       dh $@ --with python2 --buildsystem=python_distutils