summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control45
1 files changed, 27 insertions, 18 deletions
diff --git a/debian/control b/debian/control
index d951a91..4f02003 100644
--- a/debian/control
+++ b/debian/control
@@ -8,16 +8,14 @@ Build-Depends:
autopoint,
debhelper-compat (= 12),
gettext,
- libgnunet-dev,
- libtalerexchange-dev (>= 0.8.5),
- libtalermerchant-dev (>= 0.8.4),
- libpq-dev (>=9.5),
+ libgnunet-dev (>=0.21),
+ libtalerexchange-dev (>= 0.10.2),
+ libtalermerchant-dev (>= 0.10.2),
+ libpq-dev (>=14.0),
pkg-config,
po-debconf,
- zlib1g-dev
-Build-Conflicts:
- autoconf2.13,
- automake1.4
+ zlib1g-dev,
+ texinfo
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/debian/sync.git
Vcs-browser: https://salsa.debian.org/debian/sync
@@ -33,34 +31,45 @@ Depends:
${misc:Depends},
${shlibs:Depends}
Description: libraries to talk to a Sync provider.
+ .
+ A Sync provider enables a GNU Taler wallet to store
+ an encrypted backup (possibly in return for payment).
+ The C library in this package implements the protocol
+ to talk to a Sync provider.
Package: sync-httpd
Architecture: any
Pre-Depends:
${misc:Pre-Depends}
Depends:
- libtalerexchange (>= 0.8.4),
- libtalermerchant (>= 0.8.3),
+ libtalerexchange (>= 0.10.2),
+ libtalermerchant (>= 0.10.2),
libgnutls30 (>= 3.7.1),
adduser,
lsb-base,
netbase,
- apache2 | nginx | httpd,
- postgresql,
- dbconfig-pgsql | dbconfig-no-thanks,
${misc:Depends},
${shlibs:Depends}
+Recommends:
+ postgresql (>=14.0),
+ apache2 | nginx | httpd
Description: GNU Taler's encrypted backup store.
+ .
+ A Sync provider enables a GNU Taler wallet to store
+ an encrypted backup (possibly in return for payment).
+ This is the HTTP(S) REST backend that a Sync provider
+ must run to implement the protocol server-side.
Package: libsync-dev
Section: libdevel
Architecture: any
Depends:
- libtalermerchant-dev (>= 0.8.3),
- libtalerexchange-dev (>= 0.8.4),
- libgnunet-dev (>=0.15.3),
+ libtalermerchant-dev (>= 0.10.2),
+ libtalerexchange-dev (>= 0.10.2),
+ libgnunet-dev (>=0.21),
${misc:Depends},
${shlibs:Depends}
-Description: libraries to talk to a Sync provider (development)
+Description: libraries to talk to a Sync provider (development).
.
- This package contains the development files.
+ This package contains the development files for
+ libsync.