[Pkg-sympa-commits] [SCM] sympa Debian packaging branch, master, updated. debian/6.1.11_dfsg-5-12-gc847c76

Emmanuel Bouthenot kolter at openics.org
Sun Jul 21 17:47:33 UTC 2013


The following commit has been merged in the master branch:
commit c5fd6f4e2981d2cbec1e327bf495f75d35888e43
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Tue Jul 2 19:27:56 2013 +0000

    Add a patch to make possible to fallback on C locale when no other locales are available

diff --git a/debian/patches/1015_locales_fallback.path b/debian/patches/1015_locales_fallback.path
new file mode 100644
index 0000000..dc03a6d
--- /dev/null
+++ b/debian/patches/1015_locales_fallback.path
@@ -0,0 +1,17 @@
+Description: Make possible to fallback on C locale when no other locales are available.
+Author: Emmanuel Bouthenot <kolter at debian.org>
+Last-Update: 2013-06-15
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/lib/Language.pm
++++ b/src/lib/Language.pm
+@@ -171,7 +171,8 @@
+ 			 $locale.'.UTF-8',  ## UpperCase required for FreeBSD
+ 			 $locale_dashless, ## Required on HPUX
+ 			 $locale,
+-			 $lang
++			 $lang,
++			 'C',
+ 			 ) {
+ 	    if (&setlocale($type, $try)) {
+ 		$success = 1;
diff --git a/debian/patches/series b/debian/patches/series
index b5bfce7..f5a650f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,6 +9,7 @@
 1012_fix_manpages_typos_and_whatis_entries.patch
 1013_fix_wording_sympa_wizard_manpage.patch
 1014_fix_unknown_parameter_ldap_force_canonical_email.patch
+1015_locales_fallback.path
 2002_wizard_drop_localedir.patch
 #2003_sanitize_make_all.patch
 2005_disable_build_non_dfsg_po_files.patch

-- 
sympa Debian packaging



More information about the Pkg-sympa-commits mailing list