summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.