diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f711178..e9da2b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +keyringer (0.3-1) unstable; urgency=low + + * Added xclip into Recommends + * Keyringer 0.3 + + -- Silvio Rhatto <rhatto@riseup.net> Thu, 20 Feb 2014 11:10:24 -0300 + keyringer (0.2.9-2) unstable; urgency=low * Closes: #732092 diff --git a/debian/control b/debian/control index c10a256..1fb9d9f 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ 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 -Recommends: openssl, xdg-utils, wipe, tree +Recommends: openssl, xdg-utils, wipe, tree, xclip 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 |