diff options
author | P. 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) |
commit | 2c117daa1855c5f7e764364aeb970aa44587b176 (patch) | |
tree | b11137be40e6ad23da34cedb5f249cf6004ec472 /TODO | |
parent | e9a04579a0c8b342b25e552bf7b486d79f6c7e66 (diff) |
Note documentation files should be compressed.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |