summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 4 insertions, 4 deletions
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.