summaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-08-19 20:17:04 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-08-19 20:17:04 -0700
commit09d5f2387828bd3ef6df0c8b150ca24adfeb1346 (patch)
tree692c32ff9aceaf0579f1e80205df7e797651aae5 /debian/control
parent25813fe287383e617339a66eb5657a08e94b51bc (diff)
downloadkeysafe-09d5f2387828bd3ef6df0c8b150ca24adfeb1346.tar.gz
initial debianisation
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control44
1 files changed, 44 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0aae4ab
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,44 @@
+Source: keysafe
+Maintainer: Sean Whitton <spwhitton@spwhitton.name>
+Priority: optional
+Section: utils
+Build-Depends: debhelper (>= 9),
+ ghc,
+ libghc-dice-entropy-conduit-dev (>= 1.0.0.0),
+ libghc-finite-field-dev (>= 0.8.0),
+ libghc-optparse-applicative-dev (>= 0.12),
+ libghc-optparse-applicative-dev (<< 0.13),
+ libghc-polynomial-dev (>= 0.7.1),
+ libghc-raaz-dev (>= 0.0.2),
+ libghc-raaz-dev (<< 0.0.3),
+ libghc-random-dev (>= 1.1),
+ libghc-random-dev (<< 1.2),
+ libghc-readline-dev (>= 1.0),
+ libghc-readline-dev (<< 1.1),
+ libghc-split-dev (>= 0.2),
+ libghc-split-dev (<< 0.3),
+ libghc-text-dev (>= 1.2),
+ libghc-text-dev (<< 1.3),
+ libghc-utf8-string-dev (>= 1.0),
+ libghc-utf8-string-dev (<< 1.1),
+ libghc-vector-dev (>= 0.10.11.0),
+ libghc-zxcvbn-c-dev (>= 1.0),
+ libghc-zxcvbn-c-dev (<< 1.1),
+ libargon2-dev,
+Standards-Version: 3.9.8
+Homepage: https://joeyh.name/code/keysafe/
+Vcs-Git: https://git.spwhitton.name/keysafe
+Vcs-Browser: https://git.spwhitton.name/?p=keysafe.git;a=summary
+
+Package: keysafe
+Architecture: any
+Section: misc
+Depends: ${shlibs:Depends}
+ ${misc:Depends},
+Suggests: git-annex
+Description: securely back up secret keys to cloud servers
+ Keysafe backs up a secret key to several cloud servers, split up
+ so that no one server can access the whole secret by itself.
+ .
+ A password is used to encrypt the data, and it is made expensive
+ to decrypt, so password cracking is infeasibly expensive.