Codebase list lua-ldoc / d38971e
install ldoc.lua in usr/bin taking over lua-ldoc.install unfortunately there is a missing feature in dh-lua. One cannot just include the template, but has to copy paste it. And the doc is outdated (the template used to be appended, it is not anymore). Enrico Tassi 11 years ago
4 changed file(s) with 10 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 test -z "@@CLIB_OBJS@@" || echo usr/lib/@@DEB_HOST_MULTIARCH@@/lua/@@LUA_VERSION@@/@@LUA_MODNAME_PATH@@.so
1 test -z "@@CLIB_OBJS@@" || echo usr/lib/@@DEB_HOST_MULTIARCH@@/@@LIBNAME@@.so.*
2 test -z "@@LUA_SOURCES@@" || for X in @@LUA_SOURCES@@; do echo usr/share/lua/@@LUA_VERSION@@/`echo $X|@@LUA_SOURCES_MANGLER@@`; done
3 usr/bin/ldoc
+0
-1
debian/lua-ldoc.links less more
0 usr/share/lua/5.1/ldoc.lua usr/bin/ldoc
00 PKG_NAME=ldoc
11 LUA_MODNAME=ldoc
2 LUA_SOURCES=$(wildcard ldoc/*/*.lua && wildcard ldoc/*.lua && wildcard *.lua)
2 LUA_SOURCES=$(wildcard ldoc/*/*.lua && wildcard ldoc/*.lua)
1313 done; \
1414 done
1515
16 override_dh_auto_install:
17 dh_auto_install
18 mkdir -p debian/tmp/usr/bin
19 cp ldoc.lua debian/tmp/usr/bin/ldoc
20
1621 override_dh_prep:
1722 chmod +x ldoc.lua
1823 ./ldoc.lua .