r6492 - in packages/trunk/attal/debian: . patches

Alexander Schmehl tolimar at alioth.debian.org
Mon Apr 7 23:10:32 UTC 2008


Author: tolimar
Date: 2008-04-07 23:10:32 +0000 (Mon, 07 Apr 2008)
New Revision: 6492

Added:
   packages/trunk/attal/debian/patches/30_ftbfs_gcc-4.3.diff
Modified:
   packages/trunk/attal/debian/changelog
   packages/trunk/attal/debian/patches/series
Log:
Adding patch by Cyril Brulebois to fix FTBFS with gcc 4.3

Modified: packages/trunk/attal/debian/changelog
===================================================================
--- packages/trunk/attal/debian/changelog	2008-04-07 23:09:37 UTC (rev 6491)
+++ packages/trunk/attal/debian/changelog	2008-04-07 23:10:32 UTC (rev 6492)
@@ -1,8 +1,9 @@
-attal (1.0~rc1+cvs20080318-2) UNRELEASED; urgency=low
+attal (1.0~rc1+cvs20080318-2) unstable; urgency=high
 
-  * NOT RELEASED YET
+  * Added 30_ftbfs_gcc-4.3.diff by Cyril Brulebois to fix FTBFS with gcc-4.3
+    (Closes: #474808)
 
- -- Alexander Schmehl <tolimar at debian.org>  Wed, 19 Mar 2008 17:40:42 +0100
+ -- Barry deFreese <bddebian at comcast.net>  Tue, 08 Apr 2008 01:03:32 +0200
 
 attal (1.0~rc1+cvs20080318-1) unstable; urgency=low
 

Added: packages/trunk/attal/debian/patches/30_ftbfs_gcc-4.3.diff
===================================================================
--- packages/trunk/attal/debian/patches/30_ftbfs_gcc-4.3.diff	                        (rev 0)
+++ packages/trunk/attal/debian/patches/30_ftbfs_gcc-4.3.diff	2008-04-07 23:10:32 UTC (rev 6492)
@@ -0,0 +1,13 @@
+Index: attal-1.0~rc1+cvs20080318/libCommon/attalCommon.cpp
+===================================================================
+--- attal-1.0~rc1+cvs20080318.orig/libCommon/attalCommon.cpp
++++ attal-1.0~rc1+cvs20080318/libCommon/attalCommon.cpp
+@@ -37,6 +37,8 @@
+ #include "conf.h"
+ #include "libCommon/log.h"
+ 
++#include <cstdlib>
++
+ using namespace std;
+ 
+ QString IMAGE_PATH( IMAGE_DEFAULT_PATH );

Modified: packages/trunk/attal/debian/patches/series
===================================================================
--- packages/trunk/attal/debian/patches/series	2008-04-07 23:09:37 UTC (rev 6491)
+++ packages/trunk/attal/debian/patches/series	2008-04-07 23:10:32 UTC (rev 6492)
@@ -1,3 +1,4 @@
 05_rpath.diff
 10_libpath.diff
 20_no_themes.diff
+30_ftbfs_gcc-4.3.diff




More information about the Pkg-games-commits mailing list