From e325fc5e47e5ef34969a30fc6568a58a6026f39b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Oct 2016 17:49:18 +0300 Subject: Require Python 2.7 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 8 ++++---- 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 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 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. -- cgit v1.2.1