r3450 - trunk/kernel/source/linux-kernel-2.6.12/debian/templates
Frederik Schüler
fschueler-guest@costa.debian.org
Sun, 10 Jul 2005 20:41:36 +0000
Author: fschueler-guest
Date: 2005-07-10 20:41:36 +0000 (Sun, 10 Jul 2005)
New Revision: 3450
Modified:
trunk/kernel/source/linux-kernel-2.6.12/debian/templates/control.source.in
Log:
build-depend on gcc-4.0, the new standard compiler (now the versioned depends on gcc-3.3 make sense ;)
Modified: trunk/kernel/source/linux-kernel-2.6.12/debian/templates/control.source.in
===================================================================
--- trunk/kernel/source/linux-kernel-2.6.12/debian/templates/control.source.in 2005-07-10 20:33:18 UTC (rev 3449)
+++ trunk/kernel/source/linux-kernel-2.6.12/debian/templates/control.source.in 2005-07-10 20:41:36 UTC (rev 3450)
@@ -3,5 +3,5 @@
Priority: optional
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Standards-Version: 3.6.1.0
-Build-Depends: gcc (>= 4:3.3) [!sparc,!alpha], gcc-3.3 [sparc,alpha], debhelper (>= 4), module-init-tools, dpkg-dev (>= 1.10.23), debianutils (>= 1.6), bzip2, console-tools, sparc-utils [sparc]
+Build-Depends: gcc (>= 4:4.0) [!sparc,!alpha], gcc-3.3 [sparc,alpha], debhelper (>= 4), module-init-tools, dpkg-dev (>= 1.10.23), debianutils (>= 1.6), bzip2, console-tools, sparc-utils [sparc]
Build-Depends-Indep: bzip2, debhelper (>= 4), docbook-utils, gs, kernel-package (>= 9.000), transfig, xmlto, dh-kpatches (>= 0.99.3)