exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit aa35bb3dbbe6376f865e3b1707a56f30c3e1c22d
parent 1654c7e3701716f66200e3b4ffb101140b0c0af6
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Thu,  7 Sep 2023 14:16:56 +0200

bump versions for packaging

Diffstat:
Mdebian/changelog | 6++++++
Mdebian/control | 5+++--
2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +taler-exchange (0.9.3) unstable; urgency=low + + * First work towards packaging v0.9.3. + + -- Christian Grothoff <grothoff@gnu.org> Thu, 7 Sep 2023 23:50:12 +0200 + taler-exchange (0.9.2-3) unstable; urgency=low * Improvements to timeout handling when DB is not available yet. diff --git a/debian/control b/debian/control @@ -9,7 +9,7 @@ Build-Depends: bash, debhelper-compat (= 12), gettext, - libgnunet-dev (>=0.17.1), + libgnunet-dev (>=0.20), libcurl4-gnutls-dev (>=7.35.0) | libcurl4-openssl-dev (>= 7.35.0), libgcrypt20-dev (>=1.8), libgnutls28-dev (>=3.2.12), @@ -78,6 +78,7 @@ Depends: ${shlibs:Depends} Recommends: taler-exchange-offline (= ${binary:Version}), + apache2 | nginx | httpd, postgresql (>=13.0) Description: GNU's payment system operator. GNU Taler is the privacy-preserving digital payment @@ -144,7 +145,7 @@ Section: libdevel Architecture: any Depends: libtalerexchange (= ${binary:Version}), - libgnunet-dev (>=0.17.1), + libgnunet-dev (>=0.20), libgcrypt20-dev (>=1.8), libmicrohttpd-dev (>=0.9.71), ${misc:Depends},