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

Joshua Kwan joshk@haydn.debian.org
Mon, 18 Oct 2004 21:04:07 -0600


Author: joshk
Date: 2004-10-18 21:03:57 -0600 (Mon, 18 Oct 2004)
New Revision: 1684

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/control
   trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/rules
Log:
final commit


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-10-18 19:58:29 UTC (rev 1683)
+++ trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/changelog	2004-10-19 03:03:57 UTC (rev 1684)
@@ -1,9 +1,10 @@
-kernel-image-2.6.8-sparc (2.6.8-3) UNRELEASED; urgency=high
+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.
+  * Build from kernel-tree-2.6.8-6.
 
- -- Joshua Kwan <joshk@triplehelix.org>  Sat, 11 Sep 2004 20:57:59 -0700
+ -- Joshua Kwan <joshk@triplehelix.org>  Sun, 17 Oct 2004 17:20:46 -0400
 
 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/control
===================================================================
--- trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/control	2004-10-18 19:58:29 UTC (rev 1683)
+++ trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/control	2004-10-19 03:03:57 UTC (rev 1684)
@@ -4,7 +4,7 @@
 Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
 Uploaders: Joshua Kwan <joshk@triplehelix.org>, Ben Collins <bcollins@debian.org>
 Standards-Version: 3.6.1.0
-Build-Depends: gcc (>= 4:3.3), kernel-tree-2.6.8-6, debhelper (>= 4), kernel-package, sparc-utils, module-init-tools
+Build-Depends: gcc (>= 4:3.3), kernel-tree-2.6.8-7, debhelper (>= 4), kernel-package, sparc-utils, module-init-tools
 
 Package: kernel-build-2.6.8-1
 Architecture: sparc

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-10-18 19:58:29 UTC (rev 1683)
+++ trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/rules	2004-10-19 03:03:57 UTC (rev 1684)
@@ -78,7 +78,9 @@
 		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; \
+		if [ -f "arch/$$karch/boot/System.map" ]; then \
+			cp arch/$$karch/boot/System.map System.map; \
+		fi; \
 		cd ..; \
 	done