sub generate_config() {
- notice("Error: \$LOGNAME is not set.\n") unless defined $ENV{'LOGNAME'};
+ notice("Error: \$LOGNAME is not set.") unless defined $ENV{'LOGNAME'};
my $gecos = defined $ENV{'LOGNAME'} ? (getpwnam($ENV{LOGNAME}))[6] : undef;
my $email;
my @keys;
$speced_key = $spec if $local_keyids{$spec};
};
unless ($speced_key) {
- notice ("Imported unexpected key; got: $imported_key\n");
+ notice ("Imported unexpected key; got: $imported_key\nAre you trying to work on a subkey?");
next;
};
debug ("Imported $imported_key for $speced_key");
[ Thijs Kinkhorst ]
* Correct path of ~/.caffrc in informational messages (Closes: #582603).
+ * Be more verbose on unexpected key ID (Closes: #645792).
[ Franck Joncourt ]
* Debian package:
+ Create the mail files in ~/.caff/keys even if mail is not sent
(closes: #590666).
- -- Franck Joncourt <franck@debian.org> Mon, 22 Nov 2010 21:44:10 +0100
+ -- Thijs Kinkhorst <thijs@debian.org> Tue, 01 Nov 2011 19:54:10 +0100
signing-party (1.1.3-1) unstable; urgency=low