summaryrefslogtreecommitdiff
path: root/debian/control
blob: 4f0200388aef730f1d7ab09fa13e1492a95abd55 (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
Source: sync
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.0),
 pkg-config,
 po-debconf,
 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
Homepage: https://taler.net/

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