r12183 - in packages/trunk/libclaw/debian: . patches

Julien Jorge j-jorge-guest at alioth.debian.org
Mon May 2 19:33:29 UTC 2011


Author: j-jorge-guest
Date: 2011-05-02 19:33:18 +0000 (Mon, 02 May 2011)
New Revision: 12183

Added:
   packages/trunk/libclaw/debian/patches/ptrdiff_t.diff
Modified:
   packages/trunk/libclaw/debian/changelog
   packages/trunk/libclaw/debian/patches/series
Log:
Add missing #include <cstddef> to use ptrdiff_t and compile with g++ 4.6. Thanks Sébastien Debrard (Closes: #625038, #624919).

Modified: packages/trunk/libclaw/debian/changelog
===================================================================
--- packages/trunk/libclaw/debian/changelog	2011-05-02 13:11:49 UTC (rev 12182)
+++ packages/trunk/libclaw/debian/changelog	2011-05-02 19:33:18 UTC (rev 12183)
@@ -1,8 +1,10 @@
 libclaw (1.6.1-3) unstable; urgency=low
 
   * Upload in sid
+  * Add missing #include <cstddef> to use ptrdiff_t and compile with g++ 4.6.
+    Thanks Sébastien Debrard (Closes: #625038, #624919).
 
- -- Julien Jorge <julien.jorge at gamned.org>  Thu, 23 Dec 2010 20:55:14 +0100
+ -- Julien Jorge <julien at caroline>  Mon, 02 May 2011 21:31:53 +0200
 
 libclaw (1.6.1-2) experimental; urgency=low
 

Added: packages/trunk/libclaw/debian/patches/ptrdiff_t.diff
===================================================================
--- packages/trunk/libclaw/debian/patches/ptrdiff_t.diff	                        (rev 0)
+++ packages/trunk/libclaw/debian/patches/ptrdiff_t.diff	2011-05-02 19:33:18 UTC (rev 12183)
@@ -0,0 +1,24 @@
+Index: libclaw-1.6.1/claw/avl_base.hpp
+===================================================================
+--- libclaw-1.6.1.orig/claw/avl_base.hpp	2011-05-02 21:11:07.897390615 +0200
++++ libclaw-1.6.1/claw/avl_base.hpp	2011-05-02 21:11:39.649548040 +0200
+@@ -31,6 +31,7 @@
+ #define __CLAW_AVL_BASE_HPP__
+ 
+ #include <iterator>
++#include <cstddef>
+ 
+ #include <claw/binary_node.hpp>
+ 
+Index: libclaw-1.6.1/claw/image.hpp
+===================================================================
+--- libclaw-1.6.1.orig/claw/image.hpp	2011-05-02 21:11:07.917390718 +0200
++++ libclaw-1.6.1/claw/image.hpp	2011-05-02 21:11:52.241610770 +0200
+@@ -36,6 +36,7 @@
+ #include <vector>
+ #include <iterator>
+ #include <iostream>
++#include <cstddef>
+ 
+ namespace claw
+ {

Modified: packages/trunk/libclaw/debian/patches/series
===================================================================
--- packages/trunk/libclaw/debian/patches/series	2011-05-02 13:11:49 UTC (rev 12182)
+++ packages/trunk/libclaw/debian/patches/series	2011-05-02 19:33:18 UTC (rev 12183)
@@ -1,2 +1,3 @@
+ptrdiff_t.diff
 html-doc-paths.diff
 version-file-in-binary-dir.diff




More information about the Pkg-games-commits mailing list