This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository minetest-v04x.
commit 67370caf25a9549b67504ce14b70ba1eccd58c2a Author: Markus Koschany <[email protected]> Date: Fri Feb 20 20:00:46 2015 +0100 Drop rawlua.patch. --- debian/patches/rawlua.patch | 34 ---------------------------------- debian/patches/series | 1 - 2 files changed, 35 deletions(-) diff --git a/debian/patches/rawlua.patch b/debian/patches/rawlua.patch deleted file mode 100644 index 099dbd6..0000000 --- a/debian/patches/rawlua.patch +++ /dev/null @@ -1,34 +0,0 @@ -From: Debian Games Team <[email protected]> -Date: Sun, 4 Jan 2015 22:05:52 +0100 -Subject: rawlua - -use the right version of lua when not using luajit -When available, we use the luajit for performance. But when this is not -available (as on hurd mipsel and other architecture), we fallback to the raw -lua implementation. -Upstream embeeds its own copy of lua implementation for that case, but we prune -it and prefer the system version of lua. This patch is here to use the -correct name of the lua library in that case. - -Forwarded: not-needed ---- - src/CMakeLists.txt | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 4981f6d..c88299e 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -262,9 +262,9 @@ if(LUA_LIBRARY AND LUA_INCLUDE_DIR) - endif (LUA_LIBRARY AND LUA_INCLUDE_DIR) - - if(NOT USE_LUAJIT) -- message (STATUS "LuaJIT not found, using bundled Lua.") -- set(LUA_INCLUDE_DIR "${PROJECT_SOURCE_DIR}/lua/src") -- set(LUA_LIBRARY "lua") -+ message (STATUS "LuaJIT not found, using the version of Lua provided by the system.") -+ set(LUA_INCLUDE_DIR "/usr/include/lua5.1/") -+ set(LUA_LIBRARY "lua5.1") - endif(NOT USE_LUAJIT) - - mark_as_advanced(LUA_LIBRARY) diff --git a/debian/patches/series b/debian/patches/series index 55015c8..e2a3bc7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,4 +2,3 @@ kfreebsd-gettext.patch i18n.patch mapper.patch shared_mods.patch -rawlua.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/minetest-v04x.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

