summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b16b257
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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.