anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit c3ed3e51c3c39137270a12360dcbd81f0179ee12
parent 93feddd58ab9fb57fca3ca5c7db127796e3d1ef9
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Thu,  7 Sep 2023 14:17:46 +0200

bump versions for packaging

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

diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +anastasis (0.4.0) unstable; urgency=low + + * First work towards packaging v0.4.0. + + -- Christian Grothoff <grothoff@gnu.org> Thu, 7 Sep 2023 23:50:12 +0200 + anastasis (0.3.2) unstable; urgency=low * Official Anastasis 0.3.2 release. diff --git a/debian/control b/debian/control @@ -8,9 +8,9 @@ Build-Depends: autopoint, debhelper-compat (= 12), gettext, - libgnunet-dev (>=0.17.0), - libtalerexchange-dev (>= 0.8.99), - libtalermerchant-dev (>= 0.8.99), + libgnunet-dev (>=0.20), + libtalerexchange-dev (>= 0.9.3), + libtalermerchant-dev (>= 0.9.3), libpq-dev (>=13), libsqlite3-dev (>=3.8), pkg-config, @@ -45,16 +45,15 @@ Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: - libtalerexchange (>= 0.8.99), + libtalerexchange (>= 0.9.3), libgnutls30 (>= 3.7.1), adduser, lsb-base, netbase, - sudo, - apache2 | nginx | httpd, ${misc:Depends}, ${shlibs:Depends} Recommends: + apache2 | nginx | httpd, postgresql (>=13.0) Description: GNU's key escrow provider. . @@ -88,9 +87,9 @@ Package: libanastasis-dev Section: libdevel Architecture: any Depends: - libtalermerchant-dev (>= 0.8.99), - libtalerexchange-dev (>= 0.8.99), - libgnunet-dev (>=0.17.0), + libtalermerchant-dev (>= 0.9.3), + libtalerexchange-dev (>= 0.9.3), + libgnunet-dev (>=0.20), ${misc:Depends}, ${shlibs:Depends} Description: libraries to talk to a GNU Anastasis provider (development).