summaryrefslogtreecommitdiff
path: root/debian/control
blob: 13193fe786be4ef1c8cad5ea1aff863745543f45 (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
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.17.0),
 libtalerexchange-dev (>= 0.9.0),
 libtalermerchant-dev (>= 0.9.0),
 libpq-dev (>=13.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.

Package: sync-httpd
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends}
Depends:
 libtalerexchange (>= 0.9.0),
 libtalermerchant (>= 0.9.0),
 libgnutls30 (>= 3.7.1),
 adduser,
 lsb-base,
 netbase,
 sudo,
 apache2 | nginx | httpd,
 postgresql,
 dbconfig-pgsql | dbconfig-no-thanks,
 ${misc:Depends},
 ${shlibs:Depends}
Description: GNU Taler's encrypted backup store.

Package: libsync-dev
Section: libdevel
Architecture: any
Depends:
 libtalermerchant-dev (>= 0.9.0),
 libtalerexchange-dev (>= 0.9.0),
 libgnunet-dev (>=0.17.0),
 ${misc:Depends},
 ${shlibs:Depends}
Description: libraries to talk to a Sync provider (development)
 .
 This package contains the development files.