exchange

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

commit 507b02c0d24d6c81d50993ff66e3f0266794f362
parent 4a37789954cbb504565c8d044c926d3fe6e1eaff
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 16 Dec 2024 18:09:30 +0100

-bump required version

Diffstat:
Mdebian/control | 2+-
Mdoc/Makefile.am | 4----
2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/debian/control b/debian/control @@ -10,7 +10,7 @@ Build-Depends: gcc-12, debhelper-compat (= 12), gettext, - libgnunet-dev (>=0.22.3), + libgnunet-dev (>=0.23.1), libcurl4-gnutls-dev (>=7.35.0) | libcurl4-openssl-dev (>= 7.35.0), libgcrypt20-dev (>=1.8), libgnutls28-dev (>=3.2.12), diff --git a/doc/Makefile.am b/doc/Makefile.am @@ -53,13 +53,9 @@ info_TEXINFOS = \ prebuilt/texinfo/taler-exchange.texi install-info-local: - @echo " $(MKDIR_P) '$(DESTDIR)$(infodir)/taler-auditor-figures'"; \ $(MKDIR_P) "$(DESTDIR)$(infodir)/taler-auditor-figures" || exit 1; \ - @echo " $(MKDIR_P) '$(DESTDIR)$(infodir)/taler-exchange-figures'"; \ $(MKDIR_P) "$(DESTDIR)$(infodir)/taler-exchange-figures" || exit 1; \ - echo " $(INSTALL_DATA) auditor-db.png replication.png '$(DESTDIR)$(infodir)/taler-auditor-figures'"; \ $(INSTALL_DATA) '$(srcdir)/prebuilt/texinfo/taler-auditor-figures/auditor-db.png' '$(srcdir)/prebuilt/texinfo/taler-auditor-figures/replication.png' "$(DESTDIR)$(infodir)/taler-auditor-figures" || exit 1; - echo " $(INSTALL_DATA) kyc-process.png exchange-db.png '$(DESTDIR)$(infodir)/taler-exchange-figures'"; \ $(INSTALL_DATA) '$(srcdir)/prebuilt/texinfo/taler-exchange-figures/kyc-process.png' '$(srcdir)/prebuilt/texinfo/taler-exchange-figures/exchange-db.png' "$(DESTDIR)$(infodir)/taler-exchange-figures" || exit 1; EXTRA_DIST = \