From 7076acf3169f9ede10cb89f94547f281c6b03656 Mon Sep 17 00:00:00 2001 From: Jerome Martin Date: Wed, 21 Dec 2011 10:46:27 +0100 Subject: Removed deb build depend on python version. * Used to require both python2.5 and python2.6 installed, now we just want python. * Minor spacing fix in rules file. --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index aa171b9..eeb95c8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: rtslib Section: python Priority: optional Maintainer: Jerome Martin -Build-Depends: debhelper(>= 7.0.1), python2.5, python2.6, python-epydoc +Build-Depends: debhelper(>= 7.0.1), python, python-epydoc Standards-Version: 3.8.1 Package: python-rtslib diff --git a/debian/rules b/debian/rules index b8fa07c..5321084 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ build_dir = build install_dir = debian/tmp setup = /usr/bin/python ./setup.py --quiet -name = rtslib +name = rtslib binary: binary-indep -- cgit v1.2.1