summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.