summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-22 08:33:09 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-22 09:36:58 +0200
commit1592b8a708c184665dbb66b6a5389d897c865982 (patch)
tree2e065924a5b0a89102cde3352be2c1543841b0e5 /debian/control
parent9674e8c8a420abe5188fc445556e4a50e4d721d3 (diff)
downloadobnam2-1592b8a708c184665dbb66b6a5389d897c865982.tar.gz
chore: add .deb packaging
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control31
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3016ddc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: obnam
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: admin
+Priority: optional
+Standards-Version: 4.2.0
+Build-Depends:
+ debhelper (>= 10~),
+ build-essential,
+ dh-cargo,
+ daemonize,
+ git,
+ libsqlite3-dev,
+ libssl-dev,
+ moreutils,
+ pkg-config,
+ python3,
+ python3-requests,
+ python3-yaml,
+ strace,
+ subplot,
+ texlive-fonts-recommended,
+ texlive-latex-base,
+ texlive-latex-recommended
+Homepage: https://obnam.org
+
+Package: obnam
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Built-Using: ${cargo:Built-Using}
+Description: backup client and server
+ Obnam makes backups and restores them.