Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release version 0.2.0 (finally).opkhelper-0.2.0 | P. J. McDermott | 2012-03-21 | 2 | -3/+1 |
| | |||||
* | Add '-V' option to opkbuild to print version info. | P. J. McDermott | 2012-03-21 | 4 | -2/+22 |
| | |||||
* | Bump version to 0.2.0. Release imminent. | P. J. McDermott | 2012-03-21 | 1 | -1/+1 |
| | |||||
* | Improve format of and use macros in manual pages. | P. J. McDermott | 2012-03-21 | 8 | -12/+68 |
| | |||||
* | Add '@@PACKAGE@@' and '@@VERSION@@' build macros. | P. J. McDermott | 2012-03-21 | 1 | -1/+3 |
| | |||||
* | Support build system macros in manual pages. | P. J. McDermott | 2012-03-21 | 1 | -1/+1 |
| | |||||
* | Add '-s' option to and improve format of manual. | P. J. McDermott | 2012-03-21 | 1 | -1/+30 |
| | |||||
* | Format program names in bold in opkbuild(1). | P. J. McDermott | 2012-03-20 | 1 | -2/+5 |
| | |||||
* | Document '-s' option of opkbuild. | P. J. McDermott | 2012-03-20 | 1 | -0/+10 |
| | |||||
* | Support package status overrides. TODO: Document. | P. J. McDermott | 2012-03-20 | 5 | -5/+56 |
| | |||||
* | Log changes in the log of changes. | P. J. McDermott | 2012-03-14 | 1 | -0/+9 |
| | |||||
* | Update roadmap. | P. J. McDermott | 2012-03-14 | 1 | -4/+7 |
| | |||||
* | Fix expected format of "Build-Depends" field. | P. J. McDermott | 2012-03-14 | 1 | -0/+5 |
| | |||||
* | Refer to GNU Binutils programs by variable value. | P. J. McDermott | 2012-03-14 | 1 | -3/+3 |
| | |||||
* | Note that in-tree builds are now supported. | P. J. McDermott | 2012-03-06 | 2 | -4/+0 |
| | |||||
* | Fix $(OBJS) targets in build system. | P. J. McDermott | 2012-03-06 | 3 | -3/+6 |
| | |||||
* | Rename all source files. | P. J. McDermott | 2012-03-06 | 21 | -0/+0 |
| | |||||
* | Translate from 'SRCS' to 'OBJS' in build system. | P. J. McDermott | 2012-03-06 | 3 | -13/+18 |
| | |||||
* | Plan to support package relationship variables. | P. J. McDermott | 2012-03-06 | 1 | -0/+1 |
| | |||||
* | Fix opkbuild usage output. | P. J. McDermott | 2012-03-04 | 1 | -1/+1 |
| | |||||
* | Add in-tree build support to TODO list. | P. J. McDermott | 2012-02-28 | 1 | -0/+1 |
| | |||||
* | Clean up control fields library file. | P. J. McDermott | 2012-02-21 | 1 | -35/+1 |
| | | | | Delete an old commented-out function and update a function description. | ||||
* | Read build flags from system into the environment. | P. J. McDermott | 2012-02-20 | 1 | -0/+3 |
| | |||||
* | Add DATADIR to build system. | P. J. McDermott | 2012-02-20 | 2 | -0/+14 |
| | |||||
* | Remove CPU vendor from architecture tuple. | P. J. McDermott | 2012-02-20 | 2 | -7/+5 |
| | |||||
* | Change casing of headers in 'INSTALL'.opkhelper-0.1.1opkhelper-0.1.x | P. J. McDermott | 2012-02-16 | 1 | -4/+4 |
| | |||||
* | Log changes in version 0.1.1. | P. J. McDermott | 2012-02-16 | 1 | -0/+10 |
| | |||||
* | Bump patch version. | P. J. McDermott | 2012-02-16 | 1 | -1/+1 |
| | |||||
* | Fix MANDIR path. | P. J. McDermott | 2012-02-16 | 1 | -1/+1 |
| | |||||
* | Make oh-installfiles exit on error. | P. J. McDermott | 2012-02-16 | 1 | -4/+4 |
| | |||||
* | Fix archived file listing. | P. J. McDermott | 2012-02-16 | 1 | -3/+3 |
| | |||||
* | Fix archive extraction error handling. | P. J. McDermott | 2012-02-16 | 1 | -9/+9 |
| | | | | opkbuild should clean up the work area on any error. | ||||
* | Fix source archive compression format detection. | P. J. McDermott | 2012-02-16 | 1 | -1/+1 |
| | |||||
* | Fix source archive matching. | P. J. McDermott | 2012-02-16 | 1 | -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.0 | P. J. McDermott | 2012-02-13 | 1 | -1/+2 |
| | |||||
* | Write a change log. | P. J. McDermott | 2012-02-13 | 1 | -0/+4 |
| | |||||
* | Change old text in configure script. | P. J. McDermott | 2012-02-13 | 1 | -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. McDermott | 2012-02-13 | 2 | -1/+38 |
| | |||||
* | Remove duplicate definition of macro 'MAKE'. | P. J. McDermott | 2012-02-13 | 1 | -1/+0 |
| | |||||
* | Fix 'dist-bzip2' target in input makefile. | P. J. McDermott | 2012-02-13 | 1 | -1/+1 |
| | |||||
* | Make Git ignore distribution archives. | P. J. McDermott | 2012-02-13 | 1 | -0/+1 |
| | |||||
* | Add distribution targets to build system. | P. J. McDermott | 2012-02-13 | 5 | -1/+59 |
| | |||||
* | Remove old input makefile. | P. J. McDermott | 2012-02-10 | 1 | -116/+0 |
| | |||||
* | Also document opkbuild in its usage output. | P. J. McDermott | 2012-02-03 | 1 | -1/+1 |
| | |||||
* | Document opkbuild's '-d' option. | P. J. McDermott | 2012-02-03 | 1 | -1/+5 |
| | | | | Woo! 1000000th commit! | ||||
* | Install distribution changelog to changelog.dist. | P. J. McDermott | 2012-02-03 | 1 | -1/+3 |
| | |||||
* | Don't count "all" as a platform. | P. J. McDermott | 2012-02-03 | 1 | -1/+2 |
| | |||||
* | Remove distinct version and revision variables. | P. J. McDermott | 2012-02-03 | 2 | -4/+3 |
| | |||||
* | Write a script to generate an opkg simulator. | P. J. McDermott | 2012-02-03 | 1 | -0/+29 |
| | |||||
* | Fix architecture of platform-dependent packages. | P. J. McDermott | 2012-02-03 | 1 | -11/+3 |
| |