[kernel] r5091 - dists/trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian

Jurij Smakov jurij-guest at costa.debian.org
Sun Dec 25 22:24:36 UTC 2005


Author: jurij-guest
Date: Sun Dec 25 22:24:35 2005
New Revision: 5091

Modified:
   dists/trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/changelog
   dists/trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/rules
Log:
Add --stem kernel option to all make-kpkg calls
to reproduce the old kernel-package behavior.


Modified: dists/trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/changelog
==============================================================================
--- dists/trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/changelog	(original)
+++ dists/trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/changelog	Sun Dec 25 22:24:35 2005
@@ -5,6 +5,8 @@
     is being changed from 3.3 to 4.0.
   * [ Jurij Smakov ]
     Build against 2.4.27-12 kernel tree.
+    Add --stem kernel option to all make-kpkg calls since the default
+    stem is now linux. Thanks to Frans Pop for working this out.
 
  -- Jurij Smakov <jurij at wooyd.org>  Sun, 18 Dec 2005 13:28:13 -0800
 

Modified: dists/trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/rules
==============================================================================
--- dists/trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/rules	(original)
+++ dists/trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/rules	Sun Dec 25 22:24:35 2005
@@ -70,7 +70,7 @@
 	PATH=$$PWD/bin:$$PATH; \
 	for i in $(flavours); do \
 		cd build-$$i; \
-		make-kpkg --subarch $${i%-smp} --append_to_version $(debnum)-$$i build; \
+		make-kpkg --subarch $${i%-smp} --append_to_version $(debnum)-$$i --stem kernel build; \
 		$(STRIP) -R .comment -R .note -K sun4u_init -K _end -K _start vmlinux; \
 		cd ..; \
 	done
@@ -97,13 +97,13 @@
 	dh_testdir
 
 	cd kernel-source-$(version); HEADER_CLEAN_HOOK=$(CURDIR)/header-install \
-		make-kpkg --subarch sparc64 $(appvan) kernel-headers
+		make-kpkg --subarch sparc64 $(appvan) --stem kernel kernel-headers
 	mv kernel-source-$(version)/debian/files debian
 
 	for i in $(flavours); do \
 		cp -al build-$$i install-$$i; \
 		cd install-$$i; \
-		$${i%-smp} make-kpkg --subarch $${i%-smp} --append_to_version $(debnum)-$$i --initrd \
+		$${i%-smp} make-kpkg --subarch $${i%-smp} --append_to_version $(debnum)-$$i --initrd --stem kernel \
 			kernel-image; \
 		cd ..; \
 		cat install-$$i/debian/files >> debian/files; \



More information about the Kernel-svn-changes mailing list