]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Keyringer dependencies
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 26 Jun 2012 22:09:02 +0000 (19:09 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 26 Jun 2012 22:09:02 +0000 (19:09 -0300)
README
debian/control

diff --git a/README b/README
index a20c32c75ea7cdaff18a24364c8365eb3fa67223..548be8d0da5b3098cc7ca05359314857c6a0705a 100644 (file)
--- 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
 ------------
 
index 87ac26d3a3ecf44a02654242c689d4e60504f719..108adc9bef8f4671eaf186384480ba8312297860 100644 (file)
@@ -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,