This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository netpanzer.
commit dcc10615b9615df4509f5705c5c910e95392ef15 Author: Markus Koschany <[email protected]> Date: Sun Jun 5 08:18:09 2016 +0200 Add system-lua.patch --- debian/patches/series | 1 + debian/patches/system-lua.patch | 49 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/debian/patches/series b/debian/patches/series index 6d03085..a0485ab 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ use-system-libs.patch system-physfs.patch +system-lua.patch diff --git a/debian/patches/system-lua.patch b/debian/patches/system-lua.patch new file mode 100644 index 0000000..1ff7ee2 --- /dev/null +++ b/debian/patches/system-lua.patch @@ -0,0 +1,49 @@ +From: Markus Koschany <[email protected]> +Date: Sun, 5 Jun 2016 08:17:56 +0200 +Subject: system lua + +--- + src/Lib/2D/Palette.cpp | 2 +- + src/NetPanzer/Core/main.cpp | 2 +- + src/NetPanzer/Scripts/ScriptHelper.hpp | 2 +- + 3 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/src/Lib/2D/Palette.cpp b/src/Lib/2D/Palette.cpp +index d05c9a1..a5d5e2e 100644 +--- a/src/Lib/2D/Palette.cpp ++++ b/src/Lib/2D/Palette.cpp +@@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + #include "Util/Exception.hpp" + #include "Util/UtilInterface.hpp" + +-#include "lua/lua.hpp" ++#include "lua5.1/lua.hpp" + + float Palette::brightness = 1.0f; + +diff --git a/src/NetPanzer/Core/main.cpp b/src/NetPanzer/Core/main.cpp +index d2e0e68..7435766 100644 +--- a/src/NetPanzer/Core/main.cpp ++++ b/src/NetPanzer/Core/main.cpp +@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + #include "Scripts/ScriptManager.hpp" + +-#include "lua/lua.hpp" ++#include "lua5.1/lua.hpp" + + #ifdef WIN32 + #include <windows.h> +diff --git a/src/NetPanzer/Scripts/ScriptHelper.hpp b/src/NetPanzer/Scripts/ScriptHelper.hpp +index 2a10693..23bf410 100644 +--- a/src/NetPanzer/Scripts/ScriptHelper.hpp ++++ b/src/NetPanzer/Scripts/ScriptHelper.hpp +@@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + #ifndef _SCRIPTHELPER_HPP + #define _SCRIPTHELPER_HPP + +-#include "lua/lua.hpp" ++#include "lua5.1/lua.hpp" + + #define GETSVTYPE_BYTE ScriptHelper::get_byte + #define SETSVTYPE_BYTE ScriptHelper::set_byte -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/netpanzer.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

