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

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



Author: barbier
Date: 2006-02-15 20:47:34 +0000 (Wed, 15 Feb 2006)
New Revision: 1177

Modified:
   glibc-package/trunk/debian/patches/locale/cvs-iso4217.diff
   glibc-package/trunk/debian/patches/locale/cvs-iso639.diff
   glibc-package/trunk/debian/patches/series
Log:
Cosmetics


Modified: glibc-package/trunk/debian/patches/locale/cvs-iso4217.diff
===================================================================
--- glibc-package/trunk/debian/patches/locale/cvs-iso4217.diff	2006-02-15 20:43:09 UTC (rev 1176)
+++ glibc-package/trunk/debian/patches/locale/cvs-iso4217.diff	2006-02-15 20:47:34 UTC (rev 1177)
@@ -1,30 +1,9 @@
 #! /bin/sh -e
 
 # All lines beginning with `# DP:' are a description of the patch.
-# DP: Description: Fix tr_TR localedef breakage.
-# DP: Related bugs: #314855: tr_TR.ISO-8859-9...LC_MONETARY: `int_curr_symbol' does not correspond to valid name
-# DP: Dpatch author: GOTO Masanori <gotom@debian.org>
-# DP: Patch author: 
-# DP: Upstream status: Will be submitted.
-# DP: Status Details: 
-# DP: Date: 2006-01-29
+# DP: Description: Update to latest CVS
+# DP: Date: 2006-02-15
 
-PATCHLEVEL=0
-
-if [ $# -ne 2 ]; then
-    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-    exit 1
-fi
-case "$1" in
-    -patch) patch -d "$2" -f --no-backup-if-mismatch -p$PATCHLEVEL < $0;;
-    -unpatch) patch -d "$2" -f --no-backup-if-mismatch -R -p$PATCHLEVEL < $0;;
-    *)
-	echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-	exit 1
-esac
-exit 0
-
-# append the patch here and adjust the -p? flag in the patch calls.
 Index: locale/iso-4217.def
 ===================================================================
 --- locale/iso-4217.def.orig

Modified: glibc-package/trunk/debian/patches/locale/cvs-iso639.diff
===================================================================
--- glibc-package/trunk/debian/patches/locale/cvs-iso639.diff	2006-02-15 20:43:09 UTC (rev 1176)
+++ glibc-package/trunk/debian/patches/locale/cvs-iso639.diff	2006-02-15 20:47:34 UTC (rev 1177)
@@ -1,9 +1,13 @@
-Update to latest CVS 
+#! /bin/sh -e
 
-Index: glibc-2.3.5/locale/iso-639.def
+# All lines beginning with `# DP:' are a description of the patch.
+# DP: Description: Update to latest CVS
+# DP: Date: 2006-02-15
+
+Index: locale/iso-639.def
 ===================================================================
---- glibc-2.3.5.orig/locale/iso-639.def
-+++ glibc-2.3.5/locale/iso-639.def
+--- locale/iso-639.def.orig
++++ locale/iso-639.def
 @@ -12,7 +12,7 @@
  DEFINE_LANGUAGE_CODE3 ("Achinese", ace, ace)
  DEFINE_LANGUAGE_CODE3 ("Acoli", ach, ach)

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2006-02-15 20:43:09 UTC (rev 1176)
+++ glibc-package/trunk/debian/patches/series	2006-02-15 20:47:34 UTC (rev 1177)
@@ -68,7 +68,7 @@
 glibc235-gcc4-alpha-profile.diff -p0
 glibc235-gcc34-m68k-seccomment.diff -p0
 locale/cvs-iso4217.diff -p0
-locale/cvs-iso639.diff
+locale/cvs-iso639.diff -p0
 glibc235-gcc4-hppa-profile.diff -p0
 glibc235-dl-execstack.diff -p0
 i386-amd64-biarch.diff -p1



Reply to: