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