sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit df5d7748eb59e82ff9bce6af6df532b3a30084e4
parent f294b27630de8e4621e049907b94d52ab2b3eb79
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Thu,  7 Sep 2023 14:17:19 +0200

bump versions for packaging

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

diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +sync (0.9.3) unstable; urgency=low + + * First work towards packaging v0.9.3. + + -- Christian Grothoff <grothoff@gnu.org> Thu, 7 Sep 2023 23:50:12 +0200 + sync (0.9.2) unstable; urgency=low * Packaging latest release. diff --git a/debian/control b/debian/control @@ -8,9 +8,9 @@ Build-Depends: autopoint, debhelper-compat (= 12), gettext, - libgnunet-dev (>=0.17.1), - 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.0), pkg-config, po-debconf, @@ -42,18 +42,17 @@ Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: - libtalerexchange (>= 0.8.99), - libtalermerchant (>= 0.8.99), + libtalerexchange (>= 0.9.3), + libtalermerchant (>= 0.9.3), libgnutls30 (>= 3.7.1), adduser, lsb-base, netbase, - sudo, - apache2 | nginx | httpd, ${misc:Depends}, ${shlibs:Depends} Recommends: - postgresql (>=13.0) + postgresql (>=13.0), + apache2 | nginx | httpd Description: GNU Taler's encrypted backup store. . A Sync provider enables a GNU Taler wallet to store @@ -65,9 +64,9 @@ Package: libsync-dev Section: libdevel Architecture: any Depends: - libtalermerchant-dev (>= 0.8.99), - libtalerexchange-dev (>= 0.8.99), - libgnunet-dev (>=0.17.1), + libtalermerchant-dev (>= 0.9.3), + libtalerexchange-dev (>= 0.9.3), + libgnunet-dev (>=0.20), ${misc:Depends}, ${shlibs:Depends} Description: libraries to talk to a Sync provider (development).