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

Sven Luther luther at costa.debian.org
Tue Feb 7 19:32:07 UTC 2006


Author: luther
Date: Tue Feb  7 19:32:05 2006
New Revision: 5732

Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/powerpc-mkvmlinuz-support.patch
Log:
Now no more use -o root -g root for installing the mkvmlinuz support files. Closes: #351412


Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Tue Feb  7 19:32:05 2006
@@ -6,7 +6,11 @@
   * Add stable tree 2.6.15.3:
     - Fix extra dst release when ip_options_echo fails (CVE-2006-0454)
 
- -- Martin Michlmayr <tbm at cyrius.com>  Mon, 06 Feb 2006 03:25:54 +0000
+  [ Sven Luther ]
+  * [powerpc] Removed -o root -g root option to mkvmlinuz support patch.
+    (Closes: #351412)
+
+ -- Sven Luther <luther at debian.org>  Tue,  7 Feb 2006 19:23:14 +0000
 
 linux-2.6 (2.6.15-4) unstable; urgency=low
 

Modified: dists/sid/linux-2.6/debian/patches/powerpc-mkvmlinuz-support.patch
==============================================================================
--- dists/sid/linux-2.6/debian/patches/powerpc-mkvmlinuz-support.patch	(original)
+++ dists/sid/linux-2.6/debian/patches/powerpc-mkvmlinuz-support.patch	Tue Feb  7 19:32:05 2006
@@ -28,33 +28,33 @@
 +mkvmlinuz_support_install:
 +	# mkvmlinuz support, based on work done originally by Jens Schmalzing <jensen at debian.org>
 +	mkdir -p $(INSTALL_MKVMLINUZ)/boot
-+	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



More information about the Kernel-svn-changes mailing list