[kernel] r5780 - in dists/sid/linux-2.6/debian: . patches patches/series

Bastian Blank waldi at costa.debian.org
Thu Feb 9 20:30:08 UTC 2006


Author: waldi
Date: Thu Feb  9 20:30:05 2006
New Revision: 5780

Added:
   dists/sid/linux-2.6/debian/patches/powerpc-mkvmlinuz-support-1.patch   (contents, props changed)
   dists/sid/linux-2.6/debian/patches/series/6
Modified:
   dists/sid/linux-2.6/debian/changelog
Log:
* debian/changelog: Update.
* debian/patches/powerpc-mkvmlinuz-support-1.patch: Update for mkvmlinux support.
* debian/patches/series/6: Add.


Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Thu Feb  9 20:30:05 2006
@@ -1,3 +1,9 @@
+linux-2.6 (2.6.15-6) UNRELEASED; urgency=low
+
+  * Revert changed patch. 
+
+ -- Bastian Blank <waldi at debian.org>  Thu, 09 Feb 2006 20:16:23 +0000
+
 linux-2.6 (2.6.15-5) unstable; urgency=low
 
   [ Martin Michlmayr ]

Added: dists/sid/linux-2.6/debian/patches/powerpc-mkvmlinuz-support-1.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/powerpc-mkvmlinuz-support-1.patch	Thu Feb  9 20:30:05 2006
@@ -0,0 +1,48 @@
+diff -u linux-kernel-2.6.12-2.6.12/arch/ppc/boot/Makefile linux-kernel-2.6.12-2.6.12/arch/ppc/boot/Makefile
+--- linux-kernel-2.6.12-2.6.12/arch/ppc/boot/Makefile	2005-07-15 12:55:56.000000000 +0000
++++ linux-kernel-2.6.12-2.6.12/arch/ppc/boot/Makefile	2005-07-15 12:55:56.000000000 +0000
+@@ -39,30 +39,30 @@
+-	install -m 644 -o root -g root ld.script $(INSTALL_MKVMLINUZ)/boot
++	install -m 644 ld.script $(INSTALL_MKVMLINUZ)/boot
+ 	if [ -e openfirmware/note ]; then \
+-		install -m 644 -o root -g root openfirmware/note $(INSTALL_MKVMLINUZ)/boot; \
++		install -m 644 openfirmware/note $(INSTALL_MKVMLINUZ)/boot; \
+ 	fi
+ 
+ 	mkdir -p $(INSTALL_MKVMLINUZ)/lib
+-	install -m 644 -o root -g root ../../../lib/lib.a $(INSTALL_MKVMLINUZ)/lib
+-	install -m 644 -o root -g root lib/lib.a $(INSTALL_MKVMLINUZ)/lib/ppc.a
+-	install -m 644 -o root -g root common/lib.a $(INSTALL_MKVMLINUZ)/lib/common.a
++	install -m 644 ../../../lib/lib.a $(INSTALL_MKVMLINUZ)/lib
++	install -m 644 lib/lib.a $(INSTALL_MKVMLINUZ)/lib/ppc.a
++	install -m 644 common/lib.a $(INSTALL_MKVMLINUZ)/lib/common.a
+ 	if [ -e of1275/lib.a ]; then \
+-		install -m 644 -o root -g root of1275/lib.a $(INSTALL_MKVMLINUZ)/lib/of.a; \
++		install -m 644 of1275/lib.a $(INSTALL_MKVMLINUZ)/lib/of.a; \
+ 	fi
+ 
+ 	if [ -e openfirmware/common.o ]; then \
+ 		mkdir -p $(INSTALL_MKVMLINUZ)/obj/openfirmware; \
+-		install -m 644 -o root -g root openfirmware/*.o $(INSTALL_MKVMLINUZ)/obj/openfirmware; \
++		install -m 644 openfirmware/*.o $(INSTALL_MKVMLINUZ)/obj/openfirmware; \
+ 		rm -f $(INSTALL_MKVMLINUZ)/obj/openfirmware/image*; \
+ 	fi
+ 
+ 	mkdir -p $(INSTALL_MKVMLINUZ)/obj/simple
+-	install -m 644 -o root -g root simple/*.o $(INSTALL_MKVMLINUZ)/obj/simple
++	install -m 644 simple/*.o $(INSTALL_MKVMLINUZ)/obj/simple
+ 	rm -f $(INSTALL_MKVMLINUZ)/obj/simple/image*.o
+ 
+ 	mkdir -p $(INSTALL_MKVMLINUZ)/utils
+-	install -m 755 -o root -g root utils/addnote $(INSTALL_MKVMLINUZ)/utils
+-	install -m 755 -o root -g root utils/hack-coff $(INSTALL_MKVMLINUZ)/utils
+-	install -m 755 -o root -g root utils/mkbugboot $(INSTALL_MKVMLINUZ)/utils
+-	install -m 755 -o root -g root utils/mknote $(INSTALL_MKVMLINUZ)/utils
+-	install -m 755 -o root -g root utils/mkprep $(INSTALL_MKVMLINUZ)/utils
+-	install -m 755 -o root -g root utils/mktree $(INSTALL_MKVMLINUZ)/utils
++	install -m 755 utils/addnote $(INSTALL_MKVMLINUZ)/utils
++	install -m 755 utils/hack-coff $(INSTALL_MKVMLINUZ)/utils
++	install -m 755 utils/mkbugboot $(INSTALL_MKVMLINUZ)/utils
++	install -m 755 utils/mknote $(INSTALL_MKVMLINUZ)/utils
++	install -m 755 utils/mkprep $(INSTALL_MKVMLINUZ)/utils
++	install -m 755 utils/mktree $(INSTALL_MKVMLINUZ)/utils

Added: dists/sid/linux-2.6/debian/patches/series/6
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/series/6	Thu Feb  9 20:30:05 2006
@@ -0,0 +1 @@
++ powerpc-mkvmlinuz-support-1.patch



More information about the Kernel-svn-changes mailing list