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