summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-01-20 20:27:05 +0000
committerLars Wirzenius <liw@liw.fi>2011-01-20 20:27:05 +0000
commit85abfcb9ebf32b76e2a075ed571d5886783fba27 (patch)
treefae3236e299def8ab78ccf29d3f0983c72192042 /debian/control
parent2b936ed02e06b96365c03cdb6b57dc053ec02490 (diff)
downloadcliapp-85abfcb9ebf32b76e2a075ed571d5886783fba27.tar.gz
Bump minimal Python required to 2.6.
We use some syntax that does not work in 2.5.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 55e8434..7c7108d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,11 @@ Priority: optional
Standards-Version: 3.9.0
Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3),
python (>= 2.5), extrautils
-XS-Python-Version: >= 2.5
+XS-Python-Version: >= 2.6
Package: python-cliapp
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5)
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
XB-Python-Version: ${python:Versions}
Description: Python framework for Unix command line programs
cliapp makes it easier to write typical Unix command line programs,