** Changed in: lua-filesystem (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413402
Title:
[MIR] lua-filesystem
To manage notifications about t
** Changed in: lua-filesystem (Ubuntu)
Status: New => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413402
Title:
[MIR] lua-filesystem
To manage notifications about this bug g
Hi,
So it looks like this is intentional per policy:
http://pkg-lua.alioth.debian.org/policy.html#ch-notesundef
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413402
Title:
[MIR] lua-filesystem
T
Hmm, yeah, could be. I'll take a look tomorrow or at least file a Debian
bug so that someone looks into that.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413402
Title:
[MIR] lua-filesystem
To ma
But some symbols from liblua5.2-0 *are* used. Which is why shlibs is
complaining. For example, lfs.c uses lua_setglobal, which is from
liblua5.2-0. But it's not linked. Seems like we just might be missing
a -llua5.2 flag.
--
You received this bug notification because you are a member of Ubunt
None of the .so.* link against liblua5.2-0 so I'm guessing it must have
been shlibs being confused.
In any case, it doesn't make any sense adding a Depends against a
library, that's what shlibs is for and if it's somehow wrong, then that
needs fixing in dpkg, not in lua-filesystem.
In any case, a
(whoops, should have read: "depend" not "build-depend")
This may just be how lua does things, but I was expecting a run-time
dependency.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413402
Title:
Why don't the built packages build-depend on liblua5.2-0? It seems to
use symbols from it:
dpkg-shlibdeps: warning: symbol lua_tolstring used by debian/lua-
filesystem/usr/lib/x86_64-linux-gnu/liblua5.1-filesystem.so.0.0.0 found
in none of the libraries
And many more similar warnings
** Changed