diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-12-21 10:24:03 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-12-21 10:24:03 -0200 |
commit | 0877a7d08e3669e36b0d5555f725ca2c800272e5 (patch) | |
tree | 31565dbb3573e48af276006e7e442d6dcc252af9 /debian/control | |
parent | 02e0b3d860294a6250185f79f21a6dbdfbba29a2 (diff) | |
download | keyringer-0877a7d08e3669e36b0d5555f725ca2c800272e5.tar.gz keyringer-0877a7d08e3669e36b0d5555f725ca2c800272e5.tar.bz2 |
Adds xdotool into Recommends
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 27c7e1c..9c40bd8 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: https://git.fluxo.info/keyringer/log/?h=debian Package: keyringer Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, git, gnupg, gawk | mawk -Recommends: openssl, xdg-utils, wipe, tree, xclip +Recommends: openssl, xdg-utils, wipe, tree, xclip, xdotool 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 |