paivana

HTTP paywall reverse proxy
Log | Files | Refs | Submodules | README | LICENSE

control (912B)


      1 Source: paivana-httpd
      2 Section: net
      3 Priority: optional
      4 Maintainer: Christian Grothoff <grothoff@gnu.org>
      5 Build-Depends:
      6  meson,
      7  ninja-build,
      8  debhelper-compat (= 12),
      9  libgnunet-dev (>=0.24.0),
     10  libtalerexchange-dev (>= 1.0.0),
     11  libtalermerchant-dev (>= 1.0.0),
     12  libpq-dev (>=15.0),
     13  pkg-config,
     14  po-debconf,
     15  zlib1g-dev,
     16  texinfo
     17 Standards-Version: 4.5.0
     18 Vcs-Git: https://salsa.debian.org/debian/paivana-httpd.git
     19 Vcs-Browser: https://salsa.debian.org/debian/paivana-httpd
     20 Homepage: https://taler.net/
     21 
     22 Package: paivana-httpd
     23 Architecture: any
     24 Pre-Depends:
     25  ${misc:Pre-Depends}
     26 Depends:
     27  libtalerexchange (>= 1.0.0),
     28  libtalermerchant (>= 1.0.0),
     29  libgnutls30 (>= 3.7.1),
     30  adduser,
     31  lsb-base,
     32  netbase,
     33  ${misc:Depends},
     34  ${shlibs:Depends}
     35 Recommends:
     36  apache2 | nginx | httpd
     37 Description: reverse proxy paywall
     38  .
     39  paivana-httpd is a reverse proxy that adds a GNU Taler paywall
     40  in front of some HTTP server.
     41