diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-10-03 17:56:02 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-10-03 17:56:02 -0300 |
commit | 0782a40478fff9be02c5cdde166d199b8f09cf90 (patch) | |
tree | 66df17cfedddb9e5a2098717ed2908407c0fcfc7 /debian/control | |
parent | 6b1a9638aa417da337e68e3d073e5ecc1f113b9b (diff) | |
download | keyringer-0782a40478fff9be02c5cdde166d199b8f09cf90.tar.gz keyringer-0782a40478fff9be02c5cdde166d199b8f09cf90.tar.bz2 |
Get debian/ back
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7ad2643 --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: keyringer +Section: misc +Priority: extra +Maintainer: Silvio Rhatto <rhatto@riseup.net> +Build-Depends: debhelper (>= 9.20120909~) +Standards-Version: 3.9.4 +Homepage: https://keyringer.pw +Vcs-Git: git://git.sarava.org/keyringer.git +Vcs-Browser: https://git.sarava.org/?p=keyringer.git;a=summary + +Package: keyringer +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, git, gnupg, gawk | mawk +Recommends: openssl, xdg-utils +Description: Distributed secret management using GnuPG and Git + Keyringer lets you manage and share secrets using GnuPG and Git in a + distributed fashion. It has custom commands to encrypt, decrypt and + recrypt secrets as well as create key pairs and supports encryption + to multiple recipients and groups of different recipients to ensure + the same repository can be shared with a workgroup but allowing to + keep some secrets available just to subsets of that group. + . + OpenSSL is needed to generate X.509 certificates and keys and + xdg-utils are needed to open and edit encrypted secrets according + to their file types. |