r1576 - trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian

Joshua Kwan joshk@haydn.debian.org
Sat, 11 Sep 2004 21:58:48 -0600


Author: joshk
Date: 2004-09-11 21:58:43 -0600 (Sat, 11 Sep 2004)
New Revision: 1576

Modified:
   trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/changelog
   trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/rules
Log:
use the btfix'd System.map instead of the pre-btfix one


Modified: trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/changelog
===================================================================
--- trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/changelog	2004-09-12 01:54:22 UTC (rev 1575)
+++ trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/changelog	2004-09-12 03:58:43 UTC (rev 1576)
@@ -1,8 +1,9 @@
 kernel-image-2.6.8-sparc (2.6.8-3) unstable; urgency=high
 
   * Ugh, add missing Depends line for sparc64-smp. (Closes: #269274)
+  * Use the btfix'd System.map to fix sparc32 piggybacks for d-i.
 
- -- Joshua Kwan <joshk@triplehelix.org>  Tue, 31 Aug 2004 16:41:53 -0700
+ -- Joshua Kwan <joshk@triplehelix.org>  Sat, 11 Sep 2004 20:57:59 -0700
 
 kernel-image-2.6.8-sparc (2.6.8-2) unstable; urgency=high
 

Modified: trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/rules
===================================================================
--- trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/rules	2004-09-12 01:54:22 UTC (rev 1575)
+++ trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/rules	2004-09-12 03:58:43 UTC (rev 1576)
@@ -78,6 +78,7 @@
 		cd build-$$i; \
 		make-kpkg --subarch $${i%-smp} --append_to_version $(debnum)-$$i build; \
 		$(CROSS)strip -R .comment -R .note -K sun4u_init -K _end -K _start arch/$$karch/boot/image; \
+		cp arch/$$karch/boot/System.map System.map
 		cd ..; \
 	done