summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release version 0.2.2.opkhelper-0.2.2opkhelper-0.2.xP. J. McDermott2012-04-112-1/+7
|
* Only read build flags if they exist.P. J. McDermott2012-04-111-1/+3
|
* Fix pathname expansion in oh-installfiles.P. J. McDermott2012-04-111-3/+3
|
* Release version 0.2.1.opkhelper-0.2.1P. J. McDermott2012-04-101-1/+1
|
* Update change log to last commit.P. J. McDermott2012-04-101-0/+2
|
* Resolve path to status override file in opkbuild.P. J. McDermott2012-04-101-0/+6
| | | | | | | | | | | The path to the file as provided to opkbuild should be relative to the package directory (the directory from which opkbuild is called). Instead, opkbuild simply passed the file path unmodified to oh-checkbuilddeps, which runs within the packaging work area (and looks for the status override file relative to the work area). This commit fixes this behavior by resolving the file path before passing it to oh-checkbuilddeps.
* Prepare for a version 0.2.1 release.P. J. McDermott2012-04-092-1/+8
|
* Really support path patterns in oh-installfiles.P. J. McDermott2012-04-091-7/+9
|
* Exit on error finding an installable architecture.P. J. McDermott2012-04-051-0/+2
|
* Release version 0.2.0 (finally).opkhelper-0.2.0P. J. McDermott2012-03-212-3/+1
|
* Add '-V' option to opkbuild to print version info.P. J. McDermott2012-03-214-2/+22
|
* Bump version to 0.2.0. Release imminent.P. J. McDermott2012-03-211-1/+1
|
* Improve format of and use macros in manual pages.P. J. McDermott2012-03-218-12/+68
|
* Add '@@PACKAGE@@' and '@@VERSION@@' build macros.P. J. McDermott2012-03-211-1/+3
|
* Support build system macros in manual pages.P. J. McDermott2012-03-211-1/+1
|
* Add '-s' option to and improve format of manual.P. J. McDermott2012-03-211-1/+30
|
* Format program names in bold in opkbuild(1).P. J. McDermott2012-03-201-2/+5
|
* Document '-s' option of opkbuild.P. J. McDermott2012-03-201-0/+10
|
* Support package status overrides. TODO: Document.P. J. McDermott2012-03-205-5/+56
|
* Log changes in the log of changes.P. J. McDermott2012-03-141-0/+9
|
* Update roadmap.P. J. McDermott2012-03-141-4/+7
|
* Fix expected format of "Build-Depends" field.P. J. McDermott2012-03-141-0/+5
|
* Refer to GNU Binutils programs by variable value.P. J. McDermott2012-03-141-3/+3
|
* Note that in-tree builds are now supported.P. J. McDermott2012-03-062-4/+0
|
* Fix $(OBJS) targets in build system.P. J. McDermott2012-03-063-3/+6
|
* Rename all source files.P. J. McDermott2012-03-0621-0/+0
|
* Translate from 'SRCS' to 'OBJS' in build system.P. J. McDermott2012-03-063-13/+18
|
* Plan to support package relationship variables.P. J. McDermott2012-03-061-0/+1
|
* Fix opkbuild usage output.P. J. McDermott2012-03-041-1/+1
|
* Add in-tree build support to TODO list.P. J. McDermott2012-02-281-0/+1
|
* Clean up control fields library file.P. J. McDermott2012-02-211-35/+1
| | | | Delete an old commented-out function and update a function description.
* Read build flags from system into the environment.P. J. McDermott2012-02-201-0/+3
|
* Add DATADIR to build system.P. J. McDermott2012-02-202-0/+14
|
* Remove CPU vendor from architecture tuple.P. J. McDermott2012-02-202-7/+5
|
* Change casing of headers in 'INSTALL'.opkhelper-0.1.1opkhelper-0.1.xP. J. McDermott2012-02-161-4/+4
|
* Log changes in version 0.1.1.P. J. McDermott2012-02-161-0/+10
|
* Bump patch version.P. J. McDermott2012-02-161-1/+1
|
* Fix MANDIR path.P. J. McDermott2012-02-161-1/+1
|
* Make oh-installfiles exit on error.P. J. McDermott2012-02-161-4/+4
|
* Fix archived file listing.P. J. McDermott2012-02-161-3/+3
|
* Fix archive extraction error handling.P. J. McDermott2012-02-161-9/+9
| | | | opkbuild should clean up the work area on any error.
* Fix source archive compression format detection.P. J. McDermott2012-02-161-1/+1
|
* Fix source archive matching.P. J. McDermott2012-02-161-5/+5
| | | | | | | There were three things wrong: * '-', not '_', separates package name and version. * Double quotes seem to prevent pathname expansion. * ${OH_PKGVER} includes the package revision, if any.
* Add 'ChangeLog' to distributed files.opkhelper-0.1.0P. J. McDermott2012-02-131-1/+2
|
* Write a change log.P. J. McDermott2012-02-131-0/+4
|
* Change old text in configure script.P. J. McDermott2012-02-131-1/+1
| | | | | The "ONE kind of system" line is from an old package designed to run only on Debian GNU/Linux with a certain set of packages installed.
* Write a 'README' file.P. J. McDermott2012-02-132-1/+38
|
* Remove duplicate definition of macro 'MAKE'.P. J. McDermott2012-02-131-1/+0
|
* Fix 'dist-bzip2' target in input makefile.P. J. McDermott2012-02-131-1/+1
|
* Make Git ignore distribution archives.P. J. McDermott2012-02-131-0/+1
|