Package: signing-party
Version: 0.4.9-1
Severity: normal
Tags: patch
Hi,
caff would not take into account the line
$CONFIG{'gpg-sign-args'} = '--ask-cert-level';
in my .caffrc because the line for it is added after
the --edit command. (see patch below).
By the way, wouldn't using --sign-key $key be better than
--edit $key sign ?
--- caff.orig 2007-02-18 15:24:43.000000000 +0100
+++ caff 2007-02-18 15:16:48.000000000 +0100
@@ -1078,9 +1078,9 @@
push @command, '--secret-keyring',
$CONFIG{'secret-keyring'};
push @command, '--no-auto-check-trustdb';
push @command, '--trust-model=always';
+ push @command, split ' ', $CONFIG{'gpg-sign-args'} ||
"";
push @command, '--edit', $keyid;
push @command, 'sign';
- push @command, split ' ', $CONFIG{'gpg-sign-args'} ||
"";
print join(' ', @command),"\n";
system (@command);
};
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages signing-party depends on:
ii gnupg 1.4.6-1 GNU privacy guard - a free PGP rep
ii libgnupg-interfa 0.33-6 Perl interface to GnuPG
ii libmailtools-per 1.74-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.63-17 metapackage to ease exim MTA (v4)
ii exim4-daemon-light [mail-tran 4.63-17 lightweight exim MTA (v4) daemon
ii libintl-perl 1.16-1 Uniforum message translations syst
pn libpaper-utils <none> (no description available)
ii libtext-iconv-perl 1.4-3 converts between character sets in
ii whiptail 0.52.2-9 Displays user-friendly dialog boxe
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]