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

r2929 - in glibc-package/trunk/debian/patches: arm locale localedata



Author: aurel32
Date: 2008-05-11 00:02:06 +0000 (Sun, 11 May 2008)
New Revision: 2929

Modified:
   glibc-package/trunk/debian/patches/arm/cvs-gcc4-inline.diff
   glibc-package/trunk/debian/patches/locale/fix-C-first_weekday.diff
   glibc-package/trunk/debian/patches/localedata/locale-de_CH.diff
   glibc-package/trunk/debian/patches/localedata/locale-eo_EO.diff
   glibc-package/trunk/debian/patches/localedata/locale-eu_FR.diff
   glibc-package/trunk/debian/patches/localedata/locale-ku_TR.diff
Log:
Remove old dpatch headers



Modified: glibc-package/trunk/debian/patches/arm/cvs-gcc4-inline.diff
===================================================================
--- glibc-package/trunk/debian/patches/arm/cvs-gcc4-inline.diff	2008-05-10 22:31:10 UTC (rev 2928)
+++ glibc-package/trunk/debian/patches/arm/cvs-gcc4-inline.diff	2008-05-11 00:02:06 UTC (rev 2929)
@@ -1,6 +1,3 @@
-#! /bin/sh -e
-
-# All lines beginning with `# DP:' are a description of the patch.
 # DP: Description: Make glibc-2.3.5 compile with gcc-4.0 on arm for inline
 #		   functions of dl-machine.h.
 # DP: Related bugs: 

Modified: glibc-package/trunk/debian/patches/locale/fix-C-first_weekday.diff
===================================================================
--- glibc-package/trunk/debian/patches/locale/fix-C-first_weekday.diff	2008-05-10 22:31:10 UTC (rev 2928)
+++ glibc-package/trunk/debian/patches/locale/fix-C-first_weekday.diff	2008-05-11 00:02:06 UTC (rev 2929)
@@ -1,5 +1,3 @@
-#! /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:    Also fixes the 3rd value of the week keyword.

Modified: glibc-package/trunk/debian/patches/localedata/locale-de_CH.diff
===================================================================
--- glibc-package/trunk/debian/patches/localedata/locale-de_CH.diff	2008-05-10 22:31:10 UTC (rev 2928)
+++ glibc-package/trunk/debian/patches/localedata/locale-de_CH.diff	2008-05-11 00:02:06 UTC (rev 2929)
@@ -1,6 +1,3 @@
-#! /bin/sh -e
-
-# All lines beginning with `# DP:' are a description of the patch.
 # DP: Description: Changing d_fmt from "%Y-%m-%d" to "%d.%m.%Y"
 # DP: Related bugs: #27397
 # DP: Dpatch author: 
@@ -9,21 +6,6 @@
 # DP: Status Details: 
 # DP: Date: 2002-02-11
 
-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 -p1 < $0;;
-    -unpatch) patch -d "$2" -f --no-backup-if-mismatch -R -p1 < $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.
 --- glibc-2.6.orig/localedata/locales/de_CH
 +++ glibc-2.6/localedata/locales/de_CH
 @@ -114,7 +114,7 @@

Modified: glibc-package/trunk/debian/patches/localedata/locale-eo_EO.diff
===================================================================
--- glibc-package/trunk/debian/patches/localedata/locale-eo_EO.diff	2008-05-10 22:31:10 UTC (rev 2928)
+++ glibc-package/trunk/debian/patches/localedata/locale-eo_EO.diff	2008-05-11 00:02:06 UTC (rev 2929)
@@ -1,6 +1,3 @@
-#! /bin/sh -e
-
-# All lines beginning with `# DP:' are a description of the patch.
 # DP: Description: Add Esperanto locale (eo_EO)
 # DP: Related bugs: #78085 #233308
 # DP: Dpatch author: Ben Collins
@@ -9,19 +6,6 @@
 # DP: Status Details:
 # DP: Date: 2001-03-23
 
-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 -p1 < $0;;
-    -unpatch) patch -d "$2" -f --no-backup-if-mismatch -R -p1 < $0;;
-    *)
-	echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-	exit 1
-esac
-exit 0
-
 Index: localedata/locales/eo
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000

Modified: glibc-package/trunk/debian/patches/localedata/locale-eu_FR.diff
===================================================================
--- glibc-package/trunk/debian/patches/localedata/locale-eu_FR.diff	2008-05-10 22:31:10 UTC (rev 2928)
+++ glibc-package/trunk/debian/patches/localedata/locale-eu_FR.diff	2008-05-11 00:02:06 UTC (rev 2929)
@@ -1,6 +1,3 @@
-#! /bin/sh -e
-
-# All lines beginning with `# DP:' are a description of the patch.
 # DP: Description: #257840: locales: Please add the eu_FR locale
 # DP: Related bugs: #257840
 # DP: Dpatch author: GOTO Masanori <gotom@debian.org>
@@ -9,22 +6,6 @@
 # DP: Status Details: sending upstream
 # DP: Date: 2004-07-31
 
-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: localedata/locales/eu_FR
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000

Modified: glibc-package/trunk/debian/patches/localedata/locale-ku_TR.diff
===================================================================
--- glibc-package/trunk/debian/patches/localedata/locale-ku_TR.diff	2008-05-10 22:31:10 UTC (rev 2928)
+++ glibc-package/trunk/debian/patches/localedata/locale-ku_TR.diff	2008-05-11 00:02:06 UTC (rev 2929)
@@ -1,6 +1,3 @@
-#! /bin/sh -e
-
-# All lines beginning with `# DP:' are a description of the patch.
 # DP: Description: Please add Kurdish locale
 # DP: Related bugs: BZ870
 # DP: Dpatch author: Denis Barbier <barbier@debian.org>
@@ -9,22 +6,6 @@
 # DP:   has been committed, this new version has been sent just after.
 # DP: Date: 2006-01-06
 
-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.
 --- localedata/locales/ku_TR.orig
 +++ localedata/locales/ku_TR
 @@ -16,6 +16,8 @@


Reply to: