summaryrefslogtreecommitdiff
path: root/debian/control
blob: f041612734ad49450d6d45d472d191810e24cd43 (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
Source: taler-merchant
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.1),
 libtalerexchange-dev (>=0.8.99),
 libpq-dev (>=13.0),
 po-debconf,
 libqrencode-dev,
 zlib1g-dev,
 libjansson-dev,
 libcurl4-openssl-dev (>= 7.35.0) | libcurl4-gnutls-dev (>= 7.35.0),
 libsodium-dev (>= 1.0.11),
 texinfo
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/debian/taler-merchant.git
Vcs-browser: https://salsa.debian.org/debian/taler-merchant
Homepage: https://taler.net/

Package: libtalermerchant
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends}
Depends:
 lsb-base,
 netbase,
 ${misc:Depends},
 ${shlibs:Depends}
Description: libraries to talk to a GNU Taler merchant.
 .
 The GNU Taler merchant backend provides e-commerce
 applications with a simple RESTful API to integrate
 payments using GNU Taler. This C library implements
 a client-side version of that REST API.  Please note
 that the core API is pretty simple, so applications
 may legitimately choose to implement the API directly
 instead of using this wrapper.

Package: taler-merchant
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends}
Depends:
 libtalerexchange (>= 0.8.99),
 adduser,
 lsb-base,
 netbase,
 sudo,
 apache2 | nginx | httpd,
 dbconfig-pgsql | dbconfig-no-thanks,
 ${misc:Depends},
 ${shlibs:Depends}
Recommends:
 postgresql (>=13.0)
Description: GNU's payment system merchant backend.
 .
 The GNU Taler merchant backend provides e-commerce
 applications with a simple RESTful API to integrate
 payments using GNU Taler. This package provides the
 merchant backend.

Package: libtalermerchant-dev
Section: libdevel
Architecture: any
Depends:
 libtalerexchange-dev (>= 0.8.99),
 libgnunet-dev (>=0.17.1),
 ${misc:Depends},
 ${shlibs:Depends}
Description: libraries to talk to a GNU Taler merchant (development).
 .
 This package contains the development files for libtalermerchant.