From 4c152a5837269634102fe03816bd6befba14a181 Mon Sep 17 00:00:00 2001 From: Mohamed Larabi Date: Mon, 13 Jan 2014 17:24:31 +0100 Subject: [PATCH] attempt to fix debian packaging --- debian/control | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.43.0