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

Steven Michael Robbins smr at alioth.debian.org
Mon Feb 21 03:59:49 UTC 2011


Author: smr
Date: 2011-02-21 03:59:48 +0000 (Mon, 21 Feb 2011)
New Revision: 14615

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/patches/boost-1.44-py3.1.patch
Log:
Document that Bug #595786 (https://svn.boost.org/trac/boost/ticket/4657) is fixed.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2011-02-21 03:50:28 UTC (rev 14614)
+++ boost/trunk/debian/changelog	2011-02-21 03:59:48 UTC (rev 14615)
@@ -33,7 +33,7 @@
     Python 2.
 
   * patches/boost-1.44-py3.1.patch: New.  Fix Boost.MPI build failure for
-    Python 3 (thanks, Andreas Kloeckner).
+    Python 3 (thanks, Andreas Kloeckner).  Closes: #595786.
 
  -- Steve M. Robbins <smr at debian.org>  Sat, 18 Sep 2010 12:03:46 -0500
 

Modified: boost/trunk/debian/patches/boost-1.44-py3.1.patch
===================================================================
--- boost/trunk/debian/patches/boost-1.44-py3.1.patch	2011-02-21 03:50:28 UTC (rev 14614)
+++ boost/trunk/debian/patches/boost-1.44-py3.1.patch	2011-02-21 03:59:48 UTC (rev 14615)
@@ -1,3 +1,10 @@
+Description: Enable building with Python 3.1
+ Fix a build problem where PyInt_Type is not defined.
+Author: Andreas Kloeckner <inform at tiker.net>
+Bug: 595786
+Forwarded: https://svn.boost.org/trac/boost/ticket/4657
+
+
 --- boost1.44-1.44.0.orig/libs/mpi/src/python/datatypes.cpp
 +++ boost1.44-1.44.0/libs/mpi/src/python/datatypes.cpp
 @@ -17,7 +17,9 @@




More information about the pkg-boost-commits mailing list