r2754 - packages/trunk/wormux/debian/patches

Eddy Petrisor eddyp-guest at alioth.debian.org
Mon May 28 21:19:42 UTC 2007


Author: eddyp-guest
Date: 2007-05-28 21:19:42 +0000 (Mon, 28 May 2007)
New Revision: 2754

Modified:
   packages/trunk/wormux/debian/patches/001_upstream_fix_ftbfs_with_gcc4.2.patch
Log:
add missing colons after the macros

Modified: packages/trunk/wormux/debian/patches/001_upstream_fix_ftbfs_with_gcc4.2.patch
===================================================================
--- packages/trunk/wormux/debian/patches/001_upstream_fix_ftbfs_with_gcc4.2.patch	2007-05-28 21:17:01 UTC (rev 2753)
+++ packages/trunk/wormux/debian/patches/001_upstream_fix_ftbfs_with_gcc4.2.patch	2007-05-28 21:19:42 UTC (rev 2754)
@@ -1,6 +1,27 @@
+diff -Nur wormux-0.7.9/src/game/game_loop.cpp wormux-0.7.9.new/src/game/game_loop.cpp
+--- wormux-0.7.9/src/game/game_loop.cpp	2007-01-28 14:03:47.000000000 +0000
++++ wormux-0.7.9.new/src/game/game_loop.cpp	2007-05-28 21:13:41.000000000 +0000
+@@ -628,7 +628,7 @@
+   {
+     if (!character->IsImmobile() && !character->IsGhost())
+     {
+-      MSG_DEBUG("game.endofturn", "%s is not ready", character->GetName().c_str())
++      MSG_DEBUG("game.endofturn", "%s is not ready", character->GetName().c_str());
+       return &(*character);
+     }
+   }
+@@ -637,7 +637,7 @@
+   {
+     if (!(*object)->IsImmobile())
+     {
+-      MSG_DEBUG("game.endofturn", "%s is moving", (*object)->GetName().c_str())
++      MSG_DEBUG("game.endofturn", "%s is moving", (*object)->GetName().c_str());
+       return (*object);
+     }
+   }
 diff -Nur wormux-0.7.9/src/menu/credits_menu.cpp wormux-0.7.9.new/src/menu/credits_menu.cpp
---- wormux-0.7.9/src/menu/credits_menu.cpp	2007-01-28 14:03:47.000000000 +0000
-+++ wormux-0.7.9.new/src/menu/credits_menu.cpp	2007-05-28 20:49:07.000000000 +0000
+--- wormux-0.7.9/src/menu/credits_menu.cpp	2007-05-28 21:11:19.000000000 +0000
++++ wormux-0.7.9.new/src/menu/credits_menu.cpp	2007-05-28 21:11:21.000000000 +0000
 @@ -111,7 +111,7 @@
      return;
    }
@@ -11,8 +32,8 @@
    for(uint i = 0; i < (sizeof teams / sizeof* teams); ++i)
    {
 diff -Nur wormux-0.7.9/src/menu/menu.cpp wormux-0.7.9.new/src/menu/menu.cpp
---- wormux-0.7.9/src/menu/menu.cpp	2007-05-28 20:46:11.000000000 +0000
-+++ wormux-0.7.9.new/src/menu/menu.cpp	2007-05-28 20:46:13.000000000 +0000
+--- wormux-0.7.9/src/menu/menu.cpp	2007-05-28 21:11:19.000000000 +0000
++++ wormux-0.7.9.new/src/menu/menu.cpp	2007-05-28 21:11:21.000000000 +0000
 @@ -26,7 +26,7 @@
  #include "../tool/resource_manager.h"
  #include "../sound/jukebox.h"
@@ -23,8 +44,8 @@
  {
    close_menu = false ;
 diff -Nur wormux-0.7.9/src/menu/menu.h wormux-0.7.9.new/src/menu/menu.h
---- wormux-0.7.9/src/menu/menu.h	2007-05-28 20:46:11.000000000 +0000
-+++ wormux-0.7.9.new/src/menu/menu.h	2007-05-28 20:46:13.000000000 +0000
+--- wormux-0.7.9/src/menu/menu.h	2007-05-28 21:11:19.000000000 +0000
++++ wormux-0.7.9.new/src/menu/menu.h	2007-05-28 21:11:21.000000000 +0000
 @@ -52,7 +52,7 @@
     WidgetList widgets;
     const t_action actions;
@@ -35,8 +56,8 @@
  
     void Run ();
 diff -Nur wormux-0.7.9/src/tool/debug.h wormux-0.7.9.new/src/tool/debug.h
---- wormux-0.7.9/src/tool/debug.h	2007-05-28 20:46:11.000000000 +0000
-+++ wormux-0.7.9.new/src/tool/debug.h	2007-05-28 20:46:13.000000000 +0000
+--- wormux-0.7.9/src/tool/debug.h	2007-05-28 21:11:19.000000000 +0000
++++ wormux-0.7.9.new/src/tool/debug.h	2007-05-28 21:11:21.000000000 +0000
 @@ -35,7 +35,7 @@
  #  define MSG_DEBUG(LEVEL, MESSAGE, ARGS...) \
  	PrintDebug( __FILE__, __PRETTY_FUNCTION__, __LINE__, LEVEL, MESSAGE, ## ARGS);
@@ -47,8 +68,8 @@
  
  void PrintDebug (const char *filename, const char *function, unsigned long line,
 diff -Nur wormux-0.7.9/src/tool/resource_manager.cpp wormux-0.7.9.new/src/tool/resource_manager.cpp
---- wormux-0.7.9/src/tool/resource_manager.cpp	2007-05-28 20:46:11.000000000 +0000
-+++ wormux-0.7.9.new/src/tool/resource_manager.cpp	2007-05-28 20:46:13.000000000 +0000
+--- wormux-0.7.9/src/tool/resource_manager.cpp	2007-05-28 21:11:19.000000000 +0000
++++ wormux-0.7.9.new/src/tool/resource_manager.cpp	2007-05-28 21:11:21.000000000 +0000
 @@ -64,7 +64,7 @@
      Error("ResourceManager: can't find color resource \""+resource_name+"\" in profile "+profile->filename);
  




More information about the Pkg-games-commits mailing list