[Pgp-tools-commit] r284 - in trunk: debian gpgsigs

Christoph Berg myon at costa.debian.org
Fri May 12 18:46:15 UTC 2006


Author: myon
Date: 2006-05-12 18:46:07 +0000 (Fri, 12 May 2006)
New Revision: 284

Modified:
   trunk/debian/changelog
   trunk/gpgsigs/gpgsigs
Log:
* gpgsigs: recognize rvk (revoker), found in ksp-dc6.txt.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-05-04 07:04:03 UTC (rev 283)
+++ trunk/debian/changelog	2006-05-12 18:46:07 UTC (rev 284)
@@ -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 at squirrelmail.org>  Thu,  4 May 2006 09:03:24 +0200
+ -- Christoph Berg <myon at debian.org>  Fri, 12 May 2006 13:40:37 -0500
 
 signing-party (0.4.6-1) unstable; urgency=low
 

Modified: trunk/gpgsigs/gpgsigs
===================================================================
--- trunk/gpgsigs/gpgsigs	2006-05-04 07:04:03 UTC (rev 283)
+++ trunk/gpgsigs/gpgsigs	2006-05-12 18:46:07 UTC (rev 284)
@@ -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 @@
 		$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 @@
 
 (c) 2004, 2005 Peter Palfrader <peter at palfrader.org>
 
-(c) 2004, 2005 Christoph Berg <cb at df7cb.de>
+(c) 2004, 2005, 2006 Christoph Berg <cb at df7cb.de>
 
 =head1 LICENSE
 




More information about the Pgp-tools-commit mailing list