From 51861596eaf56f576c1b8a4a610bab0827269e8c Mon Sep 17 00:00:00 2001 From: myon-guest Date: Mon, 22 Aug 2005 09:04:33 +0000 Subject: [PATCH] pgp-fixkey: add to README and control; build manpage git-svn-id: svn://svn.debian.org/pgp-tools/trunk@221 b513b33f-fedd-0310-b452-c3deb5f4c849 --- README | 1 + caff/Makefile | 2 +- debian/control | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 87c8c7c..3dbf15c 100644 --- a/README +++ b/README @@ -2,6 +2,7 @@ This is a collection of several projects relating to OpenPGP. * caff: CA - Fire and Forget signs and mails a key * pgp-clean: removes all non-self signatures from key +* pgp-fixkey: removes broken packets from keys * gpg-mailkeys: simply mail out a signed key to its owner * gpg-key2ps: generate PostScript file with fingerprint paper strips * gpglist: show who signed which of your UIDs diff --git a/caff/Makefile b/caff/Makefile index c739320..1dbd04c 100644 --- a/caff/Makefile +++ b/caff/Makefile @@ -1,4 +1,4 @@ -MAN = caff.1 pgp-clean.1 +MAN = caff.1 pgp-clean.1 pgp-fixkey.1 all: $(MAN) diff --git a/debian/control b/debian/control index 69e8715..3208ac5 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Description: tools for signing GnuPG keys . * caff: CA - Fire and Forget signs and mails a key * pgp-clean: removes all non-self signatures from key + * pgp-fixkey: removes broken packets from keys * gpg-mailkeys: simply mail out a signed key to its owner * gpg-key2ps: generate PostScript file with fingerprint paper strips * gpglist: show who signed which of your UIDs -- 2.30.2