Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | tests/*.sh: set -u | Patrick McDermott | 2019-03-16 | 6 | -6/+6 |
| | |||||
* | ob_parse_control(): Fix variable name in expansion | Patrick McDermott | 2019-03-16 | 1 | -1/+1 |
| | | | | Bug found with "set -u" in test suite. | ||||
* | _ob_load_internal_text_domain(): More safely check if LC_MESSAGES etc. are set | Patrick McDermott | 2019-03-16 | 1 | -3/+3 |
| | |||||
* | TODO: Defer non-seamless tar task | Patrick McDermott | 2019-03-16 | 1 | -4/+4 |
| | |||||
* | ob-unpacksource: Support xz decompression | Patrick McDermott | 2019-03-16 | 2 | -1/+3 |
| | |||||
* | mksysconf.in: Remove | Patrick McDermott | 2019-03-16 | 3 | -40/+0 |
| | |||||
* | Add braces to param exps in arith substs | Patrick McDermott | 2019-03-16 | 7 | -10/+10 |
| | |||||
* | _ob_change_2(): Fix to use args instead of global vars | Patrick McDermott | 2019-03-16 | 1 | -6/+14 |
| | |||||
* | ob-buildopk, ob-gencontrol, ob-genchanges: Improve OB_DO_SOURCE checks | Patrick McDermott | 2019-03-16 | 3 | -3/+3 |
| | | | | This will help enable "set -u". | ||||
* | ob-buildopk(1), ob-gencontrol(1), ob-genchanges(1): Document OB_DO_SOURCE | Patrick McDermott | 2019-03-16 | 3 | -1/+22 |
| | | | | I lied in the previous commit. | ||||
* | TODO: Utility manual pages are updated. | Patrick McDermott | 2019-03-16 | 1 | -1/+0 |
| | |||||
* | ob-checkbuilddeps(1): Update | Patrick McDermott | 2019-03-16 | 1 | -24/+1 |
| | |||||
* | ob-installdocs(1): Update | Patrick McDermott | 2019-03-16 | 1 | -2/+1 |
| | |||||
* | ob-gencontrol(1): Update | Patrick McDermott | 2019-03-16 | 2 | -12/+5 |
| | |||||
* | ob-buildopk(1): Update | Patrick McDermott | 2019-03-16 | 2 | -10/+3 |
| | |||||
* | ob-installplatconf(1): Update description | Patrick McDermott | 2019-03-16 | 1 | -3/+6 |
| | |||||
* | ob-installplatconf(1): Update platconf file name | Patrick McDermott | 2019-03-16 | 1 | -1/+1 |
| | |||||
* | ob-gencontrol(1): s/Generates/Generate/ in NAME section | Patrick McDermott | 2019-03-16 | 2 | -2/+2 |
| | |||||
* | opkbuild(7): List ob-genchanges(1) | Patrick McDermott | 2019-03-16 | 1 | -0/+3 |
| | |||||
* | man/local.mk: Distribute section-7 manual pages | Patrick McDermott | 2019-03-16 | 1 | -1/+2 |
| | |||||
* | ob-genchanges(1): New manual page | Patrick McDermott | 2019-03-16 | 2 | -1/+32 |
| | |||||
* | ob-unpacksource(1): New manual page | Patrick McDermott | 2019-03-16 | 2 | -0/+32 |
| | |||||
* | .gitignore: Exclude man/Tags | Patrick McDermott | 2019-03-16 | 1 | -0/+1 |
| | |||||
* | ob-buildenv(1): New manual page | Patrick McDermott | 2019-03-16 | 2 | -0/+35 |
| | |||||
* | .gitignore: Update manual page pattern | Patrick McDermott | 2019-03-16 | 1 | -1/+1 |
| | |||||
* | ob-applypatches(1): Make "patches" directory name bold, not italic | Patrick McDermott | 2019-03-16 | 1 | -1/+1 |
| | |||||
* | man/*in: Join .TH lines | Patrick McDermott | 2019-03-16 | 8 | -16/+8 |
| | |||||
* | opkbuild(7): Update from opkhelper to opkbuild | Patrick McDermott | 2019-03-16 | 1 | -123/+55 |
| | |||||
* | opkbuild(1): Drop trailing period in NAME section | Patrick McDermott | 2019-03-16 | 1 | -1/+1 |
| | |||||
* | man/local.mk: Build section-7 manual pages | Patrick McDermott | 2019-03-16 | 1 | -1/+7 |
| | |||||
* | man/opkbuild.7in: s/@@DATE@@/@DATE@/ | Patrick McDermott | 2019-03-16 | 1 | -1/+1 |
| | |||||
* | man/o*.1in: Use @DATE@ | Patrick McDermott | 2019-03-16 | 7 | -7/+7 |
| | |||||
* | man/local.mk: Add @DATE@ to man_subst | Patrick McDermott | 2019-03-16 | 1 | -1/+2 |
| | |||||
* | tools/shman.sh: Use tools/mtime.sh | Patrick McDermott | 2019-03-16 | 1 | -34/+1 |
| | |||||
* | tools/mtime.sh: New file | Patrick McDermott | 2019-03-16 | 1 | -0/+71 |
| | |||||
* | man/local.mk: Update man3_MANS | Patrick McDermott | 2019-03-16 | 1 | -12/+21 |
| | |||||
* | man/local.mk: Temporarily remove unwritten manual pages | Patrick McDermott | 2019-03-16 | 1 | -4/+1 |
| | |||||
* | man/local.mk: Uncomment man1_sources and add "%reldir%/" | Patrick McDermott | 2019-03-16 | 1 | -11/+11 |
| | |||||
* | man/o*: Use @SOURCE@ and @MANUAL@ macros | Patrick McDermott | 2019-03-16 | 8 | -8/+8 |
| | |||||
* | man/o*: Drop author comments, convert titles to upper case | Patrick McDermott | 2019-03-16 | 8 | -16/+8 |
| | |||||
* | man/o*: Update license block | Patrick McDermott | 2019-03-16 | 8 | -40/+56 |
| | |||||
* | man/o*: Update executable names and author name | Patrick McDermott | 2019-03-16 | 8 | -49/+49 |
| | | | | Also remove trailing period in NAME section. | ||||
* | man/opkbuild.1.in: Rename to man/opkbuild.1in | Patrick McDermott | 2019-03-16 | 1 | -0/+0 |
| | |||||
* | man/opkhelper.7.in: Rename to man/opkbuild.7in | Patrick McDermott | 2019-03-16 | 1 | -0/+0 |
| | |||||
* | man/oh-copyconfig.1.in: Rename to man/ob-installplatconf.1in | Patrick McDermott | 2019-03-16 | 1 | -0/+0 |
| | |||||
* | man/oh-*.1.in: Rename to man/ob-*.1in | Patrick McDermott | 2019-03-16 | 5 | -0/+0 |
| | |||||
* | man/oh-installfiles.1.in, man/oh-strip.1.in: Remove | Patrick McDermott | 2019-03-16 | 2 | -78/+0 |
| | |||||
* | lib/, locale/, tests/: Update copyright years | Patrick McDermott | 2019-03-16 | 8 | -8/+8 |
| | |||||
* | tests/local.mk: Set OB_LIB_BUILDDIR in SH_LOG_DRIVER | Patrick McDermott | 2019-03-16 | 1 | -0/+1 |
| | |||||
* | TODO: In-place locale loading and function docs are done | Patrick McDermott | 2019-03-15 | 1 | -4/+1 |
| |