summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 7 insertions, 4 deletions
diff --git a/TODO b/TODO
index d4b8304..78a6eba 100644
--- a/TODO
+++ b/TODO
@@ -1,14 +1,17 @@
TODO:
* Calculate "Installed-Size" field values.
- * Fix handling of optional control fields.
* Fix oh-strip.
* Make oh-strip obey a missing '-l' option.
* Handle "Architecture" field in oh-gencontrol, opkbuild, and oh-buildopk.
* Check on file ownership and modes.
* Finish tar archive handling in opkhelper.
- * Support "Conffiles" (requires change to format spec).
- * Build packages with copyright information (requires change to format spec).
+ * Support "Conffiles". [1]
+ * Build packages with copyright information and changelogs. [1]
* Write a script to check build dependencies.
Future Plans:
- * Package signing (requires opkg to be built with GnuPG and GPGME).
+ * Package signing. [2]
+
+Notes:
+ 1: Requires change to format spec.
+ 2: Requires opkg to be built with GnuPG and GPGME.