[pkg-boost-commits] r14279 - boost/trunk/debian/patches

smr at alioth.debian.org smr at alioth.debian.org
Sat Aug 16 21:49:09 UTC 2008


Author: smr
Date: 2008-08-16 21:49:08 +0000 (Sat, 16 Aug 2008)
New Revision: 14279

Modified:
   boost/trunk/debian/patches/avoid-PATH_MAX.patch
   boost/trunk/debian/patches/jam-wall-clean.patch
   boost/trunk/debian/patches/python2.5-elementtree.patch
   boost/trunk/debian/patches/suppress-compiler-warnings.patch
Log:
Add notes connecting each patch with an upstream bug report.

Modified: boost/trunk/debian/patches/avoid-PATH_MAX.patch
===================================================================
--- boost/trunk/debian/patches/avoid-PATH_MAX.patch	2008-08-16 20:32:33 UTC (rev 14278)
+++ boost/trunk/debian/patches/avoid-PATH_MAX.patch	2008-08-16 21:49:08 UTC (rev 14279)
@@ -1,3 +1,6 @@
+# Fix for http://bugs.debian.org/487343
+# Reported upstream as http://svn.boost.org/trac/boost/ticket/2206
+
 --- boost1.35-1.35.0.orig/tools/jam/src/pwd.c
 +++ boost1.35-1.35.0/tools/jam/src/pwd.c
 @@ -2,6 +2,9 @@

Modified: boost/trunk/debian/patches/jam-wall-clean.patch
===================================================================
--- boost/trunk/debian/patches/jam-wall-clean.patch	2008-08-16 20:32:33 UTC (rev 14278)
+++ boost/trunk/debian/patches/jam-wall-clean.patch	2008-08-16 21:49:08 UTC (rev 14279)
@@ -1,3 +1,5 @@
+# Reported upstream as http://svn.boost.org/trac/boost/ticket/2207
+
 --- boost1.35-1.35.0.orig/tools/jam/src/builtins.c
 +++ boost1.35-1.35.0/tools/jam/src/builtins.c
 @@ -157,7 +157,6 @@

Modified: boost/trunk/debian/patches/python2.5-elementtree.patch
===================================================================
--- boost/trunk/debian/patches/python2.5-elementtree.patch	2008-08-16 20:32:33 UTC (rev 14278)
+++ boost/trunk/debian/patches/python2.5-elementtree.patch	2008-08-16 21:49:08 UTC (rev 14279)
@@ -1,3 +1,6 @@
+# Debian bug #489022
+# Reported upstream as http://svn.boost.org/trac/boost/ticket/2208
+
 --- boost1.35-1.35.0.orig/libs/python/pyste/src/Pyste/GCCXMLParser.py
 +++ boost1.35-1.35.0/libs/python/pyste/src/Pyste/GCCXMLParser.py
 @@ -4,12 +4,16 @@

Modified: boost/trunk/debian/patches/suppress-compiler-warnings.patch
===================================================================
--- boost/trunk/debian/patches/suppress-compiler-warnings.patch	2008-08-16 20:32:33 UTC (rev 14278)
+++ boost/trunk/debian/patches/suppress-compiler-warnings.patch	2008-08-16 21:49:08 UTC (rev 14279)
@@ -1,3 +1,10 @@
+The fixes to time.hpp are applied to upstream SVN post 1.36.0
+see http://svn.boost.org/trac/boost/changeset/47957
+
+The fix for topological_sort.hpp reported upstream
+as http://svn.boost.org/trac/boost/ticket/2209
+
+
 --- boost-posix-2008-03-21.orig/boost/date_time/time.hpp
 +++ boost-posix-2008-03-21/boost/date_time/time.hpp
 @@ -77,14 +77,14 @@




More information about the pkg-boost-commits mailing list