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