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

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



Author: barbier
Date: 2006-02-15 21:03:11 +0000 (Wed, 15 Feb 2006)
New Revision: 1178

Added:
   glibc-package/trunk/debian/patches/locale/iso4217-RON.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/locales-depver
   glibc-package/trunk/debian/patches/series
Log:
Add RON to locale/iso-4217.def and bump LOCALES_COMPAT_VER to 2.3.6-2.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-02-15 20:47:34 UTC (rev 1177)
+++ glibc-package/trunk/debian/changelog	2006-02-15 21:03:11 UTC (rev 1178)
@@ -13,6 +13,7 @@
      locale-vi, locale-zh, libc6-doc, glibcdoc and libc6 (<< 2.1-4).
    * debian/control: Split Build-Depends on several lines for readability
      purpose.
+   * Add RON to locale/iso-4217.def and bump LOCALES_COMPAT_VER to 2.3.6-2.
 
   [ Clint Adams ]
   * Add hurd-getresuid-dyslexia.diff (fixes incorrect ordering of

Modified: glibc-package/trunk/debian/locales-depver
===================================================================
--- glibc-package/trunk/debian/locales-depver	2006-02-15 20:47:34 UTC (rev 1177)
+++ glibc-package/trunk/debian/locales-depver	2006-02-15 21:03:11 UTC (rev 1178)
@@ -1,14 +1,21 @@
 #  When glibc is uploaded into unstable, the locales package is immediately
 #  available because it is arch:all.  But libc binary parckages are processed
 #  by autobuilders and become available later.
+#
 #  If compiling locales depend on a given version of localedef (for instance
 #  when ISO codes are updated), the idea is to first bump LOCALES_COMPAT_VER and
 #  make an upload without changing locales.  When this version is available on
 #  all architectures in unstable, locales can be modified and LOCALES_DEP_VER
 #  is bumped too.
+#
 #  LOCALES_COMPAT_VER must always contain two values during the transition phase
 #  so that dependencies in unstable can always be satisfied, and
 #  LOCALES_DEP_VER point to the highest value of LOCALES_COMPAT_VER when
 #  packages are available for all architectures in unstable.
+
 LOCALES_DEP_VER = 2.3.5-3
-LOCALES_COMPAT_VER = 2.3.5-12 2.3.5-3
+LOCALES_COMPAT_VER = 2.3.6-2 2.3.5-3
+
+#  Previous versions:
+#    2.3.6-2: Add RON to iso-4217.def
+#    2.3.5-12: changes in localedef to accept preprocessor-like directives

Added: glibc-package/trunk/debian/patches/locale/iso4217-RON.diff
===================================================================
--- glibc-package/trunk/debian/patches/locale/iso4217-RON.diff	2006-02-15 20:47:34 UTC (rev 1177)
+++ glibc-package/trunk/debian/patches/locale/iso4217-RON.diff	2006-02-15 21:03:11 UTC (rev 1178)
@@ -0,0 +1,23 @@
+#! /bin/sh -e
+
+# All lines beginning with `# DP:' are a description of the patch.
+# DP: Description: According to http://publications.eu.int/code/en/en-5000700.htm
+# DP:   RON is the official currency in Romania since 1st July 2005.
+# DP: Related bugs: #347173
+# DP: Dpatch author: Denis Barbier
+# DP: Patch author: Eddy Petrişor
+# DP: Upstream status: not submitted yet
+# DP: Date: 2006-02-15
+
+Index: locale/iso-4217.def
+===================================================================
+--- locale/iso-4217.def.orig
++++ locale/iso-4217.def
+@@ -127,6 +127,7 @@
+ DEFINE_INT_CURR("PYG")		/* Paraguay Guarani  */
+ DEFINE_INT_CURR("QAR")		/* Qatar Rial  */
+ DEFINE_INT_CURR("ROL")		/* Romanian Leu  */
++DEFINE_INT_CURR("RON")		/* New Romanian Leu  */
+ DEFINE_INT_CURR("RUR")		/* Russian Ruble  */
+ DEFINE_INT_CURR("RWF")		/* Rwanda Franc  */
+ DEFINE_INT_CURR("SAR")		/* Saudi Arabia Riyal  */

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2006-02-15 20:47:34 UTC (rev 1177)
+++ glibc-package/trunk/debian/patches/series	2006-02-15 21:03:11 UTC (rev 1178)
@@ -69,6 +69,7 @@
 glibc235-gcc34-m68k-seccomment.diff -p0
 locale/cvs-iso4217.diff -p0
 locale/cvs-iso639.diff -p0
+locale/iso4217-RON.diff -p0
 glibc235-gcc4-hppa-profile.diff -p0
 glibc235-dl-execstack.diff -p0
 i386-amd64-biarch.diff -p1



Reply to: