merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 82c37473a3f8a002e21d7e7ff87ebca0d1937db6
parent 6a1d3f57c5ecc5a142e63fb574a017f02f207bab
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 21 Jan 2021 17:53:00 +0100

update rules

Diffstat:
Mdebian/changelog | 9+++++++++
Mdebian/control | 3++-
2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,12 @@ +taler-merchant (0.9.0-2) unstable; urgency=medium + + * Fixed transactional logic issues. + * Trust exchange if master_pub matches, do not require base URL to match. + * Update documentation. + * Minimize files shipped with libtalermerchant Debian package to what is needed. + + -- Christian Grothoff <grothoff@gnu.org> Thu, 21 Jan 2021 12:02:10 +0100 + taler-merchant (0.9.0-1) unstable; urgency=medium * Fixed database initialization. diff --git a/debian/control b/debian/control @@ -55,7 +55,8 @@ Architecture: any Depends: libtalerexchange-dev (>= 0.9.0), libgnunet-dev (>=0.14.0), - ${misc:Depends} + ${misc:Depends}, + ${shlibs:Depends} Description: libraries to talk to a GNU Taler merchant (development) . This package contains the development files.