summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-04-02 19:53:55 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-04-02 20:46:02 +0300
commit8b83c22d36e73881eaeccdffdd9ee2acb18b6476 (patch)
tree75f6152b8bfa06fd8a50d149787db16f388ba8b6
parent7c3ba5bc025bec09b903974ce2423b1fe881c8cc (diff)
Use legal{} target type for LICENSE and bump build2 version requirement to 0.13.0
-rw-r--r--TODO5
-rw-r--r--libca-certificates-curl/buildfile2
-rw-r--r--libca-certificates-curl/manifest4
3 files changed, 5 insertions, 6 deletions
diff --git a/TODO b/TODO
index da80960..abba7e5 100644
--- a/TODO
+++ b/TODO
@@ -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