[pkg-boost-commits] r14209 - boost/trunk/debian

smr at alioth.debian.org smr at alioth.debian.org
Sat Apr 19 06:09:35 UTC 2008


Author: smr
Date: 2008-04-19 06:09:34 +0000 (Sat, 19 Apr 2008)
New Revision: 14209

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/control
   boost/trunk/debian/rules
Log:
Do not build with g++-4.2 explicitly.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2008-04-19 05:47:27 UTC (rev 14208)
+++ boost/trunk/debian/changelog	2008-04-19 06:09:34 UTC (rev 14209)
@@ -23,6 +23,9 @@
 
   * debian/control: Substitute 1.34.1 --> 1.35.0 on all library package
     names.  Add packages libboost-system1.35.0 and libboost-system-dev.
+
+  * debian/control:
+  * debian/rules: Don't build with g++-4.2 explicitly.  Closes: #463288.
   
  -- Steve M. Robbins <smr at debian.org>  Sat, 19 Apr 2008 00:46:58 -0500
 

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2008-04-19 05:47:27 UTC (rev 14208)
+++ boost/trunk/debian/control	2008-04-19 06:09:34 UTC (rev 14209)
@@ -4,7 +4,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), quilt, bison, flex, docbook-to-man, xsltproc, doxygen, zlib1g-dev, libbz2-dev, libicu-dev, python-all-dev, python-support (>= 0.6), g++-4.2
+Build-Depends: debhelper (>= 4), quilt, bison, flex, docbook-to-man, xsltproc, doxygen, zlib1g-dev, libbz2-dev, libicu-dev, python-all-dev, python-support (>= 0.6)
 XS-Python-Version: 2.4, 2.5
 Standards-Version: 3.7.3
 

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2008-04-19 05:47:27 UTC (rev 14208)
+++ boost/trunk/debian/rules	2008-04-19 06:09:34 UTC (rev 14209)
@@ -103,9 +103,9 @@
 		) \
 	)
 
-TOOLSET_CONFIG="using gcc : 4.2 : g++-4.2 : <define>_REENTRANT ;"
+TOOLSET_CONFIG="using gcc : : : <define>_REENTRANT ;"
 ifeq ($(DEB_BUILD_ARCH), hppa)
-TOOLSET_CONFIG="using gcc : 4.2 : g++-4.2 : <define>_REENTRANT <compileflags>-mlong-calls ;"
+TOOLSET_CONFIG="using gcc : : : <define>_REENTRANT <compileflags>-mlong-calls ;"
 endif
 PYTHON_CONFIG1 = "using python : 2.4 : /usr ;"
 PYTHON_CONFIG2 = "using python : 2.5 : /usr ;"




More information about the pkg-boost-commits mailing list