summaryrefslogtreecommitdiff
path: root/debian/control
blob: b16b257fce4da0483d6228b7126b7365220c5099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: bumper
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

Package: bumper
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
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.