From cbc2beb113c7209ffc629fe683dab7b531f0f1b1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 9 Oct 2023 11:18:36 +0200 Subject: go to 14 for Jammy --- debian/control | 4 ++-- src/util/config.c | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index d4ba9f5b8..80ebebe69 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: libjansson-dev (>= 2.13), libltdl-dev (>=2.2), libmicrohttpd-dev (>=0.9.71), - libpq-dev (>=15), + libpq-dev (>=14), libsodium-dev (>=1.0.11), libunistring-dev (>=0.9.2), python3-jinja2, @@ -80,7 +80,7 @@ Depends: Recommends: taler-exchange-offline (= ${binary:Version}), apache2 | nginx | httpd, - postgresql (>=15.0) + postgresql (>=14.0) Description: GNU's payment system operator. GNU Taler is the privacy-preserving digital payment system from the GNU project. This package contains the diff --git a/src/util/config.c b/src/util/config.c index cd30221ac..718c3a102 100644 --- a/src/util/config.c +++ b/src/util/config.c @@ -432,6 +432,8 @@ TALER_CONFIG_currency_specs_to_json (const struct cspec->decimal_separator), GNUNET_JSON_pack_string ("name", cspec->name), + GNUNET_JSON_pack_string ("currency", + cspec->currency), GNUNET_JSON_pack_uint64 ("num_fractional_input_digits", cspec->num_fractional_input_digits), GNUNET_JSON_pack_uint64 ("num_fractional_normal_digits", -- cgit v1.2.3