[evolvis-commits] r18650: use the C.UTF-8 locale newly provided by libc-bin on wheezy

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Sep 27 16:17:13 CEST 2012


Author: mirabilos
Date: 2012-09-27 16:17:12 +0200 (Thu, 27 Sep 2012)
New Revision: 18650

Removed:
   trunk/gforge_base/evolvisforge-5.1/src/utils/unlocale.sh
Modified:
   trunk/gforge_base/evolvisforge-5.1/src/packaging/cron.d/00phpcron
   trunk/gforge_base/evolvisforge-5.1/src/packaging/install/common
Log:
use the C.UTF-8 locale newly provided by libc-bin on wheezy

strictly spoken, we could drop the dependency on locales-all now, too
(though that would mean locales must be installed and configured by
the sysadmin to support all non-english localisations; might still do
it as tarent-server pulls in locales-all anyway and other (non-tarent)
users of evolvisforge might not need de localisation)

Modified: trunk/gforge_base/evolvisforge-5.1/src/packaging/cron.d/00phpcron
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/packaging/cron.d/00phpcron	2012-09-25 15:04:05 UTC (rev 18649)
+++ trunk/gforge_base/evolvisforge-5.1/src/packaging/cron.d/00phpcron	2012-09-27 14:17:12 UTC (rev 18650)
@@ -14,8 +14,8 @@
 MAILTO=""
 
 # set the locale to C; set LC_CTYPE to C or UTF-8, respectively
-LC="/usr/share/@OLDPACKAGE@/bin/unlocale.sh --"
-LU="/usr/share/@OLDPACKAGE@/bin/unlocale.sh -u --"
+LC="/usr/bin/env LANG=C LC_CTYPE=C LC_ALL=C"
+LU="/usr/bin/env LANG=C LC_CTYPE=C.UTF-8 LC_ALL=C.UTF-8"
 
 #- end of 00phpcron -
 

Modified: trunk/gforge_base/evolvisforge-5.1/src/packaging/install/common
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/packaging/install/common	2012-09-25 15:04:05 UTC (rev 18649)
+++ trunk/gforge_base/evolvisforge-5.1/src/packaging/install/common	2012-09-27 14:17:12 UTC (rev 18650)
@@ -33,6 +33,5 @@
 locales/*                              usr/share/locale/
 utils/user-del.php                     usr/share/@OLDPACKAGE@/bin/
 utils/scm-newsubrepo.php               usr/share/@OLDPACKAGE@/bin/
-utils/unlocale.sh                      usr/share/@OLDPACKAGE@/bin/
 utils/list-admins.php                  usr/share/@OLDPACKAGE@/bin/
 utils/list-projects-using-plugin.php   usr/share/@OLDPACKAGE@/bin/



More information about the evolvis-commits mailing list