summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 13 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index a8149e8..2f01fdb 100644
--- a/debian/control
+++ b/debian/control
@@ -31,6 +31,11 @@ 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
@@ -51,6 +56,11 @@ Depends:
Recommends:
postgresql (>=13.0)
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
@@ -61,6 +71,7 @@ Depends:
libgnunet-dev (>=0.17.1),
${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.