summaryrefslogtreecommitdiffstats
path: root/src/ob-gencontrol.sh
Commit message (Expand)AuthorAgeFilesLines
* ob-gencontrol: Declare local variables and wrap long linesPatrick McDermott2019-03-181-34/+59
* ob-gencontrol: set -uPatrick McDermott2019-03-181-1/+1
* ob-gencontrol: Fix quotes in DescriptionPatrick McDermott2019-03-181-1/+1
* opkbuild, ob-*: Don't manually load libopkbuildPatrick McDermott2019-03-171-2/+0
* opkbuild, ob-*: Drop call to main()Patrick McDermott2019-03-171-2/+0
* Add braces to param exps in arith substsPatrick McDermott2019-03-161-2/+2
* ob-buildopk, ob-gencontrol, ob-genchanges: Improve OB_DO_SOURCE checksPatrick McDermott2019-03-161-1/+1
* opkbuild, ob-*: Fix printf commands after ob_set_text_domain()Patrick McDermott2019-03-151-1/+2
* ob_parse_package_metadata(): Merge into ob_init_package()Patrick McDermott2019-03-131-1/+0
* ob_reduce_deps(): Use -p instead of -P for platformPatrick McDermott2019-03-131-2/+2
* Protect against cmd operands beginning with "-"Patrick McDermott2019-03-131-4/+4
* Protect [ commands from strings beginning with "-"Patrick McDermott2019-03-131-2/+2
* ob_parse_package_metadata(): Eliminate cachingPatrick McDermott2019-03-131-1/+1
* opkbuild, ob-*: Exit with error on ob_set_text_domain() failurePatrick McDermott2019-03-131-1/+4
* ob-*: Add more return statementsPatrick McDermott2019-03-131-0/+10
* ob-*: Replace exit with returnPatrick McDermott2019-03-131-2/+2
* opkbuild, ob-*: set -ePatrick McDermott2019-03-131-0/+2
* ob-gencontrol: Replace echo with here-documentPatrick McDermott2019-03-131-1/+4
* ob-*: Move function definitions before points of usePatrick McDermott2018-12-251-29/+29
* opkbuild, ob-*: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSIONPatrick McDermott2018-12-241-1/+1
* opkbuild, ob-*: Update header comments, copyrights, and licensePatrick McDermott2018-12-241-9/+9
* opkbuild, ob-*: Drop magic number interpreter linesPatrick McDermott2018-12-221-2/+0
* opkbuild, ob-*: Use variables set by shppPatrick McDermott2018-12-221-1/+1
* ob_use(): RemovePatrick McDermott2018-12-221-5/+0
* opkbuild, ob-*: Load newly linked libopkbuildPatrick McDermott2018-12-221-1/+1
* libopkbuild: Change output file extension to .shoPatrick McDermott2018-12-221-1/+1
* ob-gencontrol: Drop trailing commas and spaces in depsP. J. McDermott2016-01-241-1/+2
* ob-*: Use OPK_PACKAGES_REDUCEDP. J. McDermott2014-09-211-1/+1
* ob-gencontrol: Replace newlines in MaintainerP. J. McDermott2014-08-181-1/+2
* src/*.sh: Add ".sh" to header comment.P. J. McDermott2013-08-181-1/+1
* s/@@LIBOPKBUILD@@/@@PKGLIBDIR@@/ in sources.P. J. McDermott2013-06-151-1/+1
* Exit on failure to parse package metadata.P. J. McDermott2012-11-161-2/+2
* Use "<<-" here-doc operator to allow indentation.P. J. McDermott2012-10-251-12/+12
* Reduce platforms in dep fields in ob-gencontrol.P. J. McDermott2012-10-251-3/+3
* Add missing "ob_use deps" in ob-gencontrol.P. J. McDermott2012-10-231-0/+1
* Perform var substitutions on some control fields.P. J. McDermott2012-10-231-1/+6
* Reduce binary package dependency fields.P. J. McDermott2012-10-221-0/+12
* Additionally license everything under GPLv2.P. J. McDermott2012-10-161-1/+1
* Make ob-gencontrol write a "Platform" field.P. J. McDermott2012-10-161-4/+8
* Make ob-gencontrol write a "Maintainer" field.P. J. McDermott2012-10-161-0/+1
* Generate control files only for built packages.P. J. McDermott2012-10-091-1/+1
* Update environment variable names in ob-* utils.P. J. McDermott2012-10-081-6/+6
* Prefix source binary package names with "src-".P. J. McDermott2012-10-081-2/+2
* Implement ob-gencontrol.P. J. McDermott2012-10-031-0/+165