diff options
-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. |