diff options
-rw-r--r-- | TODO | 5 | ||||
-rw-r--r-- | libca-certificates-curl/buildfile | 2 | ||||
-rw-r--r-- | libca-certificates-curl/manifest | 4 |
3 files changed, 5 insertions, 6 deletions
@@ -2,6 +2,5 @@ On the revision: 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. + Note that here we record items that require bumping build2 version + requirement to the latest released version of the toolchain. diff --git a/libca-certificates-curl/buildfile b/libca-certificates-curl/buildfile index 8fa1bb2..abd10cb 100644 --- a/libca-certificates-curl/buildfile +++ b/libca-certificates-curl/buildfile @@ -1,7 +1,7 @@ # file : buildfile # license : Mozilla Public License 2.0; see accompanying LICENSE file -./: {*/ -build/} doc{LICENSE INSTALL README} manifest +./: {*/ -build/} doc{INSTALL README} legal{LICENSE} manifest # Don't install tests or the INSTALL file. # diff --git a/libca-certificates-curl/manifest b/libca-certificates-curl/manifest index 90871ae..4ed16d2 100644 --- a/libca-certificates-curl/manifest +++ b/libca-certificates-curl/manifest @@ -14,5 +14,5 @@ email: curl-library@cool.haxx.se ; Mailing list. package-email: packaging@build2.org ; Mailing list. build-warning-email: builds@build2.org builds: all -depends: * build2 >= 0.12.0 -depends: * bpkg >= 0.12.0 +depends: * build2 >= 0.13.0 +depends: * bpkg >= 0.13.0 |