[Python-modules-commits] r16826 - in packages/gamera/trunk/debian (3 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sat Apr 30 10:22:43 UTC 2011


    Date: Saturday, April 30, 2011 @ 10:22:40
  Author: jwilk
Revision: 16826

Add a missing include to fix FTBFS with GCC 4.6.

Added:
  packages/gamera/trunk/debian/patches/fix-ftbfs-gcc4.6.diff
Modified:
  packages/gamera/trunk/debian/changelog
  packages/gamera/trunk/debian/patches/series

Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog	2011-04-30 09:23:19 UTC (rev 16825)
+++ packages/gamera/trunk/debian/changelog	2011-04-30 10:22:40 UTC (rev 16826)
@@ -4,8 +4,10 @@
     (Build-)depend on python-stats instead.
   * Build-depend on python-py (rather than python-codespeak-lib).
   * Bump standards version to 3.9.2 (no changes needed).
+  * Add a missing include to fix FTBFS with GCC 4.6 (fix-ftbfs-gcc4.6.diff,
+    LP: #770886).
 
- -- Jakub Wilk <jwilk at debian.org>  Wed, 20 Apr 2011 19:02:41 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Sat, 30 Apr 2011 11:36:32 +0200
 
 gamera (3.2.7-1) unstable; urgency=low
 

Added: packages/gamera/trunk/debian/patches/fix-ftbfs-gcc4.6.diff
===================================================================
--- packages/gamera/trunk/debian/patches/fix-ftbfs-gcc4.6.diff	                        (rev 0)
+++ packages/gamera/trunk/debian/patches/fix-ftbfs-gcc4.6.diff	2011-04-30 10:22:40 UTC (rev 16826)
@@ -0,0 +1,17 @@
+Description: Add a missing include to fix FTBFS with GCC 4.6.
+Author: Jakub Wilk <jwilk at debian.org>
+Bug: http://tech.groups.yahoo.com/group/gamera-devel/message/2119
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/gamera/+bug/770886
+Forwarded: yes
+Last-Update: 2011-04-30
+
+--- a/include/geostructs/kdtree.hpp
++++ b/include/geostructs/kdtree.hpp
+@@ -21,6 +21,7 @@
+ 
+ #include <vector>
+ #include <queue>
++#include <cstdlib>
+ 
+ namespace Gamera { namespace Kdtree {
+ 

Modified: packages/gamera/trunk/debian/patches/series
===================================================================
--- packages/gamera/trunk/debian/patches/series	2011-04-30 09:23:19 UTC (rev 16825)
+++ packages/gamera/trunk/debian/patches/series	2011-04-30 10:22:40 UTC (rev 16826)
@@ -5,3 +5,4 @@
 use-system-vigra.diff
 use-system-python-modules.diff
 setup-no-import-wx.diff
+fix-ftbfs-gcc4.6.diff




More information about the Python-modules-commits mailing list