diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-17 12:49:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-17 12:49:53 -0300 |
commit | d46f13b4683dcd456387e81b53017d2b672e778e (patch) | |
tree | 577c3950cbe1720e0a8a83002828aaeccdf0a4ac /debian | |
parent | efbf6809ec3ab4f1d34bd7bcacfaebd46e32d170 (diff) | |
download | keyringer-d46f13b4683dcd456387e81b53017d2b672e778e.tar.gz keyringer-d46f13b4683dcd456387e81b53017d2b672e778e.tar.bz2 |
Adding 'open' action
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b386532..689c7d9 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Homepage: https://keyringer.pw Package: keyringer Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, bash, git-core, gnupg, grep, gawk, coreutils, sed -Recommends: openssl +Recommends: openssl, xdg-utils 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, |