[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1446 - in glibc-package/trunk/debian: . debhelper.in



Author: barbier
Date: 2006-04-20 21:28:44 +0000 (Thu, 20 Apr 2006)
New Revision: 1446

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/locales.postinst
Log:
locales.postinst: Do not abort if the current locale is not generated.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-04-18 12:21:25 UTC (rev 1445)
+++ glibc-package/trunk/debian/changelog	2006-04-20 21:28:44 UTC (rev 1446)
@@ -19,6 +19,7 @@
     fixed in a later release.
   * Fix location of locales/NEWS.Debian.  Thanks Matthijs Mohlmann.
     (Closes: #362763)
+  * locales.postinst: Do not abort if the current locale is not generated.
 
  -- Aurelien Jarno <aurel32@debian.org>  Fri, 14 Apr 2006 20:28:41 +0200
 

Modified: glibc-package/trunk/debian/debhelper.in/locales.postinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/locales.postinst	2006-04-18 12:21:25 UTC (rev 1445)
+++ glibc-package/trunk/debian/debhelper.in/locales.postinst	2006-04-20 21:28:44 UTC (rev 1446)
@@ -66,7 +66,7 @@
     # Set default LANG environment variable
     if [ -e $EE ]; then
         # Remove previous definitions
-        /usr/sbin/update-locale LANG
+        /usr/sbin/update-locale --no-checks LANG
     fi
     if [ -n "$SELECTED" ] && [ "$SELECTED" != "None" ]; then
         /usr/sbin/update-locale "LANG=$SELECTED"



Reply to: