challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit ccee0769dd7332f8d11091bd14c24db2b9dd11b2
parent ce70a369c4bb6fe77bcdf4581d707744693787fd
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Thu,  7 Sep 2023 14:17:28 +0200

bump versions for packaging

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

diff --git a/debian/changelog b/debian/changelog @@ -1,4 +1,4 @@ -sync (0.0.0) unstable; urgency=medium +challenger (0.0.0) unstable; urgency=medium * Initial Debian package. diff --git a/debian/control b/debian/control @@ -8,8 +8,8 @@ Build-Depends: autopoint, debhelper-compat (= 12), gettext, - libgnunet-dev (>=0.17.1), - libtalerexchange-dev (>= 0.8.99), + libgnunet-dev (>=0.20), + libtalerexchange-dev (>= 0.9.3), libpq-dev (>=13.0), pkg-config, po-debconf, @@ -25,7 +25,7 @@ Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: - libtalerexchange (>= 0.8.99), + libtalerexchange (>= 0.9.3), libgnutls30 (>= 3.7.1), adduser, lsb-base,