summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Martin <jxm@risingtidesystems.com>2011-12-21 10:46:27 +0100
committerJerome Martin <jxm@risingtidesystems.com>2011-12-21 10:46:27 +0100
commit7076acf3169f9ede10cb89f94547f281c6b03656 (patch)
tree1e7327bcac07f422717f9918882085672d5a3241
parentf7d4c4adc31a70005497aeda2c4c56af9466cd6c (diff)
downloadrtslib-fb-7076acf3169f9ede10cb89f94547f281c6b03656.tar.gz
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.
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
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 <jxm@risingtidesystems.com>
-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