[Glibc-bsd-commits] r2159 - trunk/kfreebsd-7/debian

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Sat Mar 29 12:53:09 UTC 2008


Author: aurel32
Date: 2008-03-29 12:53:08 +0000 (Sat, 29 Mar 2008)
New Revision: 2159

Modified:
   trunk/kfreebsd-7/debian/changelog
   trunk/kfreebsd-7/debian/control.in
   trunk/kfreebsd-7/debian/rules
Log:
  * Build by gcc-4.3



Modified: trunk/kfreebsd-7/debian/changelog
===================================================================
--- trunk/kfreebsd-7/debian/changelog	2008-03-29 09:53:28 UTC (rev 2158)
+++ trunk/kfreebsd-7/debian/changelog	2008-03-29 12:53:08 UTC (rev 2159)
@@ -1,3 +1,9 @@
+kfreebsd-7 (7.0-3) unstable; urgency=low
+
+  * Build by gcc-4.3
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Sat, 29 Mar 2008 13:52:48 +0100
+
 kfreebsd-7 (7.0-2) unstable; urgency=low
 
   * 030_abi_cld.diff: new patch to clear the direction flag before calling

Modified: trunk/kfreebsd-7/debian/control.in
===================================================================
--- trunk/kfreebsd-7/debian/control.in	2008-03-29 09:53:28 UTC (rev 2158)
+++ trunk/kfreebsd-7/debian/control.in	2008-03-29 12:53:08 UTC (rev 2159)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: GNU/kFreeBSD Maintainers <debian-bsd at lists.debian.org>
 Uploaders: Aurelien Jarno <aurel32 at debian.org>, Guillem Jover <guillem at debian.org>
-Build-Depends: debhelper (>= 4.1.0), bzip2, quilt, freebsd6-buildutils (>=  6.2) [kfreebsd-i386 kfreebsd-amd64] | freebsd at major@-buildutils [kfreebsd-i386 kfreebsd-amd64] , libdb4.4-dev | libdb-dev, flex-old | flex, libbsd-dev [kfreebsd-i386 kfreebsd-amd64], gcc-4.2 [kfreebsd-i386 kfreebsd-amd64], sharutils
+Build-Depends: debhelper (>= 4.1.0), bzip2, quilt, freebsd6-buildutils (>=  6.2) [kfreebsd-i386 kfreebsd-amd64] | freebsd at major@-buildutils [kfreebsd-i386 kfreebsd-amd64] , libdb4.4-dev | libdb-dev, flex-old | flex, libbsd-dev [kfreebsd-i386 kfreebsd-amd64], gcc-4.3 [kfreebsd-i386 kfreebsd-amd64], sharutils
 Standards-Version: 3.7.3
 
 Package: kfreebsd-source- at version@

Modified: trunk/kfreebsd-7/debian/rules
===================================================================
--- trunk/kfreebsd-7/debian/rules	2008-03-29 09:53:28 UTC (rev 2158)
+++ trunk/kfreebsd-7/debian/rules	2008-03-29 12:53:08 UTC (rev 2159)
@@ -27,7 +27,7 @@
 HEADERS_DIR	:= kfreebsd-headers-$(version)-$(abiname)
 FLAVOR_DIR	:= flavor-$(version)-$(abiname)
 
-MAKE		:= make MACHINE_ARCH=$(cpu) CC=gcc-4.2 WERROR= 
+MAKE		:= make MACHINE_ARCH=$(cpu) CC=gcc-4.3 WERROR= 
 PATH		:= $(CURDIR)/config:/usr/lib/freebsd:$(PATH)
 
 control: clean




More information about the Glibc-bsd-commits mailing list