Author: bdefreese
Date: 2009-03-16 20:07:02 +0000 (Mon, 16 Mar 2009)
New Revision: 9166

Added:
   packages/trunk/qonk/debian/patches/30_gcc_4.4.diff
Modified:
   packages/trunk/qonk/debian/changelog
   packages/trunk/qonk/debian/control
   packages/trunk/qonk/debian/patches/series
Log:
  * 30_gcc_4.4.diff - Build with gcc-4.4. (Closes: #504898).
    + Thanks to Martin Michlmayr for the fix.
  * Update my e-mail address.
  * Bump Standards Version to 3.8.0.


Modified: packages/trunk/qonk/debian/changelog
===================================================================
--- packages/trunk/qonk/debian/changelog        2009-03-16 19:55:02 UTC (rev 
9165)
+++ packages/trunk/qonk/debian/changelog        2009-03-16 20:07:02 UTC (rev 
9166)
@@ -9,6 +9,12 @@
   [ Martín Ferrari ]
   * Updated email address.
 
+  [ Barry deFreese ]
+  * 30_gcc_4.4.diff - Build with gcc-4.4. (Closes: #504898).
+    + Thanks to Martin Michlmayr for the fix.
+  * Update my e-mail address.
+  * Bump Standards Version to 3.8.0.
+
  -- Martín Ferrari <[email protected]>  Sat, 30 Aug 2008 04:42:34 +0000
 
 qonk (0.3.1-1) unstable; urgency=low

Modified: packages/trunk/qonk/debian/control
===================================================================
--- packages/trunk/qonk/debian/control  2009-03-16 19:55:02 UTC (rev 9165)
+++ packages/trunk/qonk/debian/control  2009-03-16 20:07:02 UTC (rev 9166)
@@ -2,10 +2,10 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <[email protected]>
-Uploaders: Martín Ferrari <[email protected]>, Barry deFreese 
<[email protected]>
+Uploaders: Martín Ferrari <[email protected]>, Barry deFreese 
<[email protected]>
 Build-Depends: cdbs, debhelper (>= 5), quilt, autoconf, automake, libtool, 
libsdl1.2-dev, libsdl-ttf2.0-dev,
  libsdl-gfx1.2-dev, libsdl-image1.2-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://sourceforge.net/projects/qonk/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/qonk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/qonk/?op=log

Added: packages/trunk/qonk/debian/patches/30_gcc_4.4.diff
===================================================================
--- packages/trunk/qonk/debian/patches/30_gcc_4.4.diff                          
(rev 0)
+++ packages/trunk/qonk/debian/patches/30_gcc_4.4.diff  2009-03-16 20:07:02 UTC 
(rev 9166)
@@ -0,0 +1,27 @@
+#Add proper includes to build with gcc-4.4.
+
+Index: qonk-0.3.1/src/lisp/lexer.cpp
+===================================================================
+--- qonk-0.3.1.orig/src/lisp/lexer.cpp 2009-03-16 15:56:34.000000000 -0400
++++ qonk-0.3.1/src/lisp/lexer.cpp      2009-03-16 15:56:52.000000000 -0400
+@@ -19,6 +19,7 @@
+ //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, 
USA.
+ #include <sstream>
+ #include <stdexcept>
++#include <cstdio>
+ #include <cstring>
+ 
+ #include "lexer.hpp"
+Index: qonk-0.3.1/src/lisp/lisp.cpp
+===================================================================
+--- qonk-0.3.1.orig/src/lisp/lisp.cpp  2009-03-16 15:57:07.000000000 -0400
++++ qonk-0.3.1/src/lisp/lisp.cpp       2009-03-16 15:57:24.000000000 -0400
+@@ -19,6 +19,8 @@
+ //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, 
USA.
+ #include "lisp.hpp"
+ 
++#include <cstdio>
++
+ namespace lisp
+ {
+ 

Modified: packages/trunk/qonk/debian/patches/series
===================================================================
--- packages/trunk/qonk/debian/patches/series   2009-03-16 19:55:02 UTC (rev 
9165)
+++ packages/trunk/qonk/debian/patches/series   2009-03-16 20:07:02 UTC (rev 
9166)
@@ -1,2 +1,3 @@
 10_build_environment.diff
 20_gcc_4.3.diff
+30_gcc_4.4.diff


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to