sync

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

commit 2f9ab5a4f53a5b9962d37f30372ec94ac17cee1f
parent a7ce88460151180dfc8e0761a02f30dbd84db131
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 14 Dec 2024 00:18:03 +0100

-fix gnunet dependency version

Diffstat:
Mdebian/control | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control @@ -8,7 +8,7 @@ Build-Depends: autopoint, debhelper-compat (= 12), gettext, - libgnunet-dev (>=0.23), + libgnunet-dev (>=0.22.3), libtalerexchange-dev (>= 0.14.1), libtalermerchant-dev (>= 0.14.1), libpq-dev (>=15.0), @@ -66,7 +66,7 @@ Architecture: any Depends: libtalermerchant-dev (>= 0.14.1), libtalerexchange-dev (>= 0.14.1), - libgnunet-dev (>=0.23), + libgnunet-dev (>=0.22.3), ${misc:Depends}, ${shlibs:Depends} Description: libraries to talk to a Sync provider (development).