summaryrefslogtreecommitdiff
path: root/debian/control
blob: c348c95836b5b0c4742c2c837a5d04282864af1f (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
Source: taler-exchange
Section: net
Priority: optional
Maintainer: Christian Grothoff <grothoff@gnu.org>
Build-Depends:
 autoconf (>=2.59),
 automake (>=1.11.1),
 autopoint,
 debhelper-compat (= 13),
 gettext,
 gnunet-dev,
 libcurl4-gnutls-dev (>=7.35.0),
 libgcrypt20-dev (>=1.6),
 libgnutls28-dev (>=3.2.12),
 libidn2-dev,
 libjansson-dev,
 libltdl-dev (>=2.2),
 libmicrohttpd-dev (>=0.9.63),
 libpq-dev (>=9.5),
 libsodium-dev (>=1.0.11),
 libsqlite3-dev (>=3.8),
 libunistring-dev (>=0.9.2),
 net-tools,
 po-debconf,
 python3-dev,
 texinfo (>=5.2),
 zlib1g-dev
Build-Conflicts:
 autoconf2.13,
 automake1.4
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/debian/taler-exchange.git
Vcs-browser: https://salsa.debian.org/debian/taler-exchange
Homepage: https://taler.net/

Package: libtalerexchange
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends}
Depends:
 lsb-base,
 netbase,
 ${misc:Depends},
 ${shlibs:Depends}
Description: libraries to talk to a GNU Taler exchange.

Package: taler-exchange
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends}
Depends:
 libtalerexchange (= ${binary:Version}),
 adduser,
 lsb-base,
 netbase,
 ${misc:Depends},
 ${shlibs:Depends}
Description: GNU's payment system operator.

Package: taler-exchange-dev
Section: libdevel
Architecture: any
Depends:
 libtalerexchange (= ${binary:Version}),
 gnunet-dev (>=1:0.6.3),
 libgcrypt20-dev (>=1.6),
 libmicrohttpd-dev (>=0.9.33),
 ${misc:Depends}
Description: libraries to talk to a GNU Taler exchange (development)
 .
 This package contains the development files.