r5156 - packages/trunk/boswars/debian/patches

Cyril Brulebois kibi-guest at alioth.debian.org
Wed Jan 2 09:54:18 UTC 2008


Author: kibi-guest
Date: 2008-01-02 09:54:18 +0000 (Wed, 02 Jan 2008)
New Revision: 5156

Modified:
   packages/trunk/boswars/debian/patches/10_lua_const_char.diff
Log:
Add author+comment to the top of 10_lua_const_char.diff. Refresh with -ab option

Modified: packages/trunk/boswars/debian/patches/10_lua_const_char.diff
===================================================================
--- packages/trunk/boswars/debian/patches/10_lua_const_char.diff	2008-01-02 09:46:39 UTC (rev 5155)
+++ packages/trunk/boswars/debian/patches/10_lua_const_char.diff	2008-01-02 09:54:18 UTC (rev 5156)
@@ -1,6 +1,7 @@
-diff -urN boswars-2.4.1-src.orig/engine/tolua/tolua++.h boswars-2.4.1-src/engine/tolua/tolua++.h
---- boswars-2.4.1-src.orig/engine/tolua/tolua++.h	2007-02-28 17:14:04.000000000 -0500
-+++ boswars-2.4.1-src/engine/tolua/tolua++.h	2007-11-21 12:05:44.000000000 -0500
+Patch by Barry deFreese <bddebian at comcast.net>
+Get rid of “deprecated conversion from string constant to 'char*”
+--- a/engine/tolua/tolua++.h	2008-01-02 10:49:47.000000000 +0100
++++ b/engine/tolua/tolua++.h	2008-01-02 10:53:35.000000000 +0100
 @@ -53,7 +53,7 @@
  #define TOLUA_NOPEER	LUA_REGISTRYINDEX /* for lua 5.1 */
  
@@ -45,9 +46,8 @@
  
  TOLUA_API int class_gc_event (lua_State* L);
  
-diff -urN boswars-2.4.1-src.orig/engine/tolua/tolua_is.cpp boswars-2.4.1-src/engine/tolua/tolua_is.cpp
---- boswars-2.4.1-src.orig/engine/tolua/tolua_is.cpp	2007-02-28 17:14:04.000000000 -0500
-+++ boswars-2.4.1-src/engine/tolua/tolua_is.cpp	2007-11-21 12:00:16.000000000 -0500
+--- a/engine/tolua/tolua_is.cpp	2008-01-02 10:49:47.000000000 +0100
++++ b/engine/tolua/tolua_is.cpp	2008-01-02 10:53:35.000000000 +0100
 @@ -85,7 +85,7 @@
  	return lua_tostring(L,-1);
  }
@@ -57,9 +57,8 @@
  {
  	if (msg[0] == '#')
  	{
-diff -urN boswars-2.4.1-src.orig/engine/tolua/tolua_map.cpp boswars-2.4.1-src/engine/tolua/tolua_map.cpp
---- boswars-2.4.1-src.orig/engine/tolua/tolua_map.cpp	2007-02-28 17:14:04.000000000 -0500
-+++ boswars-2.4.1-src/engine/tolua/tolua_map.cpp	2007-11-21 12:14:22.000000000 -0500
+--- a/engine/tolua/tolua_map.cpp	2008-01-02 10:49:47.000000000 +0100
++++ b/engine/tolua/tolua_map.cpp	2008-01-02 10:53:35.000000000 +0100
 @@ -25,7 +25,7 @@
  /* Create metatable
  	* Create and register new metatable




More information about the Pkg-games-commits mailing list