merchant

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

commit d2b1596bbd6a56cdc57a65764e051179108313d5
parent 09e01d025be1219cfe8ed291919a2c56db6f405e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  1 Jan 2021 21:12:51 +0100

fix dependencies

Diffstat:
Mdebian/control | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control @@ -8,8 +8,8 @@ Build-Depends: autopoint, debhelper-compat (= 13), gettext, - gnunet-dev, - taler-exchange-dev, + libgnunet-dev, + libtalerexchange-dev, libpq-dev (>=9.5), libsqlite3-dev (>=3.8), po-debconf, @@ -54,7 +54,7 @@ Section: libdevel Architecture: any Depends: libtalerexchange-dev (= ${binary:Version}), - libgnunet-dev (>=1:0.6.3), + libgnunet-dev (>=1:0.14.0), ${misc:Depends} Description: libraries to talk to a GNU Taler merchant (development) .