Package: signing-party
Version: 0.4.9-1
Severity: minor

The manpage for caff includes the following line:

  $CONFIG{mailer-send} =  [ 'sendmail', '-o8' ]

This will cause errors when caff tries to read the configuration file. Those 
familiar with Perl
will know to fix the error by adding quotes around the configuration option:

  $CONFIG{'mailer-send'} = [ 'sendmail', '-o8' ];

However, for other people, they will be stuck.  So I suggest fixing this 
example and adding a new
line to the example at the top of the CONFIGURATION FILE OPTIONS section:

  $CONFIG{owner} = q{Peter Palfrader};
  $CONFIG{email} = [EMAIL PROTECTED];
  $CONFIG{keyid} = [ qw{DE7AAF6E94C09C7F 62AF4031C82E0039} ];
  $CONFIG{'also-encrypt-to'} = [ qw{DE7AAF6E94C09C7F 62AF4031C82E0039} ];

At the same time, may as well add the missing semicolons to the two example 
lines for the 
'mailer-send' option so that copy and pasting those will work right away.

Francois

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=fr_CA, LC_CTYPE=fr_CA (charmap=ISO-8859-1)

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-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  dialog                    1.0-20060221-3 Displays user-friendly dialog boxe
ii  exim4                     4.63-17        metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail- 4.63-17        lightweight exim MTA (v4) daemon
ii  libintl-perl              1.16-1         Uniforum message translations syst
ii  libpaper-utils            1.1.21         Library for handling paper charact
ii  libtext-iconv-perl        1.4-3          converts between character sets in
ii  recode                    3.6-13         Character set conversion utility
ii  whiptail                  0.52.2-10      Displays user-friendly dialog boxe

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to