r5487 - in packages/trunk/pokerth/debian: . patches

Evgeni Golov sargentd-guest at alioth.debian.org
Mon Jan 21 23:41:34 UTC 2008


Author: sargentd-guest
Date: 2008-01-21 23:41:34 +0000 (Mon, 21 Jan 2008)
New Revision: 5487

Added:
   packages/trunk/pokerth/debian/patches/03_fix_gcc43_ftbfs.dpatch
Modified:
   packages/trunk/pokerth/debian/changelog
   packages/trunk/pokerth/debian/patches/00list
Log:
add a patch for the gcc 4.3 ftbfs

Modified: packages/trunk/pokerth/debian/changelog
===================================================================
--- packages/trunk/pokerth/debian/changelog	2008-01-21 23:03:04 UTC (rev 5486)
+++ packages/trunk/pokerth/debian/changelog	2008-01-21 23:41:34 UTC (rev 5487)
@@ -1,10 +1,12 @@
 pokerth (0.6-1-2) UNRELEASED; urgency=low
 
-  * Switch to DejaVu fonts (Closes: 461283)
+  * Switch to DejaVu fonts (Closes: #461283)
     replace dependency on ttf-bitstream-vera by ttf-dejavu-core
     add patches/02_use_dejavu_fonts.dpatch
+  * Fix GCC 4.3 FTBFS by properly including <cstring> (Closes: #461954)
+    add patches/03_fix_gcc43_ftbfs.dpatch (was accepted in upstream svn)
 
- -- Evgeni Golov <sargentd at die-welt.net>  Sat, 19 Jan 2008 19:56:00 +0100
+ -- Evgeni Golov <sargentd at die-welt.net>  Tue, 22 Jan 2008 00:24:45 +0100
 
 pokerth (0.6-1-1) unstable; urgency=low
 

Modified: packages/trunk/pokerth/debian/patches/00list
===================================================================
--- packages/trunk/pokerth/debian/patches/00list	2008-01-21 23:03:04 UTC (rev 5486)
+++ packages/trunk/pokerth/debian/patches/00list	2008-01-21 23:41:34 UTC (rev 5487)
@@ -1,2 +1,3 @@
 01_clean_libpokerth
 02_use_dejavu_fonts
+03_fix_gcc43_ftbfs

Added: packages/trunk/pokerth/debian/patches/03_fix_gcc43_ftbfs.dpatch
===================================================================
--- packages/trunk/pokerth/debian/patches/03_fix_gcc43_ftbfs.dpatch	                        (rev 0)
+++ packages/trunk/pokerth/debian/patches/03_fix_gcc43_ftbfs.dpatch	2008-01-21 23:41:34 UTC (rev 5487)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_fix_gcc43_ftbfs.dpatch by Evgeni Golov <sargentd at die-welt.net>
+##
+## DP: Add '#include <cstring>' to convhelper.cpp to stop gcc 4.3 FTBFS
+
+ at DPATCH@
+
+Index: src/core/linux/convhelper.cpp
+===================================================================
+--- pokerth.orig/src/core/linux/convhelper.cpp	(revision 1390)
++++ pokerth/src/core/linux/convhelper.cpp	(working copy)
+@@ -25,6 +25,7 @@
+ #endif
+ 
+ #include <string>
++#include <cstring>
+ 
+ #include <iconv.h>
+ #include <errno.h>




More information about the Pkg-games-commits mailing list