From 09d5f2387828bd3ef6df0c8b150ca24adfeb1346 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 19 Aug 2016 20:17:04 -0700 Subject: initial debianisation --- debian/control | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.2.3