summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-01-28 13:30:59 (EST)
committer P. J. McDermott <pjm@nac.net>2012-01-28 13:30:59 (EST)
commit2c117daa1855c5f7e764364aeb970aa44587b176 (patch)
treeb11137be40e6ad23da34cedb5f249cf6004ec472 /TODO
parente9a04579a0c8b342b25e552bf7b486d79f6c7e66 (diff)
Note documentation files should be compressed.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 9530b3b..6430bc9 100644
--- a/TODO
+++ b/TODO
@@ -9,6 +9,7 @@ TODO:
Future Plans:
* Package signing. [3]
* Calculate "Installed-Size" field values. [4]
+ * Compress documentation files. [5]
Notes:
1: Requires change to format spec.
@@ -33,3 +34,4 @@ Notes:
pkg_size_kbs = (pkg->installed_size + 1023)/1024;
For now, we'll omit this field (as a result, opkg simply won't make sure
there is enough free space).
+ 5: Follow the model of debhelper's dh_compress.