summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-30 09:11:48 +0000
committerLars Wirzenius <liw@liw.fi>2021-03-30 09:11:48 +0000
commit2a10fbddbc7da6a4e38818896e2961a7c5d8991d (patch)
tree53e4d3dee34886241edef578d5a254f041a19e71 /debian/control
parente139b4f8f89ebc718947542949f891415c423ef7 (diff)
parentd4c0918adbf8d1b88393df3763845cec1767e67b (diff)
downloadbumper-rs-2a10fbddbc7da6a4e38818896e2961a7c5d8991d.tar.gz
Merge branch 'debian' into 'main'
Add Debian packaging See merge request larswirzenius/bumper!1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1f8adc1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: bumper
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: devel
+Priority: optional
+Standards-Version: 4.2.0
+Build-Depends:
+ debhelper (>= 10~),
+ build-essential,
+ dh-cargo,
+ git,
+ python3,
+ subplot,
+ texlive-fonts-recommended,
+ texlive-latex-base,
+ texlive-latex-recommended
+Homepage: https://obnam.org
+
+Package: bumper
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Built-Using: ${cargo:Built-Using}
+Description: set version number for release
+ Bumper sets the version number of a software project when it's being
+ released.