summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-03-14 02:38:47 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-03-14 02:38:47 (EDT)
commit48e4924da302a914f94dd638ea7d2f393bb60bb4 (patch)
treecf1168dbcb05018dcbb93d56e538788d4841d131 /TODO
parent8d6c533cc1bfbdc20c09f07320a1ce6ce1290d65 (diff)
Update roadmap.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 7 insertions, 4 deletions
diff --git a/TODO b/TODO
index b17d388..74cf792 100644
--- a/TODO
+++ b/TODO
@@ -1,15 +1,18 @@
-TODO:
- * Support package relationship variables in control files.
- * Make oh-strip obey a missing '-l' option.
- * Check on file ownership and modes.
+For version 0.2.x:
+ * Support manual package status overrides (to satisfy build dependencies).
+ * Output version information when opkbuild is passed a '-V' option.
Future Plans:
+ * Check on file ownership and modes.
+ * Make oh-strip obey a missing '-l' option.
* Package signing. [1]
* Calculate "Installed-Size" field values. [2]
* Compress documentation files. [3]
* Write an 'opkcreate' script like dh_make to create a new source package.
* Control field variables/macros (e.g. package version)
* Build platform-specific binary packages only when really necessary. [4]
+ * Support package relationship variables in control files.
+ * Support versioned build dependencies.
Notes:
1: Requires opkg to be built with GnuPG and GPGME.