[Pkg-sympa-commits] [SCM] sympa Debian packaging branch, master, updated. debian/6.1.7_dfsg-2-31-g348d434

Emmanuel Bouthenot kolter at openics.org
Sat May 19 14:51:42 UTC 2012


The following commit has been merged in the master branch:
commit 1e31580194b30c700f78b41f0dad65cd89a251cc
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Mon May 14 23:27:25 2012 +0000

    Add a patch to fix a warning in logs about 'Unknown parameter ldap_force_canonical_email' (#638320)

diff --git a/debian/patches/1014_fix_unknown_parameter_ldap_force_canonical_email.patch b/debian/patches/1014_fix_unknown_parameter_ldap_force_canonical_email.patch
new file mode 100644
index 0000000..5ad0e48
--- /dev/null
+++ b/debian/patches/1014_fix_unknown_parameter_ldap_force_canonical_email.patch
@@ -0,0 +1,14 @@
+Description: Fix warnings in logs about 'Unknown parameter ldap_force_canonical_email'
+Author: Emmanuel Bouthenot <kolter at debian.org>
+Bug-Debian: http://bugs.debian.org/638320
+Last-Update: 2012-05-15
+--- a/wwsympa/wwslib.pm
++++ b/wwsympa/wwslib.pm
+@@ -154,6 +154,7 @@
+ 			robots => '',
+ 			password_case => 'sensitive',
+ 			htmlarea_url => '',
++			ldap_force_canonical_email => 1,
+ 			);
+ 
+     my $conf = \%default_conf;
diff --git a/debian/patches/series b/debian/patches/series
index da77b91..a130a59 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,6 +9,7 @@
 1011_fix_sqlite_db_upgrade
 1012_fix_manpages_typos_and_whatis_entries.patch
 1013_fix_wording_sympa_wizard_manpage.patch
+1014_fix_unknown_parameter_ldap_force_canonical_email.patch
 2002_wizard_drop_localedir.patch
 #2003_sanitize_make_all.patch
 2004_pg_create_db.patch

-- 
sympa Debian packaging



More information about the Pkg-sympa-commits mailing list