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

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



Author: gotom
Date: 2005-04-14 15:04:26 +0000 (Thu, 14 Apr 2005)
New Revision: 882

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.preinst
Log:
    - Denis Barbier <barbier@debian.org>:
      - debian/debhelper.in/libc.preinst: Add export LC_ALL=C like
        libc.postinst, it corrects some locale dependent behavior,
        especially for `tr'.  (Closes: #304257)



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-04-11 15:59:51 UTC (rev 881)
+++ glibc-package/trunk/debian/changelog	2005-04-14 15:04:26 UTC (rev 882)
@@ -26,6 +26,10 @@
         crashes xmms/nvidia.  (Closes: #219352)
       - debian/patches/glibc232-pthread-cancellation.dpatch: Fix pthread
         cancellation bug that causes JVM lockups.  (Closes: #300943)
+    - Denis Barbier <barbier@debian.org>:
+      - debian/debhelper.in/libc.preinst: Add export LC_ALL=C like
+        libc.postinst, it corrects some locale dependent behavior,
+        especially for `tr'.  (Closes: #304257)
     - Lars Wirzenius <liw@iki.fi>:
       - debian/local/manpages/iconv.1: Escape hyphens for Unicode
         environments.  (Closes: #292013)

Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst	2005-04-11 15:59:51 UTC (rev 881)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst	2005-04-14 15:04:26 UTC (rev 882)
@@ -1,5 +1,6 @@
 #!/bin/bash
 set -e
+export LC_ALL=C
 
 dpkg --assert-support-predepends
 



Reply to: