From 429e28d2577b004de8a692bfba731d66d0f2bc0c Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 21 Nov 2019 15:46:30 +0100 Subject: [PATCH] TT#64358 Switch to lua5.2 Change-Id: I671d6800d46f6132d456744cf115a4c16282c814 --- debian/control | 2 +- debian/patches/lua5.2.patch | 15 +++++++++++++++ debian/patches/series | 1 + 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 debian/patches/lua5.2.patch diff --git a/debian/control b/debian/control index 9901520..a244b21 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 12), dh-autoreconf, libexpat1-dev, - liblua5.1-0-dev, + liblua5.2-dev, Package: klish Architecture: any diff --git a/debian/patches/lua5.2.patch b/debian/patches/lua5.2.patch new file mode 100644 index 0000000..e8945c5 --- /dev/null +++ b/debian/patches/lua5.2.patch @@ -0,0 +1,15 @@ +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/configure.ac ++++ b/configure.ac +@@ -92,7 +92,7 @@ if test x$use_lua != xno; then + CPPFLAGS="${CPPFLAGS} -I$use_lua/include" + LDFLAGS="${LDFLAGS} -L$use_lua/lib" + fi +- LUA_VERSION="5.1" ++ LUA_VERSION="5.2" + AX_LUA_HEADERS() + AX_LUA_LIBS() + fi diff --git a/debian/patches/series b/debian/patches/series index 3d8864e..fbd377a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 0001-TT-38850-Quote-shell-variable.patch +lua5.2.patch