summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-09-12 09:16:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-09-13 02:35:08 +0200
commit1b1aa27230171584dd1e96f4b199bfda62c7d541 (patch)
tree468c738a8ce4cf15ee2fb3c3e002dbc4f7509a00
parent39db2f962c5bf2071afb322fe2d9e1f99148d878 (diff)
Release version 65.1.0+10HEADv65.1.0+10master
Add system package name mapping for Debian and Fedora (and alike).
-rw-r--r--libicui18n/manifest7
-rw-r--r--libicuio/manifest7
-rw-r--r--libicuuc/manifest7
3 files changed, 18 insertions, 3 deletions
diff --git a/libicui18n/manifest b/libicui18n/manifest
index 960ce80..5440b47 100644
--- a/libicui18n/manifest
+++ b/libicui18n/manifest
@@ -1,6 +1,6 @@
: 1
name: libicui18n
-version: 65.1.0+9
+version: 65.1.0+10
upstream-version: 65.1
project: icu
summary: ICU high-level internationalization C/C++ library
@@ -18,3 +18,8 @@ builds: all
depends: * build2 >= 0.12.0
depends: * bpkg >= 0.12.0
depends: libicuuc == $
+
+# System package mapping.
+#
+debian-name: libicu-dev
+fedora-name: libicu-devel
diff --git a/libicuio/manifest b/libicuio/manifest
index c4268b6..a0b1011 100644
--- a/libicuio/manifest
+++ b/libicuio/manifest
@@ -1,6 +1,6 @@
: 1
name: libicuio
-version: 65.1.0+9
+version: 65.1.0+10
upstream-version: 65.1
project: icu
summary: ICU input/output C/C++ library
@@ -19,3 +19,8 @@ depends: * build2 >= 0.12.0
depends: * bpkg >= 0.12.0
depends: libicuuc == $
depends: libicui18n == $
+
+# System package mapping.
+#
+debian-name: libicu-dev
+fedora-name: libicu-devel
diff --git a/libicuuc/manifest b/libicuuc/manifest
index 27e35a2..24bad80 100644
--- a/libicuuc/manifest
+++ b/libicuuc/manifest
@@ -1,6 +1,6 @@
: 1
name: libicuuc
-version: 65.1.0+9
+version: 65.1.0+10
upstream-version: 65.1
project: icu
summary: ICU basic internationalization C/C++ library
@@ -17,3 +17,8 @@ build-error-email: builds@build2.org
builds: all
depends: * build2 >= 0.12.0
depends: * bpkg >= 0.12.0
+
+# System package mapping.
+#
+debian-name: libicu-dev
+fedora-name: libicu-devel