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

Steven Michael Robbins smr at alioth.debian.org
Sun Jul 4 09:59:52 UTC 2010


Author: smr
Date: 2010-07-04 09:59:48 +0000 (Sun, 04 Jul 2010)
New Revision: 14584

Added:
   boost/trunk/debian/patches/lambda-include-deps.patch
Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/patches/series
Log:
Fix includes, fixes #581706.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2010-07-04 06:31:18 UTC (rev 14583)
+++ boost/trunk/debian/changelog	2010-07-04 09:59:48 UTC (rev 14584)
@@ -2,8 +2,11 @@
 
   * rules: Copy "doc" directories to $htmldir with --parents option so
     that they end up in the right place.  Closes: #586578.
+  
+  * lambda-include-deps.patch: New.  Adapted from upstream changeset
+    61881.  Closes: #581706.
 
- -- Steve M. Robbins <smr at debian.org>  Sun, 04 Jul 2010 01:30:29 -0500
+ -- Steve M. Robbins <smr at debian.org>  Sun, 04 Jul 2010 04:59:10 -0500
 
 boost1.42 (1.42.0-3) unstable; urgency=low
 

Added: boost/trunk/debian/patches/lambda-include-deps.patch
===================================================================
--- boost/trunk/debian/patches/lambda-include-deps.patch	                        (rev 0)
+++ boost/trunk/debian/patches/lambda-include-deps.patch	2010-07-04 09:59:48 UTC (rev 14584)
@@ -0,0 +1,42 @@
+--- /dev/null
++++ boost1.42-1.42.0/trunk/boost/lambda/casts.hpp
+@@ -0,0 +1,4 @@
++#include "boost/lambda/core.hpp"
++
++template<class Act, class Args>
++struct return_type_N;
+--- /dev/null
++++ boost1.42-1.42.0/trunk/boost/lambda/construct.hpp
+@@ -0,0 +1,3 @@
++
++#include "boost/type_traits/remove_cv.hpp"
++#include "boost/type_traits/is_pointer.hpp"
+--- /dev/null
++++ boost1.42-1.42.0/trunk/boost/lambda/detail/lambda_functor_base.hpp
+@@ -0,0 +1,6 @@
++
++#include "boost/type_traits/add_reference.hpp"
++#include "boost/type_traits/add_const.hpp"
++#include "boost/type_traits/remove_const.hpp"
++#include "boost/lambda/detail/lambda_fwd.hpp"
++#include "boost/lambda/detail/lambda_traits.hpp"
+--- /dev/null
++++ boost1.42-1.42.0/trunk/boost/lambda/detail/lambda_traits.hpp
+@@ -0,0 +1 @@
++#include "boost/tuple/tuple.hpp"
+--- /dev/null
++++ boost1.42-1.42.0/trunk/boost/lambda/exceptions.hpp
+@@ -0,0 +1 @@
++#include "boost/lambda/core.hpp"
+--- boost1.42-1.42.0.orig/boost/lambda/construct.hpp
++++ boost1.42-1.42.0/boost/lambda/construct.hpp
+@@ -14,6 +14,9 @@
+ #if !defined(BOOST_LAMBDA_CONSTRUCT_HPP)
+ #define BOOST_LAMBDA_CONSTRUCT_HPP
+ 
++#include "boost/type_traits/remove_cv.hpp" 
++#include "boost/type_traits/is_pointer.hpp"
++
+ namespace boost { 
+ namespace lambda {
+ 

Modified: boost/trunk/debian/patches/series
===================================================================
--- boost/trunk/debian/patches/series	2010-07-04 06:31:18 UTC (rev 14583)
+++ boost/trunk/debian/patches/series	2010-07-04 09:59:48 UTC (rev 14584)
@@ -10,3 +10,4 @@
 hurd-ellint_rd.patch
 hurd-execution_monitor.patch
 kfreebsd-thread.patch
+lambda-include-deps.patch




More information about the pkg-boost-commits mailing list