control (2613B)
1 Source: donau 2 Section: net 3 Priority: optional 4 Maintainer: Christian Grothoff <grothoff@gnu.org> 5 Build-Depends: 6 autoconf (>=2.59), 7 automake (>=1.11.1), 8 autopoint, 9 bash, 10 debhelper-compat (= 12), 11 gettext, 12 libgnunet-dev (>=0.26.1), 13 libtalerexchange-dev (>=1.2.0), 14 libcurl4-gnutls-dev (>=7.35.0) | libcurl4-openssl-dev (>= 7.35.0), 15 libgcrypt20-dev (>=1.8), 16 libgnutls28-dev (>=3.2.12), 17 libidn2-dev, 18 libjansson-dev, 19 libltdl-dev (>=2.2), 20 libmicrohttpd-dev (>=0.9.71), 21 libpq-dev (>=13), 22 libsodium-dev (>=1.0.11), 23 libunistring-dev (>=0.9.2), 24 python3-jinja2, 25 po-debconf, 26 python3-dev, 27 texinfo (>=5.2), 28 zlib1g-dev 29 Standards-Version: 4.5.0 30 Vcs-Git: https://salsa.debian.org/debian/taler-donau.git 31 Vcs-browser: https://salsa.debian.org/debian/taler-donau 32 Homepage: https://taler.net/ 33 34 Package: libdonau 35 Architecture: any 36 Pre-Depends: 37 ${misc:Pre-Depends} 38 Depends: 39 lsb-base, 40 netbase, 41 ${misc:Depends}, 42 ${shlibs:Depends} 43 Recommends: 44 python3-sphinx, 45 python3-sphinx-rtd-theme 46 Description: Libraries to talk to a GNU Taler donau. 47 The package also contains various files fundamental 48 to all GNU Taler installations, such as the 49 taler-config configuration command-line tool, 50 various base configuration files and associated 51 documentation. 52 53 Package: donau 54 Architecture: any 55 Pre-Depends: 56 ${misc:Pre-Depends} 57 Depends: 58 libdonau (= ${binary:Version}), 59 adduser, 60 lsb-base, 61 netbase, 62 ucf, 63 ${misc:Depends}, 64 ${shlibs:Depends} 65 Recommends: 66 apache2 | nginx | httpd, 67 postgresql (>=13.0) 68 Description: GNU's payment system operator. 69 GNU Taler is the privacy-preserving digital payment 70 system from the GNU project. This package contains the 71 core logic that must be run by the payment service 72 provider or bank to offer payments to consumers and 73 charities. At least one donau must be operated 74 per currency. 75 In addition to the core logic, an donau operator 76 must also have a system running the "offline" logic 77 which is packaged as taler-donau-offline. It is 78 recommended to keep the "offline" logic on a system 79 that is never connected to the Internet. However, it 80 is also possible to run the "offline" logic directly 81 on the production system, especially for testing. 82 Finally, an donau operator should also be prepared 83 to run a taler-auditor. 84 85 Package: libdonau-dev 86 Section: libdevel 87 Architecture: any 88 Depends: 89 libdonau (= ${binary:Version}), 90 libgnunet-dev (>=0.24.0), 91 libgcrypt20-dev (>=1.8), 92 libmicrohttpd-dev (>=0.9.71), 93 ${misc:Depends}, 94 ${shlibs:Depends} 95 Description: libraries to talk to a GNU Taler donau (development) 96 . 97 This package contains the development files.