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

smr at alioth.debian.org smr at alioth.debian.org
Mon May 19 19:19:49 UTC 2008


Author: smr
Date: 2008-05-19 19:19:48 +0000 (Mon, 19 May 2008)
New Revision: 14234

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/rules
Log:
The user-config.jam file needs a space before end-of-line semicolon.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2008-05-19 16:44:40 UTC (rev 14233)
+++ boost/trunk/debian/changelog	2008-05-19 19:19:48 UTC (rev 14234)
@@ -1,3 +1,10 @@
+boost1.35 (1.35.0-4) unstable; urgency=low
+
+  * debian/rules: Fix syntax error creating user-config.jam; the final
+    semicolon needs a space before it.
+
+ -- Steve M. Robbins <smr at debian.org>  Mon, 19 May 2008 14:18:48 -0500
+
 boost1.35 (1.35.0-3) unstable; urgency=low
 
   * debian/patches/serialization-intrinsic64.patch: New.  Patch from

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2008-05-19 16:44:40 UTC (rev 14233)
+++ boost/trunk/debian/rules	2008-05-19 19:19:48 UTC (rev 14234)
@@ -128,11 +128,11 @@
 
 TOOLSET_CONFIG="using gcc : : : <compileflags>-D_REENTRANT ;"
 ifeq ($(DEB_BUILD_ARCH), hppa)
-TOOLSET_CONFIG="using gcc : : : <compileflags>-D_REENTRANT <compileflags>-mlong-calls <compileflags>-DBOOST_SP_USE_PTHREADS;"
+TOOLSET_CONFIG="using gcc : : : <compileflags>-D_REENTRANT <compileflags>-mlong-calls <compileflags>-DBOOST_SP_USE_PTHREADS ;"
 else ifeq ($(DEB_BUILD_ARCH), sparc)
-TOOLSET_CONFIG="using gcc : : : <compileflags>-D_REENTRANT <compileflags>-DBOOST_SP_USE_PTHREADS;"
+TOOLSET_CONFIG="using gcc : : : <compileflags>-D_REENTRANT <compileflags>-DBOOST_SP_USE_PTHREADS ;"
 else ifeq ($(DEB_BUILD_ARCH), arm)
-TOOLSET_CONFIG="using gcc : : : <compileflags>-D_REENTRANT <compileflags>-DBOOST_SP_USE_PTHREADS;"
+TOOLSET_CONFIG="using gcc : : : <compileflags>-D_REENTRANT <compileflags>-DBOOST_SP_USE_PTHREADS ;"
 endif
 PYTHON_CONFIG1 = "using python : 2.4 : /usr ;"
 PYTHON_CONFIG2 = "using python : 2.5 : /usr ;"




More information about the pkg-boost-commits mailing list