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

r1273 - in glibc-package/branches/glibc-2.4/debian: . patches



Author: schizo
Date: 2006-03-09 00:52:17 +0000 (Thu, 09 Mar 2006)
New Revision: 1273

Removed:
   glibc-package/branches/glibc-2.4/debian/patches/glibc235-dash.diff
Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/patches/series
Log:
    - Remove glibc235-dash.diff (merged upstream).


Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-03-09 00:45:33 UTC (rev 1272)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-03-09 00:52:17 UTC (rev 1273)
@@ -2,6 +2,7 @@
 
   * New upstream version 2.4.
     - Remove sparc-socket-weakalias.diff (merged upstream).
+    - Remove glibc235-dash.diff (merged upstream).
 
  -- Clint Adams <schizo@debian.org>  Mon,  6 Mar 2006 16:49:38 -0500
 

Deleted: glibc-package/branches/glibc-2.4/debian/patches/glibc235-dash.diff
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/glibc235-dash.diff	2006-03-09 00:45:33 UTC (rev 1272)
+++ glibc-package/branches/glibc-2.4/debian/patches/glibc235-dash.diff	2006-03-09 00:52:17 UTC (rev 1273)
@@ -1,29 +0,0 @@
-#! /bin/sh -e
-
-# All lines beginning with `# DP:' are a description of the patch.
-# DP: Make glibc compile with /bin/sh being dash and not bash.
-
-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 -p0 < $0;;
-    -unpatch) patch -d "$2" -f --no-backup-if-mismatch -R -p0 < $0;;
-    *)
-	echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-	exit 1
-esac
-exit 0
-
---- csu/Makefile	2005-06-15 20:59:25.000000000 +0300
-+++ csu/Makefile	2005-06-15 20:59:36.000000000 +0300
-@@ -241,7 +241,7 @@
- 	 esac; \
- 	 files="$(all-Banner-files)";				\
- 	 if test -n "$$files"; then				\
--	   echo "\"Available extensions:\\n\"";			\
-+	   printf '"Available extensions:\\n"';			\
- 	   sed -e '/^#/d' -e 's/^[[:space:]]*/	/'		\
- 	       -e 's/^\(.*\)$$/\"\1\\n\"/' $$files;		\
- 	 fi) > $@T

Modified: glibc-package/branches/glibc-2.4/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/series	2006-03-09 00:45:33 UTC (rev 1272)
+++ glibc-package/branches/glibc-2.4/debian/patches/series	2006-03-09 00:52:17 UTC (rev 1273)
@@ -84,7 +84,6 @@
 #powerpc-executable-got.diff -p0
 #ctan.diff -p0
 #glibc-235-sparc-datastart.diff -p0
-#glibc235-dash.diff -p0
 #glibc235-nis-netgrp.diff
 localedata/locale-ku_TR.diff -p0
 #localedata/discard-dz_BT.diff	# not needed when complex-collate is applied



Reply to: