r3898 - in trunk/kernel/source/linux-2.6/debian: . templates

Vincent Sanders vince at costa.debian.org
Mon Aug 15 19:55:45 UTC 2005


Author: vince
Date: 2005-08-15 19:55:45 +0000 (Mon, 15 Aug 2005)
New Revision: 3898

Modified:
   trunk/kernel/source/linux-2.6/debian/changelog
   trunk/kernel/source/linux-2.6/debian/templates/control.source.in
Log:
Fix FTBFS error on ARM


Modified: trunk/kernel/source/linux-2.6/debian/changelog
===================================================================
--- trunk/kernel/source/linux-2.6/debian/changelog	2005-08-15 19:43:46 UTC (rev 3897)
+++ trunk/kernel/source/linux-2.6/debian/changelog	2005-08-15 19:55:45 UTC (rev 3898)
@@ -1,3 +1,9 @@
+linux-2.6 (2.6.12-5) UNRELEASED; urgency=low
+
+  * Change ARM to use GCC 3.3 to avoid FTBFS errors with GCC 4
+
+ -- vince <vince at debian.org>  Mon, 15 Aug 2005 20:52:41 +0100
+
 linux-2.6 (2.6.12-4) unstable; urgency=low
 
   * Supply correct subarch values for the powerpc images.

Modified: trunk/kernel/source/linux-2.6/debian/templates/control.source.in
===================================================================
--- trunk/kernel/source/linux-2.6/debian/templates/control.source.in	2005-08-15 19:43:46 UTC (rev 3897)
+++ trunk/kernel/source/linux-2.6/debian/templates/control.source.in	2005-08-15 19:55:45 UTC (rev 3898)
@@ -4,5 +4,5 @@
 Maintainer: Debian Kernel Team <debian-kernel at lists.debian.org>
 Uploaders: Andres Salomon <dilinger at debian.org>, Bastian Blank <waldi at debian.org>
 Standards-Version: 3.6.1.0
-Build-Depends: gcc (>= 4:4.0) [!sparc !alpha !m68k], gcc-3.3 [sparc alpha m68k], binutils-hppa64 [hppa], gcc-4.0-hppa64 [hppa], debhelper (>= 4.1.0), module-init-tools, dpkg-dev (>= 1.10.23), debianutils (>= 1.6), bzip2, console-tools [!s390], sparc-utils [sparc], kernel-package (>= 9.005)
+Build-Depends: gcc (>= 4:4.0) [!arm !sparc !alpha !m68k], gcc-3.3 [arm sparc alpha m68k], binutils-hppa64 [hppa], gcc-4.0-hppa64 [hppa], debhelper (>= 4.1.0), module-init-tools, dpkg-dev (>= 1.10.23), debianutils (>= 1.6), bzip2, console-tools [!s390], sparc-utils [sparc], kernel-package (>= 9.005)
 Build-Depends-Indep: docbook-utils, gs, transfig, xmlto, dh-kpatches (>= 0.99.3)




More information about the Kernel-svn-changes mailing list