merchant

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

commit d3573302932dc88de9084d785a6d6bfbe3868ee9
parent f9e12987ea386322646cd4b1b94d56cb1d14666a
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri, 20 Sep 2024 11:25:08 +0200

deb bump

Diffstat:
Mdebian/changelog | 6++++++
Mdebian/rules | 3++-
2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +taler-merchant (0.14.0-1) unstable; urgency=low + + * Fix installation of taler-merchant-reconciliation and taler-merchant-exchangekeyupdate service files. + + -- Christian Grothoff <grothoff@taler.net> Fri, 20 Sep 2024 16:35:43 +0200 + taler-merchant (0.14.0) unstable; urgency=low * Release version 0.14.0 diff --git a/debian/rules b/debian/rules @@ -38,7 +38,8 @@ override_dh_installsystemd: # Need to specify units manually, since we have multiple # and dh_installsystemd by default only looks for "<package>.service". dh_installsystemd -ptaler-merchant --name=taler-merchant-httpd --no-start --no-enable - dh_installsystemd -ptaler-merchant --name=taler-merchant-exchange --no-start --no-enable + dh_installsystemd -ptaler-merchant --name=taler-merchant-exchangekeyupdate --no-start --no-enable + dh_installsystemd -ptaler-merchant --name=taler-merchant-reconciliation --no-start --no-enable dh_installsystemd -ptaler-merchant --name=taler-merchant-depositcheck --no-start --no-enable dh_installsystemd -ptaler-merchant --name=taler-merchant-webhook --no-start --no-enable dh_installsystemd -ptaler-merchant --name=taler-merchant-wirewatch --no-start --no-enable