diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 02:07:54 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 02:07:54 (EDT) |
commit | 5ec183573dd268b852cebb8fbcf739a946432abf (patch) | |
tree | 72800cfdf3ec71885598f7cdb9dcd95d309324c4 | |
parent | 30c58cf4caab89257d8f3f9f14d06b542227cf7a (diff) |
TODO: Defer some tasks
-rw-r--r-- | TODO | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -10,7 +10,6 @@ General Cleanup Functional Changes ------------------ - * ob-installdocs: Handle non-directory non-regular files? * Read `tmp/<binpkg>.substvars` files and use them when generating each specific binary package's `control` file. This is needed for automatic shared library dependencies. @@ -18,10 +17,6 @@ Functional Changes - Add `ob_set_binary_substvar()` and `ob_clear_binary_substvars()`. - Split `ob_set_package_substvars()` into `ob_set_source_substvars()` and ob_set_binary_substvars()`. Set `Binary-Version` in the latter. - * ob-buildopk, ob-genchanges, ob-gencontrol, opkbuild: s/src-/src:/ - * ob-buildopk: Build external archives with ar by default, or tar if chosen by - configure option. prokit and pro-archman must first be modified to unpack - ar archives before ProteanOS switches to ar. Future Tasks ============ @@ -29,6 +24,10 @@ Future Tasks Functional Changes ------------------ + * ob-buildopk, ob-genchanges, ob-gencontrol, opkbuild: s/src-/src:/ + * ob-buildopk: Build external archives with ar by default, or tar if chosen by + configure option. prokit and pro-archman must first be modified to unpack + ar archives before ProteanOS switches to ar. * ob-unpacksource: Maybe call separate decompressor utilities instead of using tar's seamless decompression. This enables support for xz with BusyBox < 1.21.0 (commit dfc2473). (Not really needed, since ProteanOS has @@ -42,6 +41,7 @@ Functional Changes - Native package: * `src:foo` is the whole package. * Upload everything always. + * ob-installdocs: Handle non-directory non-regular files? * Someday restore (removed in commit 3cc4e19) and implement `ob_summarize_package_arch()` and `ob_summarize_package_plat()` to queue source packages for build daemons. |