diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-20 11:12:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-20 11:12:50 -0300 |
commit | 439df7502256c8e7a6f8a1a7042721cfd8438c18 (patch) | |
tree | a8919009ba9b543b2b66315fa858759a0b487585 | |
parent | efaacc68a2539cf57fdba395598f708d366cabc9 (diff) | |
download | keyringer-439df7502256c8e7a6f8a1a7042721cfd8438c18.tar.gz keyringer-439df7502256c8e7a6f8a1a7042721cfd8438c18.tar.bz2 |
Updating debian/changelog and Recommends updatedebian_keyringer_0.3-1
-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 |