summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-08 17:51:10 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-08 17:51:10 +0300
commit5e34c0748bbcee23664d3ddc6d8e18e297d03123 (patch)
tree32e0def564b926b085cf5ffd33ef0b534140dfc7 /debian/control
parentcb17626e6441a5bf43a1d3f17a769f8e44ff4977 (diff)
downloadcliapp-5e34c0748bbcee23664d3ddc6d8e18e297d03123.tar.gz
Require Python 2.7
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 4aa55d2..d8e3417 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,15 @@ Source: python-cliapp
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: python
Priority: optional
-Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~),
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 9), python-all (>= 2.7~),
python-coverage-test-runner, python-sphinx, pep8, pylint,
python-yaml, python-meliae, python-xdg
-X-Python-Version: >= 2.6
+X-Python-Version: >= 2.7
Package: python-cliapp
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), python-yaml
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7), python-yaml
Suggests: libjs-jquery, libjs-underscore, python-xdg
Description: Python framework for Unix command line programs
cliapp makes it easier to write typical Unix command line programs,