Bug#1050751: qosmic: Move to a lua version != 5.2

2023-08-29 Thread Peter B
Last upstream release was in 2017. Seems Unlikely that they can help with a lua port. Many compile errors with lua 5.3, however Qosmic builds OK with lua 5.1 with a one line change. src/lua/frame.cpp  // 98     lua_tointegerx(L, 1, ) - 1; --> lua_tointeger(L, isnum) - 1;

Bug#1050751: qosmic: Move to a lua version != 5.2

2023-08-28 Thread Bastian Germann
Source: qosmic Version: 1.6.0+git20210807.9f63288-4 Severity: wishlist Control: block 1050640 by -1 Please build your package with a different lua version so we can drop lua5.2 from the archive.