r5148 - in packages/trunk/bulletml/debian: . patches

Peter De Wachter pdewacht-guest at alioth.debian.org
Tue Jan 1 14:15:03 UTC 2008


Author: pdewacht-guest
Date: 2008-01-01 14:15:02 +0000 (Tue, 01 Jan 2008)
New Revision: 5148

Added:
   packages/trunk/bulletml/debian/patches/includes.patch
Modified:
   packages/trunk/bulletml/debian/changelog
   packages/trunk/bulletml/debian/control
   packages/trunk/bulletml/debian/patches/series
Log:
fix build with gcc 4.3


Modified: packages/trunk/bulletml/debian/changelog
===================================================================
--- packages/trunk/bulletml/debian/changelog	2008-01-01 10:51:26 UTC (rev 5147)
+++ packages/trunk/bulletml/debian/changelog	2008-01-01 14:15:02 UTC (rev 5148)
@@ -7,8 +7,12 @@
   [ Jon Dowland ]
   * Added Homepage: control field to source stanza.
 
- -- Miriam Ruiz <little_miry at yahoo.es>  Wed, 26 Dec 2007 17:21:38 +0000
+  [ Peter De Wachter ]
+  * Added missing includes for GCC 4.3. Added bison as a build-dependency,
+    as a parser needs to be rebuilt. Closes: #455131.
 
+ -- Peter De Wachter <pdewacht at gmail.com>  Mon, 31 Dec 2007 22:46:26 +0100
+
 bulletml (0.0.6-2) unstable; urgency=low
 
   * Install C++ header files.

Modified: packages/trunk/bulletml/debian/control
===================================================================
--- packages/trunk/bulletml/debian/control	2008-01-01 10:51:26 UTC (rev 5147)
+++ packages/trunk/bulletml/debian/control	2008-01-01 14:15:02 UTC (rev 5148)
@@ -2,7 +2,7 @@
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org> 
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Peter De Wachter <pdewacht at gmail.com>
-Build-Depends: debhelper (>= 5), quilt, libboost-dev
+Build-Depends: debhelper (>= 5), quilt, libboost-dev, bison
 Standards-Version: 3.7.2
 Section: libs
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/bulletml/

Added: packages/trunk/bulletml/debian/patches/includes.patch
===================================================================
--- packages/trunk/bulletml/debian/patches/includes.patch	                        (rev 0)
+++ packages/trunk/bulletml/debian/patches/includes.patch	2008-01-01 14:15:02 UTC (rev 5148)
@@ -0,0 +1,27 @@
+Index: bulletml-0.0.6/src/tinyxml/tinyxml.h
+===================================================================
+--- bulletml-0.0.6.orig/src/tinyxml/tinyxml.h	2007-12-31 22:41:41.000000000 +0100
++++ bulletml-0.0.6/src/tinyxml/tinyxml.h	2007-12-31 22:42:26.000000000 +0100
+@@ -26,7 +26,9 @@
+ #define TINYXML_INCLUDED
+ 
+ #include <string>
++#include <string.h>
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <assert.h>
+ 
+ class TiXmlDocument;
+Index: bulletml-0.0.6/src/calc.yy
+===================================================================
+--- bulletml-0.0.6.orig/src/calc.yy	2007-12-31 22:42:56.000000000 +0100
++++ bulletml-0.0.6/src/calc.yy	2007-12-31 22:43:10.000000000 +0100
+@@ -12,6 +12,8 @@
+ #include <vector>
+ #include <sstream>
+ 
++#include <string.h>
++
+ #include "calc.h"
+ #include "formula.h"
+ #include "formula-variables.h"

Modified: packages/trunk/bulletml/debian/patches/series
===================================================================
--- packages/trunk/bulletml/debian/patches/series	2008-01-01 10:51:26 UTC (rev 5147)
+++ packages/trunk/bulletml/debian/patches/series	2008-01-01 14:15:02 UTC (rev 5148)
@@ -3,3 +3,4 @@
 d_cpp.patch
 warnings.patch
 makefile.patch
+includes.patch




More information about the Pkg-games-commits mailing list