[kernel] r5929 - dists/trunk/arch/mips/linux-patch-2.6.16-mips-2.6.16/debian/patches

Martin Michlmayr tbm at costa.debian.org
Sun Feb 19 21:03:41 UTC 2006


Author: tbm
Date: Sun Feb 19 21:03:37 2006
New Revision: 5929

Removed:
   dists/trunk/arch/mips/linux-patch-2.6.16-mips-2.6.16/debian/patches/15_interrupt.dpatch
Modified:
   dists/trunk/arch/mips/linux-patch-2.6.16-mips-2.6.16/debian/patches/10_arch-makefile.dpatch
Log:
better attribution


Modified: dists/trunk/arch/mips/linux-patch-2.6.16-mips-2.6.16/debian/patches/10_arch-makefile.dpatch
==============================================================================
--- dists/trunk/arch/mips/linux-patch-2.6.16-mips-2.6.16/debian/patches/10_arch-makefile.dpatch	(original)
+++ dists/trunk/arch/mips/linux-patch-2.6.16-mips-2.6.16/debian/patches/10_arch-makefile.dpatch	Sun Feb 19 21:03:37 2006
@@ -1,31 +1,15 @@
-#! /bin/sh -e
-## 10_arch-makefile.dpatch by Thiemo Seufer <seufer at csv.ica.uni-stuttgart.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Fix Makefile for compiles with modern toolchains.
+## DP: Patch author: Thiemo Seufer <ths at networkno.de>
+
+From: Thiemo Seufer <ths at networkno.de>
+
+Fix Makefile for compiles with modern toolchains.
+
+Signed-off-by: Thiemo Seufer <ths at networkno.de>
+Signed-off-by: Martin Michlmayr <tbm at cyrius.com>
+
+--
 
-if [ $# -lt 1 ]; then
-    echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
-    exit 1
-fi
-
-[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
-patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
-
-case "$1" in
-    -patch) patch -p1 ${patch_opts} < $0;;
-    -unpatch) patch -R -p1 ${patch_opts} < $0;;
-    *)
-        echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
-        exit 1;;
-esac
-
-exit 0
-
-Index: arch/mips/Makefile
-===================================================================
-RCS file: /home/cvs/linux/arch/mips/Makefile,v
-retrieving revision 1.186
 diff -u -p -r1.186 Makefile
 --- a/arch/mips/Makefile	18 Dec 2004 01:15:52 -0000	1.186
 +++ b/arch/mips/Makefile	10 Jan 2005 22:10:32 -0000
@@ -56,3 +40,4 @@
  load-$(CONFIG_SGI_IP32)		+= 0xffffffff80004000
  
  #
+



More information about the Kernel-svn-changes mailing list