pgp-fixkey: add to README and control; build manpage
authormyon-guest <myon-guest@b513b33f-fedd-0310-b452-c3deb5f4c849>
Mon, 22 Aug 2005 09:04:33 +0000 (09:04 +0000)
committermyon-guest <myon-guest@b513b33f-fedd-0310-b452-c3deb5f4c849>
Mon, 22 Aug 2005 09:04:33 +0000 (09:04 +0000)
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@221 b513b33f-fedd-0310-b452-c3deb5f4c849

README
caff/Makefile
debian/control

diff --git a/README b/README
index 87c8c7c96deb5d7c655910c64ea08dc731575a1e..3dbf15c81dc0599848fd57c1f9c9ca9bef54bd49 100644 (file)
--- 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
index c7393201445fe0281840b06514517c68880ccb48..1dbd04c88518d7e537982f21c9a83e9cdd7e1a17 100644 (file)
@@ -1,4 +1,4 @@
-MAN = caff.1 pgp-clean.1
+MAN = caff.1 pgp-clean.1 pgp-fixkey.1
 
 all: $(MAN)
 
index 69e87153cbd9d1af77f976d5b67c4e3e2ce279fd..3208ac560d514c4e498133c12c3c923cc72b65bf 100644 (file)
@@ -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