From a53a7afe77b5d84247fb949d80b800698b2d13f0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Oct 2016 17:35:57 +0300 Subject: Raise required Python version to 2.7 --- debian/changelog | 2 +- debian/control | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1b853cc..95aab6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ bumper (0.4+git-1) UNRELEASED; urgency=medium - * + * Raise required Python version to 2.7. -- Lars Wirzenius Sun, 27 Mar 2016 12:20:53 +0300 diff --git a/debian/control b/debian/control index b16b257..5421290 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,13 @@ Homepage: http://liw.fi/bumper/ Maintainer: Lars Wirzenius Section: python Priority: optional -Standards-Version: 3.9.6 -Build-Depends: debhelper (>= 9~), 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: bumper Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6) +Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7) Description: bump version numbers and git tag a release Bumper is used by a developer to update the version number and create a git release tag when making a software release. -- cgit v1.2.1