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

smr at alioth.debian.org smr at alioth.debian.org
Sun Aug 3 15:34:22 UTC 2008


Author: smr
Date: 2008-08-03 15:34:21 +0000 (Sun, 03 Aug 2008)
New Revision: 14249

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/rules
Log:
Set gcc_version to gcc43.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2008-08-03 05:23:12 UTC (rev 14248)
+++ boost/trunk/debian/changelog	2008-08-03 15:34:21 UTC (rev 14249)
@@ -3,6 +3,9 @@
   [ Steve M. Robbins ]
   
   * Uploading to experimental to avoid messing with the Etch freeze.
+  
+  * debian/rules: Set gcc_version to gcc43 for the upstream-compatible
+    symlinks.
 
   * debian/patches/gcc-4.3.patch: Qualify typedef in
     boost/gil/bit_aligned_pixel_reference.hpp.  Closes: #485512.
@@ -32,7 +35,7 @@
   
   * debian/rules: perform parallel builds as per $DEB_BUILD_OPTIONS 
 
- -- Steve M. Robbins <smr at debian.org>  Sun, 03 Aug 2008 00:21:49 -0500
+ -- Steve M. Robbins <smr at debian.org>  Sun, 03 Aug 2008 10:33:40 -0500
 
 boost1.35 (1.35.0-5) unstable; urgency=low
 

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2008-08-03 05:23:12 UTC (rev 14248)
+++ boost/trunk/debian/rules	2008-08-03 15:34:21 UTC (rev 14249)
@@ -20,7 +20,7 @@
 
 # tags for library name decoration
 boost_version = 1_35
-gcc_version = gcc42
+gcc_version = gcc43
 
 # Boost libraries for which we want separate packages
 boost_libs := date-time filesystem graph iostreams program-options python regex serialization signals system test thread wave




More information about the pkg-boost-commits mailing list