[pkg-boost-commits] r14244 - in boost/trunk/debian: . patches

smr at alioth.debian.org smr at alioth.debian.org
Sun Aug 3 01:49:10 UTC 2008


Author: smr
Date: 2008-08-03 01:49:10 +0000 (Sun, 03 Aug 2008)
New Revision: 14244

Added:
   boost/trunk/debian/patches/serialisation-utility-include.patch
Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/patches/series
Log:
Close #491225 using provided patch.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2008-08-03 01:31:17 UTC (rev 14243)
+++ boost/trunk/debian/changelog	2008-08-03 01:49:10 UTC (rev 14244)
@@ -5,6 +5,10 @@
   * debian/patches/gcc-4.3.patch: Qualify typedef in
     boost/gil/bit_aligned_pixel_reference.hpp.  Closes: #485512.
   
+  * debian/patches/serialisation-utility-include.patch: New.  Apply
+    suggested patch, from upstream
+    http://svn.boost.org/trac/boost/ticket/1822.  Closes: #491225.
+  
   * debian/patches/test-child-exit-t1723.patch: New.  Ignore child process
     if return status is zero (normal); fix for Boost ticket 1723.
   

Added: boost/trunk/debian/patches/serialisation-utility-include.patch
===================================================================
--- boost/trunk/debian/patches/serialisation-utility-include.patch	                        (rev 0)
+++ boost/trunk/debian/patches/serialisation-utility-include.patch	2008-08-03 01:49:10 UTC (rev 14244)
@@ -0,0 +1,15 @@
+Fix for #491225, taken from upstream
+http://svn.boost.org/trac/boost/ticket/1822
+
+
+
+--- boost1.35-1.35.0.orig/boost/serialization/utility.hpp
++++ boost1.35-1.35.0/boost/serialization/utility.hpp
+@@ -23,6 +23,7 @@
+ #include <boost/type_traits/remove_const.hpp>
+ #include <boost/serialization/nvp.hpp>
+ #include <boost/serialization/is_bitwise_serializable.hpp>
++#include <boost/mpl/and.hpp>
+ 
+ namespace boost { 
+ namespace serialization {

Modified: boost/trunk/debian/patches/series
===================================================================
--- boost/trunk/debian/patches/series	2008-08-03 01:31:17 UTC (rev 14243)
+++ boost/trunk/debian/patches/series	2008-08-03 01:49:10 UTC (rev 14244)
@@ -3,5 +3,6 @@
 serialization-intrinsic64.patch
 library-naming.patch
 suppress-compiler-warnings.patch
+serialisation-utility-include.patch
 gcc-4.3.patch
 date_time_date_formatting_hpp.patch




More information about the pkg-boost-commits mailing list