Codebase list lua-ldoc / 58837eb
Package new upstream version. Julian Wollrath 10 years ago
4 changed file(s) with 11 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
0 lua-ldoc (1.4.0-2) UNRELEASED; urgency=low
0 lua-ldoc (1.4.2-1) UNRELEASED; urgency=medium
11
2 * New upstream version.
3 - Update manpage.
24 * Update debian/copyright with missing information.
35
4 -- Julian Wollrath <jwollrath@web.de> Sun, 25 Aug 2013 23:43:00 -0400
6 -- Julian Wollrath <jwollrath@web.de> Tue, 21 Jan 2014 23:34:56 +0100
57
68 lua-ldoc (1.4.0-1) unstable; urgency=low
79
1113
1214 lua-ldoc (1.3.13-2) unstable; urgency=low
1315
14 * Update debian/copyright.
16 * Update debian/copyright.
1517
1618 -- Julian Wollrath <jwollrath@web.de> Tue, 02 Jul 2013 12:21:05 +0200
1719
1820 lua-ldoc (1.3.13-1) unstable; urgency=low
1921
20 * Initial release. (Closes: #700489)
22 * Initial release. (Closes: #700489)
2123
2224 -- Julian Wollrath <jwollrath@web.de> Wed, 29 May 2013 17:14:06 +0200
3939 License: Expat
4040
4141 Files: debian/*
42 Copyright: 2013 Julian Wollrath <jwollrath@web.de>
42 Copyright: 2013-2014 Julian Wollrath <jwollrath@web.de>
4343 License: Expat
4444
4545 License: BSD-alike
2020 -x, --ext (default html) output file extension
2121 -c, --config (default config.ld) configuration name
2222 -i, --ignore ignore any 'no doc comment or no module' warnings
23 -X, --not_luadoc break LuaDoc compatibility. Descriptions may continue after
24 tags.
2325 -D, --define (default none) set a flag to be used in config.ld
2426 -C, --colon use colon style
2527 -B, --boilerplate ignore first comment in source files
2830 -O, --one one-column output layout
2931 --dump debug output dump
3032 --filter (default none) filter output as Lua data (e.g pl.pretty.dump)
31 --tags (default none) show all references to given tags,
33 --tags (default none) show all references to given tags,
3234 comma-separated
3335 <file> (string) source file or directory containing source
3436
77 mkdir -p debian/tmp/usr/bin
88 cp ldoc.lua debian/tmp/usr/bin/ldoc
99 chmod a+x debian/tmp/usr/bin/ldoc
10 debian/tmp/usr/bin/ldoc .
10 cd doc && lua5.1 ../ldoc.lua . && cd ..
1111 mv out/ html
1212
1313 override_dh_installman: