control: tags -1 patch
grep LUALIB_API src/*.h >> list
grep LUAMOD_API src/*.h >> list
grep LUA_API src/*.h -R >> list
cat list | awk '{ print $3 }' > list2
cat list2 |sort > list
and then I diffd the list with debian/version-script
I found then 5 missing symbols:
lua_closeslot
lua_closethread
Package: liblua5.4
Version: 5.4.4-3
liblua5.4.so.0.0.0 is not exporting symbols that are expected to be present in
Lua 5.4.
Some examples:
- luaL_addgsub
- lua_closeslot
- lua_setcstacklimit
and likely many more
The header file from liblua5.4-dev still define those functions, leading to
undef
2 matches
Mail list logo