* gpglist: do not die with with-fingerprint (Closes: #382019).
authormyon <myon@b513b33f-fedd-0310-b452-c3deb5f4c849>
Tue, 15 Aug 2006 15:49:20 +0000 (15:49 +0000)
committermyon <myon@b513b33f-fedd-0310-b452-c3deb5f4c849>
Tue, 15 Aug 2006 15:49:20 +0000 (15:49 +0000)
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@295 b513b33f-fedd-0310-b452-c3deb5f4c849

debian/changelog
gpglist/gpglist

index 0d0a4724574b104ea99dfa4a0e6cad482ae194f8..c8c2a92878b72036327cf09162b93cac4f51a366 100644 (file)
@@ -1,3 +1,9 @@
+signing-party (0.4.7-2) unreleased; urgency=low
+
+  * gpglist: do not die with with-fingerprint (Closes: #382019).
+
+ -- Christoph Berg <myon@debian.org>  Tue, 15 Aug 2006 17:48:03 +0200
+
 signing-party (0.4.7-1) unstable; urgency=low
 
   * Update my maintainer address.
index 10ad68ece13cb8131bbada930aefb3f33b9ab987..f6cefe8e0f95734bce7fed8eb1a6bb0d60aeebca 100755 (executable)
@@ -120,7 +120,7 @@ while (<SIGS>) {
                next;
        }
        last if ( m/^(sub):/ );
-       next if ( m/^(tru):/ );
+       next if ( m/^(fpr|tru):/ );
        print STDERR "hi, i'm a bug. please report me to my owner\n";
        die "input: $_, key: $key";
 }