From: weasel Date: Tue, 16 Aug 2005 14:36:42 +0000 (+0000) Subject: Add keylookup X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=commitdiff_plain;h=79aa08be7cef14861a3373149d072d6f789bb40d Add keylookup git-svn-id: svn://svn.debian.org/pgp-tools/trunk@184 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/debian/changelog b/debian/changelog index ed788b1..864ed6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ signing-party (0.4.2-1) unstable; urgency=low + [ Christoph Berg ] * caff: + create configfile on first use (Closes: #316611). + note use of ~/.caff/gnupghome/gpg.conf in manpage (Closes: #321235). @@ -11,7 +12,10 @@ signing-party (0.4.2-1) unstable; urgency=low * gpg-key2ps: + Convert from shell script to perl. - -- Christoph Berg Mon, 8 Aug 2005 00:17:11 +0200 + [ Peter Palfrader ] + * Add keylookup: ncurses wrapper around gpg --search + + -- Peter Palfrader Tue, 16 Aug 2005 16:29:54 +0200 signing-party (0.4.1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 36e136b..c35f8f3 100644 --- a/debian/control +++ b/debian/control @@ -20,5 +20,6 @@ Description: tools for signing GnuPG keys * gpg-key2ps: generate PostScript file with fingerprint paper strips * gpglist: show who signed which of your UIDs * gpgsigs: annotates list of GnuPG keys with already done signatures + * keylookup: ncurses wrapper around gpg --search . Homepage: http://pgp-tools.alioth.debian.org/ diff --git a/debian/install b/debian/install index 1a1f9ab..4d334af 100644 --- a/debian/install +++ b/debian/install @@ -4,3 +4,4 @@ gpglist/gpglist usr/bin gpgsigs/gpgsigs usr/bin gpg-key2ps/gpg-key2ps usr/bin gpg-mailkeys/gpg-mailkeys usr/bin +keylookup/keylookup usr/bin