summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Support multiple build helpers in PATH.P. J. McDermott2012-10-271-1/+3
|
* Having no upstream/native sources is not an error.P. J. McDermott2012-10-271-3/+4
|
* Simplify a comment in ob_parse_dep().P. J. McDermott2012-10-271-1/+1
|
* Improve IFS resetting in ob_reduce_deps().P. J. McDermott2012-10-271-5/+4
|
* Remove old oh-* utilities.P. J. McDermott2012-10-273-163/+0
|
* Release opkbuild 3.0.0-alpha3.opkbuild-3.0.0-alpha3P. J. McDermott2012-10-262-1/+18
|
* Fix an old utility name in TODO.P. J. McDermott2012-10-261-1/+1
|
* Validate substvar names.P. J. McDermott2012-10-261-1/+9
|
* Add a "dist-xz" target.P. J. McDermott2012-10-261-0/+4
|
* Support comments in control files.P. J. McDermott2012-10-251-0/+3
|
* Fix parsing of platform specs in ob_parse_dep().P. J. McDermott2012-10-251-1/+1
|
* Improve formatting of dep in ob_parse_dep().P. J. McDermott2012-10-251-6/+16
|
* Make ob_get_doc_files() accept arch and plat args.P. J. McDermott2012-10-253-10/+12
| | | | | | | The contents of the changelog file might be made architecture-dependent by binary rebuilds. So prepare to make the file's pathname architecture-specific to support co-installation of multiple architectures.
* Use "<<-" here-doc operator to allow indentation.P. J. McDermott2012-10-254-39/+39
|
* Merge branch 'feature/reduce-plat-in-deps'.P. J. McDermott2012-10-252-23/+83
|\
| * Reduce platforms in dep fields in ob-gencontrol.P. J. McDermott2012-10-251-3/+3
| |
| * Reduce platforms in ob_reduce_deps().P. J. McDermott2012-10-251-4/+7
| |
| * Print a newline after output in ob_parse_dep().P. J. McDermott2012-10-251-0/+1
| |
| * Reduce platforms in ob_parse_dep().P. J. McDermott2012-10-251-5/+29
| |
| * Implement _ob_dep_plat_is_concerned().P. J. McDermott2012-10-251-0/+32
| |
| * Remove arch specs from remaining dep string.P. J. McDermott2012-10-251-0/+1
| |
| * Refactor printing logic in ob_parse_dep().P. J. McDermott2012-10-251-11/+10
|/
* Remove substitution variables task from TODO.P. J. McDermott2012-10-241-1/+0
|
* Remove only newlines in substitution var values.P. J. McDermott2012-10-241-2/+2
|
* Add _obpco_check_fields to _ob_local args.P. J. McDermott2012-10-241-1/+1
|
* Look both ways before installing documentation.P. J. McDermott2012-10-242-24/+34
|
* Look both ways before unpacking sources.P. J. McDermott2012-10-242-3/+8
|
* Fix quotes in "install" target.P. J. McDermott2012-10-231-1/+1
|
* Add missing "ob_use deps" in ob-gencontrol.P. J. McDermott2012-10-231-0/+1
|
* Merge branch 'feature/substvars'.P. J. McDermott2012-10-236-24/+171
|\
| * Make optional first line of control value text.P. J. McDermott2012-10-231-2/+2
| |
| * Make optional the space after ":" in control info.P. J. McDermott2012-10-231-1/+2
| |
| * Perform var substitutions on some control fields.P. J. McDermott2012-10-231-1/+6
| |
| * Implement ob_set_package_substvars().P. J. McDermott2012-10-232-0/+44
| |
| * Implement ob_substvars().P. J. McDermott2012-10-233-0/+56
| |
| * Implement ob_set_substvar().P. J. McDermott2012-10-231-0/+30
| |
| * Make optional params 3 & 4 of ob_parse_control().P. J. McDermott2012-10-231-20/+31
|/
* Reduce binary package dependency fields.P. J. McDermott2012-10-221-0/+12
|
* Update TODO.P. J. McDermott2012-10-201-3/+0
|
* Return 2 platconf dirs from ob_get_system_path().P. J. McDermott2012-10-201-2/+5
|
* Expect >= 1 platconf dirs from ob_get_system_path.P. J. McDermott2012-10-201-7/+17
|
* s/config/platconf/ in ob-installplatconf.P. J. McDermott2012-10-201-4/+4
| | | | This changed in SPF 2.0.
* Add build helper directory to beginning of PATH.P. J. McDermott2012-10-201-1/+1
| | | | | This should prevent the unintended use of old copies of build helper utilities that happened to be installed in a directory in the PATH.
* Fix license info in opkbuild version message.P. J. McDermott2012-10-201-1/+1
|
* Additionally license testsetup.sh under GPLv2.P. J. McDermott2012-10-201-1/+1
|
* s/version 3 or later/version 2 or later/P. J. McDermott2012-10-201-1/+1
|
* Distribute both COPYING.2 and COPYING.3.P. J. McDermott2012-10-201-1/+2
| | | | | This change was present in opkbuild 3.0.0-alpha2; I just forgot to commit it into the repository...
* Fix creation of documentation directories.P. J. McDermott2012-10-201-3/+5
| | | | | | | | | | | | | | | | | | | Before: $ ls -l usr/share/doc total 4 drwxr-xr-x 2 pj pj 4096 Oct 19 23:24 fakeroot-doc $ ls -l usr/share/doc/fakeroot-doc total 0 lrwxrwxrwx 1 pj pj 23 Oct 19 23:24 fakeroot -> /usr/share/doc/fakeroot After: $ ls -l usr/share/doc total 0 lrwxrwxrwx 1 pj pj 23 Oct 20 12:58 fakeroot-doc -> /usr/share/doc/fakeroot $ ls -l usr/share/doc/fakeroot-doc lrwxrwxrwx 1 pj pj 23 Oct 20 12:58 usr/share/doc/fakeroot-doc -> /usr/share/doc/fakeroot
* Release opkbuild 3.0.0-alpha2.opkbuild-3.0.0-alpha2P. J. McDermott2012-10-161-0/+11
|
* Increment alpha version number.P. J. McDermott2012-10-161-1/+1
|