sync

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

commit a863e72c302775e2da1af5af4b46ad56f7186142
parent 20b227e1e9cb896b9fd4eee993a766633dfe4b8d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 28 Jun 2022 16:35:07 +0200

-autoupdate

Diffstat:
Mconfigure.ac | 4++--
Mdebian/changelog | 2+-
Mdebian/control | 16++++++++--------
3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -4,7 +4,7 @@ # This configure file is in the public domain AC_PREREQ([2.69]) -AC_INIT([sync], [0.8.3], [taler-bug@gnu.org]) +AC_INIT([sync],[0.8.3],[taler-bug@gnu.org]) AC_CONFIG_SRCDIR([src/sync/sync-httpd.c]) AC_CONFIG_HEADERS([sync_config.h]) # support for non-recursive builds @@ -15,7 +15,7 @@ AM_SILENT_RULES([yes]) AC_CONFIG_MACRO_DIR([m4]) AC_PROG_AWK -AC_PROG_CC_C99 +AC_PROG_CC AC_PROG_OBJC AC_PROG_INSTALL AC_PROG_LN_S diff --git a/debian/changelog b/debian/changelog @@ -1,4 +1,4 @@ -sync (0.9.0) unstable; urgency=low +sync (0.8.99) unstable; urgency=low * Updating to latest pre-release from Git. 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.9.0), - libtalermerchant-dev (>= 0.9.0), + libgnunet-dev (>=0.17.1), + libtalerexchange-dev (>= 0.8.99), + libtalermerchant-dev (>= 0.8.99), libpq-dev (>=13.0), pkg-config, po-debconf, @@ -37,8 +37,8 @@ Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: - libtalerexchange (>= 0.9.0), - libtalermerchant (>= 0.9.0), + libtalerexchange (>= 0.8.99), + libtalermerchant (>= 0.8.99), libgnutls30 (>= 3.7.1), adduser, lsb-base, @@ -56,9 +56,9 @@ Package: libsync-dev Section: libdevel Architecture: any Depends: - libtalermerchant-dev (>= 0.9.0), - libtalerexchange-dev (>= 0.9.0), - libgnunet-dev (>=0.17.0), + libtalermerchant-dev (>= 0.8.99), + libtalerexchange-dev (>= 0.8.99), + libgnunet-dev (>=0.17.1), ${misc:Depends}, ${shlibs:Depends} Description: libraries to talk to a Sync provider (development)