diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-11-26 16:28:45 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-11-26 16:28:45 -0200 |
commit | cc7f823348eb24802cd85232cdbcdc8b1ab070e0 (patch) | |
tree | 526e321fffb075a3e77568da5322399d960cb3a6 /debian/control | |
parent | 9070123c376bd02e501524377dfb1b59cd117126 (diff) | |
download | keyringer-cc7f823348eb24802cd85232cdbcdc8b1ab070e0.tar.gz keyringer-cc7f823348eb24802cd85232cdbcdc8b1ab070e0.tar.bz2 |
Move 'tree' package to Recommends
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 650e2da..e3abaef 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ Vcs-Browser: https://git.sarava.org/?p=keyringer.git;a=shortlog;h=refs/heads/deb Package: keyringer Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, git, gnupg, gawk | mawk, tree -Recommends: openssl, xdg-utils, wipe +Depends: ${shlibs:Depends}, ${misc:Depends}, git, gnupg, gawk | mawk +Recommends: openssl, xdg-utils, wipe, tree 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 |