From 8b83c22d36e73881eaeccdffdd9ee2acb18b6476 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 2 Apr 2021 19:53:55 +0300 Subject: Use legal{} target type for LICENSE and bump build2 version requirement to 0.13.0 --- TODO | 5 ++--- libca-certificates-curl/buildfile | 2 +- libca-certificates-curl/manifest | 4 ++-- 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 -- cgit v1.1