* gpgsigs: recognize rvk (revoker), found in ksp-dc6.txt.
authormyon <myon@b513b33f-fedd-0310-b452-c3deb5f4c849>
Fri, 12 May 2006 18:46:07 +0000 (18:46 +0000)
committermyon <myon@b513b33f-fedd-0310-b452-c3deb5f4c849>
Fri, 12 May 2006 18:46:07 +0000 (18:46 +0000)
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@284 b513b33f-fedd-0310-b452-c3deb5f4c849

debian/changelog
gpgsigs/gpgsigs

index 8c816c51da33c02c6e39de2273d01ecad5d09403..0488e46ce1c9f71f83601ecec431ddcd4fbb22c9 100644 (file)
@@ -1,8 +1,9 @@
 signing-party (0.4.6-2) unstable; urgency=low
 
+  * gpgsigs: recognize rvk (revoker), found in ksp-dc6.txt.
   * Bump Standards-Version to 3.7.2, no changes.
 
- -- Thijs Kinkhorst <kink@squirrelmail.org>  Thu,  4 May 2006 09:03:24 +0200
+ -- Christoph Berg <myon@debian.org>  Fri, 12 May 2006 13:40:37 -0500
 
 signing-party (0.4.6-1) unstable; urgency=low
 
index 7678c196d6cb424414de2df45c9ca38f68950c6a..b91f652f5582cc2724953afa5cc0ce4e530b1a95 100755 (executable)
@@ -17,6 +17,7 @@
 #   * support for multiple user keys
 #   * better charset conversion
 #   * pod documentation
+# see the Debian changelog for further changes.
 
 my $VERSION = qq$Rev$;
 
@@ -194,9 +195,9 @@ while (<SIGS>) {
                $uid = "Photo ID";
                next;
        }
-       next if ( m/^(rev|sub|tru):/ );
+       next if ( m/^(rev|rvk|sub|tru):/ ); # revoke/revoker/subkey/trust
        warn "unknown value: '$_', key: ".(defined $key ? $key :'none')."\n";
-}      
+}
 close SIGS;
 print STDERR "\n";
 
@@ -369,7 +370,7 @@ http://pgp-tools.alioth.debian.org/
 
 (c) 2004, 2005 Peter Palfrader <peter@palfrader.org>
 
-(c) 2004, 2005 Christoph Berg <cb@df7cb.de>
+(c) 2004, 2005, 2006 Christoph Berg <cb@df7cb.de>
 
 =head1 LICENSE