diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 19:44:05 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 21:40:11 +0300 |
commit | 32cd0290336aceff7e84506ab60a407cf65a8909 (patch) | |
tree | ad1984a8d7787c13ca09995a6041bb681d594870 | |
parent | ba822cbf3b374424c2eb3ac0d2b97a3a1da9a850 (diff) |
-rw-r--r-- | TODO | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -1 +1,22 @@ -- Package libopenssl (or some replacement) +On the revision: + +- Make the .def file a prerequisite of the libs type target. + +- Canonicalize the license in the package manifest. + +- Normalize C comments in the tests source code replacing + + /* + * ... + */ + + with + + /* ... + */ + +On the release: + +- Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc). + + Note that this requires bumping build2 version requirement to 0.13.0. |