summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-04-02 17:21:17 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-04-05 15:12:58 +0300
commitf16f6964784b52873ba97e1853290d1816c417b6 (patch)
treedff1eb87f05b5dbd8b2d6b459fd12d124840c9f5
parent83cc5d7250664b6ff24a2579779f0a5a5e3b00c8 (diff)
Use legal{} target type for COPYING and bump build2 version requirement to 0.13.0
-rw-r--r--TODO5
-rw-r--r--curl/buildfile2
-rw-r--r--curl/manifest4
-rw-r--r--libcurl/buildfile2
-rw-r--r--libcurl/manifest4
5 files changed, 8 insertions, 9 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/curl/buildfile b/curl/buildfile
index e6fae04..fd6af50 100644
--- a/curl/buildfile
+++ b/curl/buildfile
@@ -1,7 +1,7 @@
# file : buildfile
# license : curl License; see accompanying COPYING file
-./: {*/ -build/} doc{COPYING INSTALL README} manifest
+./: {*/ -build/} doc{INSTALL README} legal{COPYING} manifest
# Don't install tests or the INSTALL file.
#
diff --git a/curl/manifest b/curl/manifest
index f1cc828..f3f0c30 100644
--- a/curl/manifest
+++ b/curl/manifest
@@ -13,7 +13,7 @@ email: curl-users@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
depends: libcurl == $
depends: libca-certificates-curl ^1.0.0
diff --git a/libcurl/buildfile b/libcurl/buildfile
index ea34efa..44df8d4 100644
--- a/libcurl/buildfile
+++ b/libcurl/buildfile
@@ -1,7 +1,7 @@
# file : buildfile
# license : curl License; see accompanying COPYING file
#
-./: {*/ -build/} doc{COPYING INSTALL README} manifest
+./: {*/ -build/} doc{INSTALL README} legal{COPYING} manifest
# Don't install tests or the INSTALL file.
#
diff --git a/libcurl/manifest b/libcurl/manifest
index 304fbd7..34d63e4 100644
--- a/libcurl/manifest
+++ b/libcurl/manifest
@@ -14,8 +14,8 @@ 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
depends: libz ^1.2.1100
depends: libcrypto ^1.1.1
depends: libssl ^1.1.1