summaryrefslogtreecommitdiff
path: root/debian/control
blob: 85865ef8118744d5dbb682af86314cfdda7432b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Source: anastasis
Section: net
Priority: optional
Maintainer: Christian Grothoff <grothoff@gnu.org>
Build-Depends:
 autoconf (>=2.59),
 automake (>=1.11.1),
 autopoint,
 debhelper-compat (= 12),
 gettext,
 libgnunet-dev (>=0.21),
 libtalerexchange-dev (>= 0.10.2),
 libtalermerchant-dev (>= 0.10.2),
 libpq-dev (>=14),
 libsqlite3-dev (>=3.8),
 pkg-config,
 po-debconf,
 libqrencode-dev,
 uuid-dev,
 zlib1g-dev
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/debian/anastasis.git
Vcs-browser: https://salsa.debian.org/debian/anastasis
Homepage: https://anastasis.lu/

Package: libanastasis
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends}
Depends:
 lsb-base,
 netbase,
 ${misc:Depends},
 ${shlibs:Depends}
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
Pre-Depends:
 ${misc:Pre-Depends}
Depends:
 libtalerexchange (>= 0.10.2),
 libgnutls30 (>= 3.7.1),
 adduser,
 lsb-base,
 netbase,
 ${misc:Depends},
 ${shlibs:Depends}
Recommends:
 apache2 | nginx | httpd,
 postgresql (>=14.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
Pre-Depends:
 ${misc:Pre-Depends}
Depends:
 libanastasis,
 ${misc:Depends},
 ${shlibs:Depends}
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
Architecture: any
Depends:
 libtalermerchant-dev (>= 0.10.2),
 libtalerexchange-dev (>= 0.10.2),
 libgnunet-dev (>=0.21),
 ${misc:Depends},
 ${shlibs:Depends}
Description: libraries to talk to a GNU Anastasis provider (development).
 .
 This package contains the development files for the libanastasis libraries.