summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-08 17:49:18 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-08 17:49:18 +0300
commite325fc5e47e5ef34969a30fc6568a58a6026f39b (patch)
tree806b52ab928356696a11b72353b8463a74f42780
parentf5bd212b1763160534f15457cb7840ebcfad298f (diff)
downloadclab-e325fc5e47e5ef34969a30fc6568a58a6026f39b.tar.gz
Require Python 2.7
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control8
3 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index d7a8ff9..8563324 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
clab (0.4+git-1) UNRELEASED; urgency=medium
* New upstream version.
+ * Require Python 2.7.
-- Lars Wirzenius <liw@liw.fi> Sat, 16 Apr 2016 16:49:15 +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 9538e14..7a83f3e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: clab
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: python
Priority: optional
-Standards-Version: 3.9.4
-Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~)
-X-Python-Version: >= 2.6
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 9), python-all (>= 2.7~)
+X-Python-Version: >= 2.7
Package: clab
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7)
Description: command line address book application
A very basic address book application, with a command line interface
only.