diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-06-26 19:09:02 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-06-26 19:09:02 -0300 |
commit | 4f8e4fa1e7654fb65a86b91d8895af724474c673 (patch) | |
tree | 837d5550d12eff1429a73b12d6ef95fb98e81db1 | |
parent | d461a9971185e4ddf9b0ef0e13c2992c9c96a362 (diff) | |
download | keyringer-4f8e4fa1e7654fb65a86b91d8895af724474c673.tar.gz keyringer-4f8e4fa1e7654fb65a86b91d8895af724474c673.tar.bz2 |
Keyringer dependencies
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 6 insertions, 2 deletions
@@ -15,9 +15,12 @@ Keyringer needs: - Bash - http://tiswww.case.edu/php/chet/bash/bashtop.html - Git - http://git-scm.com - GNU Privacy Guard - http://gnupg.org - - OpenSSL - http://www.openssl.org - Grep, awk, tail, cut, sed and other GNU tools +Optional dependencies if you want to manage ssl keys: + + - OpenSSL - http://www.openssl.org + Installation ------------ diff --git a/debian/control b/debian/control index 87ac26d..108adc9 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,8 @@ Homepage: https://git.sarava.org/?p=keyringer.git;a=summary Package: keyringer Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, bash, git-core, gnupg, grep, gawk, coreutils, sed +Recommends: openssl Description: Distributed secret management using GPG and git Keyringer lets you manage and share secrets using GPG and git in a distributed fashion. It has custom commands to encrypt, decrypt, recrypt, create key pairs, |