summaryrefslogtreecommitdiff
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
parentcb17626e6441a5bf43a1d3f17a769f8e44ff4977 (diff)
downloadcliapp-5e34c0748bbcee23664d3ddc6d8e18e297d03123.tar.gz
Require Python 2.7
-rw-r--r--debian/changelog2
-rw-r--r--debian/compat2
-rw-r--r--debian/control8
3 files changed, 7 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 24f241f..d47fdfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
python-cliapp (1.20160724+git-1) UNRELEASED; urgency=medium
* New upstream version.
+ * Require Python 2.7.
+ * Bump Standards-Version to 3.9.8. No changes required.
-- Lars Wirzenius <liw@liw.fi> Sun, 24 Jul 2016 21:50:41 +0300
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
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,