summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-14 12:43:56 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-14 12:45:49 (EDT)
commitc4aaffcd517919cc5785499673dec56cc981fddc (patch)
tree9648c667950b70ac5992c4a6830fdb6cc3a9d9c4 /TODO
parent4669f91a1532823bd94ec2b63d35bb66999cd89f (diff)
TODO: Add details to binary pkg substvars task
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index eeea870..e5a615f 100644
--- a/TODO
+++ b/TODO
@@ -27,6 +27,10 @@ Functional Changes
* 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.
+ - Rename `ob_set_substvar()` to `ob_set_source_substvar()`.
+ - 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:/
Future Tasks