control: owner -1 ! control: block -1 826704 control: block -1 826705 control: tags -1 moreinfo > This package is the very core part of "Torch", a
> state-of-the-art machine learning framework. > Note, this package requires luajit from experimental, > and the basic functionality seems to be working, > but there are still some problems. > > * the test_sharedmem.lua fails and it seems to be an upstream bug > * the package complexity far surpassed the assumption of dh-lua, > so the rules file of this package is somewhat convolved, > mixing cmake build and the dh-lua build together, but it should > not be hard to understand. :-) so please enforce the version and go for experimental, how do you expect to be able to build it in unstable with experimental toolchain? also, not needed to specify this Depends: ${misc:Depends}, ${shlibs:Depends}, luajit | lua5.1, for the -dev package, because already specified in the library itself. +SET_TARGET_PROPERTIES(luaT PROPERTIES + VERSION 0 + SOVERSION 0) do you really want to maintain that downstream? please forward it. why luaT and TH are not packaged separately? at a first look (not careful at all) they look external dependencies also, from check-all-the-things: $ codespell --quiet-level=3 it's all for now (I'll continue when I get a building package) G.