summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-06 09:13:33 +0000
committerLars Wirzenius <liw@liw.fi>2022-01-06 09:13:33 +0000
commit369b92667a1de596e94afe27a647455e2e8809f8 (patch)
tree971e111473ec6d10eed4104b03f60e4593e1e429 /debian/control
parentb00108afa4c2401a307fdb1d12db6fdfe9fcb03b (diff)
parentdea36d4f96bb7428814da54ccd255e1f970ef440 (diff)
downloadobnam-benchmark-369b92667a1de596e94afe27a647455e2e8809f8.tar.gz
Merge branch 'debian' into 'main'
feat: add rudimentary Debian packaging See merge request obnam/obnam-benchmark!10
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b136a64
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: obnam-benchmark
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: admin
+Priority: optional
+Standards-Version: 4.2.0
+Build-Depends:
+ debhelper (>= 10~),
+ dh-cargo,
+ build-essential
+Homepage: https://obnam.org
+
+Package: obnam-benchmark
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Built-Using: ${cargo:Built-Using}
+Description: benchmark the Obnam backup program
+ See README.