From 4f8e4fa1e7654fb65a86b91d8895af724474c673 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 26 Jun 2012 19:09:02 -0300 Subject: Keyringer dependencies --- README | 5 ++++- debian/control | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README b/README index a20c32c..548be8d 100644 --- a/README +++ b/README @@ -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, -- cgit v1.2.3