summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-26 19:19:45 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-26 19:19:45 +0200
commit586f1627a44dbc1133cdfc3c02dbc01b253caca0 (patch)
tree7d55c0e6dcbc29762d7fb1cab3b44ffa45c16fc8
parent2e0c306d0c83bc3b2e57dca19759e91cca5e43c4 (diff)
downloadsync-586f1627a44dbc1133cdfc3c02dbc01b253caca0.tar.gz
sync-586f1627a44dbc1133cdfc3c02dbc01b253caca0.tar.bz2
sync-586f1627a44dbc1133cdfc3c02dbc01b253caca0.zip
-update debian packages, improve descriptions
-rw-r--r--debian/changelog6
-rw-r--r--debian/control15
2 files changed, 19 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 82bcd1f..0892bd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+taler-exchange (0.8.99-2) unstable; urgency=low
+
+ * Packaging latest pre-release from Git.
+
+ -- Christian Grothoff <grothoff@gnu.org> Mon, Sep 26 2022 09:50:12 +0200
+
sync (0.8.99) unstable; urgency=low
* Updating to latest pre-release from Git.
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.