| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make ob_get_doc_files() accept arch and plat args. | P. J. McDermott | 2012-10-25 | 3 | -10/+12 |
|
|
* | Use "<<-" here-doc operator to allow indentation. | P. J. McDermott | 2012-10-25 | 4 | -39/+39 |
|
|
* | Merge branch 'feature/reduce-plat-in-deps'. | P. J. McDermott | 2012-10-25 | 2 | -23/+83 |
|\ |
|
| * | Reduce platforms in dep fields in ob-gencontrol. | P. J. McDermott | 2012-10-25 | 1 | -3/+3 |
|
|
| * | Reduce platforms in ob_reduce_deps(). | P. J. McDermott | 2012-10-25 | 1 | -4/+7 |
|
|
| * | Print a newline after output in ob_parse_dep(). | P. J. McDermott | 2012-10-25 | 1 | -0/+1 |
|
|
| * | Reduce platforms in ob_parse_dep(). | P. J. McDermott | 2012-10-25 | 1 | -5/+29 |
|
|
| * | Implement _ob_dep_plat_is_concerned(). | P. J. McDermott | 2012-10-25 | 1 | -0/+32 |
|
|
| * | Remove arch specs from remaining dep string. | P. J. McDermott | 2012-10-25 | 1 | -0/+1 |
|
|
| * | Refactor printing logic in ob_parse_dep(). | P. J. McDermott | 2012-10-25 | 1 | -11/+10 |
|/ |
|
* | Remove substitution variables task from TODO. | P. J. McDermott | 2012-10-24 | 1 | -1/+0 |
|
|
* | Remove only newlines in substitution var values. | P. J. McDermott | 2012-10-24 | 1 | -2/+2 |
|
|
* | Add _obpco_check_fields to _ob_local args. | P. J. McDermott | 2012-10-24 | 1 | -1/+1 |
|
|
* | Look both ways before installing documentation. | P. J. McDermott | 2012-10-24 | 2 | -24/+34 |
|
|
* | Look both ways before unpacking sources. | P. J. McDermott | 2012-10-24 | 2 | -3/+8 |
|
|
* | Fix quotes in "install" target. | P. J. McDermott | 2012-10-23 | 1 | -1/+1 |
|
|
* | Add missing "ob_use deps" in ob-gencontrol. | P. J. McDermott | 2012-10-23 | 1 | -0/+1 |
|
|
* | Merge branch 'feature/substvars'. | P. J. McDermott | 2012-10-23 | 6 | -24/+171 |
|\ |
|
| * | Make optional first line of control value text. | P. J. McDermott | 2012-10-23 | 1 | -2/+2 |
|
|
| * | Make optional the space after ":" in control info. | P. J. McDermott | 2012-10-23 | 1 | -1/+2 |
|
|
| * | Perform var substitutions on some control fields. | P. J. McDermott | 2012-10-23 | 1 | -1/+6 |
|
|
| * | Implement ob_set_package_substvars(). | P. J. McDermott | 2012-10-23 | 2 | -0/+44 |
|
|
| * | Implement ob_substvars(). | P. J. McDermott | 2012-10-23 | 3 | -0/+56 |
|
|
| * | Implement ob_set_substvar(). | P. J. McDermott | 2012-10-23 | 1 | -0/+30 |
|
|
| * | Make optional params 3 & 4 of ob_parse_control(). | P. J. McDermott | 2012-10-23 | 1 | -20/+31 |
|/ |
|
* | Reduce binary package dependency fields. | P. J. McDermott | 2012-10-22 | 1 | -0/+12 |
|
|
* | Update TODO. | P. J. McDermott | 2012-10-20 | 1 | -3/+0 |
|
|
* | Return 2 platconf dirs from ob_get_system_path(). | P. J. McDermott | 2012-10-20 | 1 | -2/+5 |
|
|
* | Expect >= 1 platconf dirs from ob_get_system_path. | P. J. McDermott | 2012-10-20 | 1 | -7/+17 |
|
|
* | s/config/platconf/ in ob-installplatconf. | P. J. McDermott | 2012-10-20 | 1 | -4/+4 |
|
|
* | Add build helper directory to beginning of PATH. | P. J. McDermott | 2012-10-20 | 1 | -1/+1 |
|
|
* | Fix license info in opkbuild version message. | P. J. McDermott | 2012-10-20 | 1 | -1/+1 |
|
|
* | Additionally license testsetup.sh under GPLv2. | P. J. McDermott | 2012-10-20 | 1 | -1/+1 |
|
|
* | s/version 3 or later/version 2 or later/ | P. J. McDermott | 2012-10-20 | 1 | -1/+1 |
|
|
* | Distribute both COPYING.2 and COPYING.3. | P. J. McDermott | 2012-10-20 | 1 | -1/+2 |
|
|
* | Fix creation of documentation directories. | P. J. McDermott | 2012-10-20 | 1 | -3/+5 |
|
|
* | Release opkbuild 3.0.0-alpha2.opkbuild-3.0.0-alpha2 | P. J. McDermott | 2012-10-16 | 1 | -0/+11 |
|
|
* | Increment alpha version number. | P. J. McDermott | 2012-10-16 | 1 | -1/+1 |
|
|
* | Additionally license man/* under GPLv2. | P. J. McDermott | 2012-10-16 | 19 | -19/+19 |
|
|
* | Additionally license everything under GPLv2. | P. J. McDermott | 2012-10-16 | 38 | -38/+38 |
|
|
* | Add the terms of the GNU GPL version 2.0. | P. J. McDermott | 2012-10-16 | 2 | -0/+339 |
|
|
* | Make testsetup.sh print error and info messages. | P. J. McDermott | 2012-10-16 | 1 | -9/+29 |
|
|
* | Fix missing platform for src opk files. | P. J. McDermott | 2012-10-16 | 1 | -1/+1 |
|
|
* | Get Uploader, not Maintainer, from changelog. | P. J. McDermott | 2012-10-16 | 1 | -1/+1 |
|
|
* | Add host platform to opk file names. | P. J. McDermott | 2012-10-16 | 1 | -2/+5 |
|
|
* | Don't hardcode the host arch in ob-buildopk. | P. J. McDermott | 2012-10-16 | 1 | -3/+6 |
|
|
* | Make ob-gencontrol write a "Platform" field. | P. J. McDermott | 2012-10-16 | 1 | -4/+8 |
|
|
* | Make ob-gencontrol write a "Maintainer" field. | P. J. McDermott | 2012-10-16 | 1 | -0/+1 |
|
|
* | Don't rely on POSIX-conformant comment parsing. | P. J. McDermott | 2012-10-13 | 2 | -34/+34 |
|
|
* | Add a space before "=" in macro assignment. | P. J. McDermott | 2012-10-13 | 1 | -1/+1 |
|
|