merchant

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

commit f25619eb1846b2cd8d3ff825611b0aee8a2d0f15
parent 5496f4af8c66179217f14e5d85e28cfd3b2ec473
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 26 Sep 2022 19:22:33 +0200

-update debian packages, improve descriptions

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

diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +taler-exchange (0.8.99-2) unstable; urgency=low + + * Packaging latest pre-release from Git. + + -- Christian Grothoff <grothoff@gnu.org> Mon, Sep 26 2022 09:50:12 +0200 + taler-merchant (0.8.99-1) unstable; urgency=low * Updating to latest pre-release from Git. diff --git a/debian/control b/debian/control @@ -33,6 +33,14 @@ Depends: ${misc:Depends}, ${shlibs:Depends} Description: libraries to talk to a GNU Taler merchant. + . + The GNU Taler merchant backend provides e-commerce + applications with a simple RESTful API to integrate + payments using GNU Taler. This C library implements + a client-side version of that REST API. Please note + that the core API is pretty simple, so applications + may legitimately choose to implement the API directly + instead of using this wrapper. Package: taler-merchant Architecture: any @@ -51,6 +59,11 @@ Depends: Recommends: postgresql (>=13.0) Description: GNU's payment system merchant backend. + . + The GNU Taler merchant backend provides e-commerce + applications with a simple RESTful API to integrate + payments using GNU Taler. This package provides the + merchant backend. Package: libtalermerchant-dev Section: libdevel @@ -60,6 +73,6 @@ Depends: libgnunet-dev (>=0.17.1), ${misc:Depends}, ${shlibs:Depends} -Description: libraries to talk to a GNU Taler merchant (development) +Description: libraries to talk to a GNU Taler merchant (development). . - This package contains the development files. + This package contains the development files for libtalermerchant.