exchange

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

commit f989f2a9795ea7db06bfbf0f2cba1e0ecc7c2d8a
parent 2aa77fdd1ce970aa5421e8fd4e8fb5b1270dbf38
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 21 Jan 2021 13:23:00 +0100

update Debian packages for exchange

Diffstat:
Mdebian/changelog | 10++++++++++
Mdebian/libtalerexchange.install | 1+
Mdebian/taler-auditor.install | 3+++
Mdebian/taler-exchange.install | 5+++++
4 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog @@ -1,5 +1,15 @@ taler-exchange (0.9.0-3) unstable; urgency=medium + * Renamed helper/secmod binaries for consistency. + * Protocol improvements, removing unnecessary struct members. + * Fixed /management/keys caching logic and key revocation handling. + * Implemented taler-auditor-sync. + * Misc. other minor improvements. + + -- Christian Grothoff <grothoff@gnu.org> Thu, 21 Jan 2021 12:02:10 +0100 + +taler-exchange (0.9.0-3) unstable; urgency=medium + * Fix taler-exchange.postrm crash (prevented uninstall). * Split out taler-auditor package. * Setup user and systemd service for taler-auditor-httpd. diff --git a/debian/libtalerexchange.install b/debian/libtalerexchange.install @@ -2,3 +2,4 @@ usr/bin/taler-config usr/lib/*/libtaler* usr/share/taler/config.d/* usr/share/taler/sql/* +usr/share/man/man5/taler.conf.5 diff --git a/debian/taler-auditor.install b/debian/taler-auditor.install @@ -3,6 +3,9 @@ usr/bin/taler-auditor-dbinit usr/bin/taler-auditor-exchange usr/bin/taler-auditor-httpd usr/bin/taler-auditor-offline +usr/bin/taler-auditor-sync usr/bin/taler-helper-auditor-* +usr/lib/*/libauditor* debian/etc/taler-auditor.conf etc/ debian/auditor-conf/* etc/taler-auditor/ +usr/share/taler-exchange/auditor-report.tex.j2 diff --git a/debian/taler-exchange.install b/debian/taler-exchange.install @@ -1,4 +1,9 @@ usr/bin/ usr/lib/*/taler/*.so +usr/share/man/man1/* +usr/share/info/* +usr/share/taler/sql/* debian/etc/* etc/ debian/exchange-conf/* etc/taler-exchange/ +usr/share/taler-exchange/pp/*/* +usr/share/taler-exchange/tos/*/*