Package: signing-party
Version: 0.4.7-1
Severity: wishlist
Tags: patch
*** Please type your report below this line ***
If you happen to have "with-fingerprint" in your gpg configuration,
gpglist will hit lines 125f.
Please apply attached patch to make it happy again *g*
Best regards
K. Hoercher
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-wb-a
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages signing-party depends on:
ii gnupg 1.4.5-1 GNU privacy guard - a free PGP rep
ii libgnupg-interfa 0.33-6 Perl interface to GnuPG
ii libmailtools-per 1.74-0.1 Manipulate email in perl programs
ii libmime-perl 5.420-0.1 Perl5 modules for MIME-compliant m
ii libtext-template 1.44-1.1 Text::Template perl module
ii mailx 1:8.1.2-0.20050715cvs-1 A simple mail user agent
Versions of packages signing-party recommends:
ii exim4 4.62-4 metapackage to ease exim MTA (v4)
ii exim4-daemon-light [mail-tran 4.62-4 lightweight exim MTA (v4) daemon
ii libpaper-utils 1.1.19 Library for handling paper charact
ii libtext-iconv-perl 1.4-3 converts between character sets in
ii whiptail 0.52.2-5.1 Displays user-friendly dialog boxe
-- no debconf information
--- /usr/bin/gpglist 2005-08-08 09:55:14.000000000 +0200
+++ bin/gpglist 2006-08-08 12:45:53.000000000 +0200
@@ -121,6 +121,7 @@
}
last if ( m/^(sub):/ );
next if ( m/^(tru):/ );
+ next if ( m/^(fpr):/ );
print STDERR "hi, i'm a bug. please report me to my owner\n";
die "input: $_, key: $key";
}