Your message dated Mon, 18 Dec 2006 22:32:04 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#402982: fixed in sympa 5.2.3-0.2 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: sympa Version: 5.2.1-0.1 Severity: important Tags: experimental patch In the script sympa_wizard.pl the variable output_file is populate with 'sympa.conf' or 'wwsympa.conf'. It then writes the conf files in the current directory. That's not what we want and that prevents sympa package to finish its installation. diff -ru sympa-5.2.1.deb/debian/sympa_wizard.pl sympa-5.2.1/debian/sympa_wizard.pl --- sympa-5.2.1.deb/debian/sympa_wizard.pl 2006-12-13 23:18:16.000000000 +0100 +++ sympa-5.2.1/debian/sympa_wizard.pl 2006-12-13 23:18:48.000000000 +0100 @@ -499,7 +499,6 @@ if ($opts{create}) { my $file = $opts{create}; - my $output_file = $opts{file} || $file; my $conf; if ($file eq 'sympa.conf') { @@ -512,12 +511,12 @@ exit 1; } - if (-f $output_file) { - print STDERR "$output_file file already exists, exiting\n"; + if (-f $conf) { + print STDERR "$conf file already exists, exiting\n"; exit 1; } - unless (open (NEWF,"> $output_file")){ + unless (open (NEWF,"> $conf")){ die "Unable to open $conf : $!"; }; @@ -553,7 +552,7 @@ } close NEWF; - print STDERR "$output_file file has been created\n"; + print STDERR "$conf file has been created\n"; exit 0; }diff -ru sympa-5.2.1.deb/debian/sympa_wizard.pl sympa-5.2.1/debian/sympa_wizard.pl --- sympa-5.2.1.deb/debian/sympa_wizard.pl 2006-12-13 23:18:16.000000000 +0100 +++ sympa-5.2.1/debian/sympa_wizard.pl 2006-12-13 23:18:48.000000000 +0100 @@ -499,7 +499,6 @@ if ($opts{create}) { my $file = $opts{create}; - my $output_file = $opts{file} || $file; my $conf; if ($file eq 'sympa.conf') { @@ -512,12 +511,12 @@ exit 1; } - if (-f $output_file) { - print STDERR "$output_file file already exists, exiting\n"; + if (-f $conf) { + print STDERR "$conf file already exists, exiting\n"; exit 1; } - unless (open (NEWF,"> $output_file")){ + unless (open (NEWF,"> $conf")){ die "Unable to open $conf : $!"; }; @@ -553,7 +552,7 @@ } close NEWF; - print STDERR "$output_file file has been created\n"; + print STDERR "$conf file has been created\n"; exit 0; }
--- End Message ---
--- Begin Message ---Source: sympa Source-Version: 5.2.3-0.2 We believe that the bug you reported is fixed in the latest version of sympa, which is due to be installed in the Debian FTP archive: sympa_5.2.3-0.2.diff.gz to pool/main/s/sympa/sympa_5.2.3-0.2.diff.gz sympa_5.2.3-0.2.dsc to pool/main/s/sympa/sympa_5.2.3-0.2.dsc sympa_5.2.3-0.2_i386.deb to pool/main/s/sympa/sympa_5.2.3-0.2_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Stefan Hornburg (Racke) <[EMAIL PROTECTED]> (supplier of updated sympa package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 18 Dec 2006 11:33:21 +0100 Source: sympa Binary: sympa Architecture: source i386 Version: 5.2.3-0.2 Distribution: experimental Urgency: low Maintainer: Stefan Hornburg (Racke) <[EMAIL PROTECTED]> Changed-By: Stefan Hornburg (Racke) <[EMAIL PROTECTED]> Description: sympa - Modern mailing list manager Closes: 313832 399488 402982 Changes: sympa (5.2.3-0.2) experimental; urgency=low . * create configuration file(s) in /etc/sympa (Closes: #402982, thanks to Jean Charles Delepine <[EMAIL PROTECTED]> for the report and the patch * preserve database user in Debconf question * explicitly set return value from database installation scripts * fix deprecated chown usage in postinst script * remove NLS directory * convert debian/control to UTF-8 * updated German translation of Debconf templates (Closes: #313832, thanks to Jens Seidel <[EMAIL PROTECTED]>) * updated French translation of Debconf templates (Closes: #399488, thanks to Christian Perrier <[EMAIL PROTECTED]>) Files: 6b6b0ad1e0329fa1d97aeb167f09e974 606 mail optional sympa_5.2.3-0.2.dsc 4bb9bf629f38ea0fef18c9b9ab05feb2 95123 mail optional sympa_5.2.3-0.2.diff.gz 39ced4eb4c0069ee399b39bf5036eae6 3570202 mail optional sympa_5.2.3-0.2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFhxUbjgVfE5tya3ERArGjAKCXUMXF2NlixIMudCIFP915y8/naQCfbs84 sO2rhpUAKfr086CsSO5Oe+w= =shrB -----END PGP SIGNATURE-----
--- End Message ---

