};
my $keyinfo = $stdout;
my @publine = grep { /^pub/ } (split /\n/, $stdout);
+ if ($#publine < 0) {
+ warn ("No public key found for $keyid.\n");
+ next;
+ }
my (undef, undef, undef, undef, $longkeyid, undef, undef, undef, undef, undef, undef, $flags) = split /:/, pop @publine;
my $can_encrypt = $flags =~ /E/;
unless (defined $longkeyid) {
* caff:
+ Fix syntax error in example config variables (Closes: #413020).
+ + Fix perl warnings when calling pgp-fixkey with unknown keyid.
* gpg-key2ps:
+ Add '-1' option to only display one column of slips, for extra
wide keys (Closes: #399474).
- -- Thijs Kinkhorst <thijs@debian.org> Fri, 2 Mar 2007 14:12:03 +0100
+ -- Thijs Kinkhorst <thijs@debian.org> Tue, 24 Apr 2007 11:17:43 +0200
signing-party (0.4.9-1) unstable; urgency=low