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

r2093 - in glibc-package/trunk/debian: . patches/localedata



Author: aurel32
Date: 2007-04-19 05:50:03 +0000 (Thu, 19 Apr 2007)
New Revision: 2093

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/localedata/first_weekday.diff
Log:
  * patches/localedata/first_weekday.diff: Add first_workday for *_NO
    and *_DK. Closes: #379100.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-04-19 05:46:44 UTC (rev 2092)
+++ glibc-package/trunk/debian/changelog	2007-04-19 05:50:03 UTC (rev 2093)
@@ -34,6 +34,8 @@
   * debhelper.in/libc.postinst: fix the chroot detection, code taken from
     udev scripts.
   * debian/rules.d/build.mk: disable testsuite on the MIPS SB1 platform.
+  * patches/localedata/first_weekday.diff: Add first_workday for *_NO 
+    and *_DK. Closes: #379100.
 
  -- Aurelien Jarno <aurel32@debian.org>  Thu, 19 Apr 2007 07:45:57 +0200
 

Modified: glibc-package/trunk/debian/patches/localedata/first_weekday.diff
===================================================================
--- glibc-package/trunk/debian/patches/localedata/first_weekday.diff	2007-04-19 05:46:44 UTC (rev 2092)
+++ glibc-package/trunk/debian/patches/localedata/first_weekday.diff	2007-04-19 05:50:03 UTC (rev 2093)
@@ -1,11 +1,12 @@
 # All lines beginning with `# DP:' are a description of the patch.
-# DP: Description: Add first_weekday, most come from OpenOffice through CLDR
+# DP: Description: Add first_weekday and first_workday, most come 
+# DP: from OpenOffice through CLDR
 # DP:    This patch applies the following conventions:
 # DP:       1=Sunday...7=Saturday
 # DP:       The week keyword is removed from all locales.
 # DP:    Normally GTK apps should work with these settings, as well as
 # DP:    other apps.
-# DP: Related bugs: #343885 347323
+# DP: Related bugs: #343885 347323 #379100
 # DP: Dpatch author: Denis Barbier <barbier@debian.org>
 # DP: Patch author: Denis Barbier
 # DP: Upstream status: not submitted
@@ -475,12 +476,13 @@
 ===================================================================
 --- localedata/locales/da_DK.orig
 +++ localedata/locales/da_DK
-@@ -214,6 +214,8 @@
+@@ -214,6 +214,9 @@
  date_fmt	"<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
  <U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
  <U0025><U005A><U0020><U0025><U0059>"
 +%  FIXME: found in CLDR
 +first_weekday 2
++first_workday 2
  END LC_TIME
  
  LC_MESSAGES
@@ -615,12 +617,13 @@
 ===================================================================
 --- localedata/locales/en_DK.orig
 +++ localedata/locales/en_DK
-@@ -106,6 +106,8 @@
+@@ -106,6 +106,9 @@
  date_fmt	"<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
  <U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
  <U0025><U005A><U0020><U0025><U0059>"
 +%  FIXME: found in CLDR
 +first_weekday 2
++first_workday 2
  END LC_TIME
  
  LC_MESSAGES
@@ -1506,12 +1509,13 @@
 ===================================================================
 --- localedata/locales/nb_NO.orig
 +++ localedata/locales/nb_NO
-@@ -195,6 +195,8 @@
+@@ -195,6 +195,9 @@
  date_fmt       "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
  <U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
  <U0025><U005A><U0020><U0025><U0059>"
 +%  FIXME: found in CLDR
 +first_weekday 2
++first_workday 2
  END LC_TIME
  
  LC_MESSAGES
@@ -1558,12 +1562,13 @@
 ===================================================================
 --- localedata/locales/nn_NO.orig
 +++ localedata/locales/nn_NO
-@@ -136,6 +136,8 @@
+@@ -136,6 +136,9 @@
  date_fmt       "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
  <U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
  <U0025><U005A><U0020><U0025><U0059>"
 +%  FIXME: found in CLDR
 +first_weekday 2
++first_workday 2
  END LC_TIME
  
  
@@ -1714,12 +1719,13 @@
 ===================================================================
 --- localedata/locales/se_NO.orig
 +++ localedata/locales/se_NO
-@@ -277,6 +277,8 @@
+@@ -277,6 +277,9 @@
  <U0020><U0025><U005A>"
  
  % %a %b-%e %H:%M:%S %Z %Y s�n-31 21:15:11 CET 2001
 +%  FIXME: found in CLDR
 +first_weekday 2
++first_workday 2
  END LC_TIME
  
  LC_MESSAGES



Reply to: