diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-09-21 20:44:42 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-10-08 21:55:18 +0300 |
commit | 87270c8d670492ff7afe00dedd4ebae7936caab9 (patch) | |
tree | 0b229b57a7164684f949ceec815185315b9b27bd /psql | |
parent | 94e4b922bcf4cf5b8c0a1ab856d004899307bb19 (diff) |
Release version 14.1.0+5v14.1.0+5
Fix package names/versions mapping for Debian and Fedora
Diffstat (limited to 'psql')
-rw-r--r-- | psql/manifest | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/psql/manifest b/psql/manifest index b511ec4..a7f2867 100644 --- a/psql/manifest +++ b/psql/manifest @@ -3,7 +3,7 @@ name: psql # Note: remember to update doc-url below! # -version: 14.1.0+4 +version: 14.1.0+5 upstream-version: 14.1 project: postgresql @@ -24,3 +24,23 @@ depends: * build2 >= 0.15.0 depends: * bpkg >= 0.15.0 depends: libpq == $ depends: libcrypto >= 1.1.1 + +# System package mapping. + +# Note that versioning of the postgresql-client meta-package differs from that +# of the underlying implementation package and, if used, would require the +# package version mapping for each distribution version. Thus, we just map the +# package names per distribution versions. +# +debian_13-name: postgresql-client +debian_13-to-downstream-version: /(.*)/16.0.0/ +debian_12-name: postgresql-client-15 +debian_11-name: postgresql-client-13 +ubuntu_24-name: postgresql-client-16 +ubuntu_22-name: postgresql-client-14 + +# Let's map the distribution package X.Y version to the bpkg package X.Y.0 +# version. +# +debian-to-downstream-version: /(.*)/\1.0/ +fedora-to-downstream-version: /(.*)/\1.0/ |