summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-08 17:35:57 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-08 17:35:57 +0300
commita53a7afe77b5d84247fb949d80b800698b2d13f0 (patch)
tree82ca08e6b5efd279cd47a6fc85bba71dfd592b70
parent554468d4153b5dbb0da9f55308afcaacb41e09e6 (diff)
downloadbumper-a53a7afe77b5d84247fb949d80b800698b2d13f0.tar.gz
Raise required Python version to 2.7
-rw-r--r--debian/changelog2
-rw-r--r--debian/control8
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 <liw@liw.fi> 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 <liw@liw.fi>
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.