[pkg-boost-commits] r13988 - boost/trunk/debian
Domenico Andreoli
cavok at costa.debian.org
Wed May 31 14:10:45 UTC 2006
Author: cavok
Date: 2006-05-31 14:10:44 +0000 (Wed, 31 May 2006)
New Revision: 13988
Modified:
boost/trunk/debian/control
boost/trunk/debian/rules
Log:
using gcc 4.1
Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control 2006-05-31 14:10:24 UTC (rev 13987)
+++ boost/trunk/debian/control 2006-05-31 14:10:44 UTC (rev 13988)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Boost Team <pkg-boost-devel at lists.alioth.debian.org>
Uploaders: Steve M. Robbins <smr at debian.org>, Domenico Andreoli <cavok at debian.org>, Christophe Prud'homme <prudhomm at debian.org>
-Build-Depends: debhelper (>= 4), bison, flex, docbook-to-man, xsltproc, doxygen, python2.4-dev, zlib1g-dev, libbz2-dev, libicu34-dev
+Build-Depends: debhelper (>= 4), bison, flex, docbook-to-man, xsltproc, doxygen, python2.4-dev, zlib1g-dev, libbz2-dev, libicu34-dev, g++-4.1
Standards-Version: 3.7.2
Package: bcp
Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules 2006-05-31 14:10:24 UTC (rev 13987)
+++ boost/trunk/debian/rules 2006-05-31 14:10:44 UTC (rev 13988)
@@ -36,8 +36,8 @@
#GXX=g++-3.4
#ifneq ($(DEB_BUILD_ARCH), hppa)
#ifneq ($(DEB_BUILD_ARCH), m68k)
-GCC=gcc
-GXX=g++
+GCC=gcc-4.1
+GXX=g++-4.1
#endif
#endif
More information about the pkg-boost-commits
mailing list