summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-26 14:37:05 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-26 14:37:05 +0200
commitcd465a9f3d38b44f9fec31c6a657a8ffe77c2c9a (patch)
treefe32e4e7e3e910def4732d32ee86b63f7f0d87c3
parentc6eb452221df7d67c8621b54d57552e6fe584631 (diff)
downloadanastasis-cd465a9f3d38b44f9fec31c6a657a8ffe77c2c9a.tar.gz
anastasis-cd465a9f3d38b44f9fec31c6a657a8ffe77c2c9a.tar.bz2
anastasis-cd465a9f3d38b44f9fec31c6a657a8ffe77c2c9a.zip
update Debian package descriptions
m---------contrib/gana0
-rw-r--r--debian/control30
2 files changed, 26 insertions, 4 deletions
diff --git a/contrib/gana b/contrib/gana
-Subproject 7bfddee1d6e2c04beb9f89a42acad70299fc423
+Subproject 71a75a14496199ba1e1fd245ceef96cc0d0c0ab
diff --git a/debian/control b/debian/control
index f8c4cf1..3ebc9fc 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,13 @@ Depends:
netbase,
${misc:Depends},
${shlibs:Depends}
-Description: libraries to talk to an Anastasis provider.
+Description: libraries to talk to a GNU Anastasis provider.
+ .
+ GNU Anastasis allows users to make backups of their
+ private key material to multiple providers while ensuring that
+ individual providers cannot learn the secret key material.
+ The libraries contained in this package implement the
+ client-side of the Anastasis backup and recovery protocol.
Package: anastasis-httpd
Architecture: any
@@ -52,6 +58,12 @@ Depends:
Recommends:
postgresql (>=13.0)
Description: GNU's key escrow provider.
+ .
+ GNU Anastasis allows users to make backups of their
+ private key material to multiple providers while ensuring that
+ individual providers cannot learn the secret key material.
+ This package contains the backend logic that must be run by
+ an Anastasis backup provider.
Package: anastasis-cli
Architecture: any
@@ -61,7 +73,17 @@ Depends:
libanastasis,
${misc:Depends},
${shlibs:Depends}
-Description: Command-line interface for the Anastasis key escrow provider service.
+Description: Command-line interface for the GNU Anastasis key escrow provider service.
+ .
+ GNU Anastasis allows users to make backups of their
+ private key material to multiple providers while ensuring that
+ individual providers cannot learn the secret key material.
+ This package contains a command-line interface to the
+ Anastasis logic. Please note that we do not expect the CLI to
+ be useful to end-users. It may be useful for integration of
+ Anastasis into applications (and for testing).
+ If you are looking for a stand-alone Anastasis client, please
+ use anastasis-gtk.
Package: libanastasis-dev
Section: libdevel
@@ -72,6 +94,6 @@ Depends:
libgnunet-dev (>=0.17.0),
${misc:Depends},
${shlibs:Depends}
-Description: libraries to talk to a GNU Anastasis provider (development)
+Description: libraries to talk to a GNU Anastasis provider (development).
.
- This package contains the development files.
+ This package contains the development files for the libanastasis libraries.