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

r1105 - in glibc-package/trunk/debian: . patches patches/locale



Author: barbier
Date: 2006-01-15 17:21:42 +0000 (Sun, 15 Jan 2006)
New Revision: 1105

Added:
   glibc-package/trunk/debian/patches/locale/fix-C-first_weekday.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
* debian/patches/locale/fix-C-first_weekday.diff: New file, so that
  langinfo(_NL_TIME_FIRST_WEEKDAY) returns Sunday and not Saturday.
  Reported by Graham Wilson <graham@mknod.org>.  (Closes: #327025)


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-01-15 17:19:28 UTC (rev 1104)
+++ glibc-package/trunk/debian/changelog	2006-01-15 17:21:42 UTC (rev 1105)
@@ -3,6 +3,9 @@
   * debian/patches/localedata/tl_PH-yesexpr.diff: New file, to fix
     yesexpr/noexpr in tl_PH locale.  Reported by eric pareja
     <xenos@upm.edu.ph>.  (Closes: #295810)
+  * debian/patches/locale/fix-C-first_weekday.diff: New file, so that
+    langinfo(_NL_TIME_FIRST_WEEKDAY) returns Sunday and not Saturday.
+    Reported by Graham Wilson <graham@mknod.org>.  (Closes: #327025)
 
  -- Denis Barbier <barbier@debian.org>  Sun, 15 Jan 2006 18:20:16 +0100
 

Added: glibc-package/trunk/debian/patches/locale/fix-C-first_weekday.diff
===================================================================
--- glibc-package/trunk/debian/patches/locale/fix-C-first_weekday.diff	2006-01-15 17:19:28 UTC (rev 1104)
+++ glibc-package/trunk/debian/patches/locale/fix-C-first_weekday.diff	2006-01-15 17:21:42 UTC (rev 1105)
@@ -0,0 +1,23 @@
+#! /bin/sh -e
+
+# All lines beginning with `# DP:' are a description of the patch.
+# DP: Description: #327025 C locale has bad default for _NL_TIME_FIRST_WEEKDAY
+# DP: Related bugs: #327025  BZ181
+# DP: Dpatch author: Denis Barbier
+# DP: Patch author: Petter Reinholdtsen
+# DP: Upstream status: BZ181
+# DP: Date: 2006-01-10
+
+Index: locale/C-time.c
+===================================================================
+--- locale/C-time.c.orig
++++ locale/C-time.c
+@@ -136,7 +136,7 @@
+     { .string = "\7" },
+     { .word = 19971130 },
+     { .string = "\4" },
+-    { .string = "\7" },
++    { .string = "\1" },
+     { .string = "\1" },
+     { .string = "\1" },
+     { .string = "" },

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2006-01-15 17:19:28 UTC (rev 1104)
+++ glibc-package/trunk/debian/patches/series	2006-01-15 17:21:42 UTC (rev 1105)
@@ -111,4 +111,5 @@
 locale/LC_IDENTIFICATION-optional-fields.diff
 locale/LC_COLLATE-keywords-ordering.diff
 locale/locale-print-LANGUAGE.diff
+locale/fix-C-first_weekday.diff -p0
 localedata/tl_PH-yesexpr.diff



Reply to: