From: myon Date: Tue, 15 Aug 2006 15:49:20 +0000 (+0000) Subject: * gpglist: do not die with with-fingerprint (Closes: #382019). X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=commitdiff_plain;h=3763137f68d29429c1101ff500748c80988277a1 * gpglist: do not die with with-fingerprint (Closes: #382019). git-svn-id: svn://svn.debian.org/pgp-tools/trunk@295 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/debian/changelog b/debian/changelog index 0d0a472..c8c2a92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +signing-party (0.4.7-2) unreleased; urgency=low + + * gpglist: do not die with with-fingerprint (Closes: #382019). + + -- Christoph Berg Tue, 15 Aug 2006 17:48:03 +0200 + signing-party (0.4.7-1) unstable; urgency=low * Update my maintainer address. diff --git a/gpglist/gpglist b/gpglist/gpglist index 10ad68e..f6cefe8 100755 --- a/gpglist/gpglist +++ b/gpglist/gpglist @@ -120,7 +120,7 @@ while () { 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"; }