From 10dd9b5e92b5fbf08f108524f6098aaf5132bb60 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Sep 2023 09:16:25 +0200 Subject: Add system package name mapping for Debian and Fedora (and alike) --- libicui18n/manifest | 5 +++++ libicuio/manifest | 5 +++++ libicuuc/manifest | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/libicui18n/manifest b/libicui18n/manifest index 960ce80..82d449e 100644 --- a/libicui18n/manifest +++ b/libicui18n/manifest @@ -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..bb530ef 100644 --- a/libicuio/manifest +++ b/libicuio/manifest @@ -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..98561d6 100644 --- a/libicuuc/manifest +++ b/libicuuc/manifest @@ -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 -- cgit v1.1