sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

control (1719B)


      1 Source: sync
      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.27.0),
     10  libtalerexchange-dev (>= 1.5.0),
     11  libtalermerchant-dev (>= 1.5.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/sync.git
     19 Vcs-Browser: https://salsa.debian.org/debian/sync
     20 Homepage: https://taler.net/
     21 
     22 Package: libsync
     23 Architecture: any
     24 Pre-Depends:
     25  ${misc:Pre-Depends}
     26 Depends:
     27  lsb-base,
     28  netbase,
     29  ${misc:Depends},
     30  ${shlibs:Depends}
     31 Description: libraries to talk to a Sync provider.
     32  .
     33  A Sync provider enables a GNU Taler wallet to store
     34  an encrypted backup (possibly in return for payment).
     35  The C library in this package implements the protocol
     36  to talk to a Sync provider.
     37 
     38 Package: sync-httpd
     39 Architecture: any
     40 Pre-Depends:
     41  ${misc:Pre-Depends}
     42 Depends:
     43  libtalerexchange (>= 1.5.0),
     44  libtalermerchant (>= 1.5.0),
     45  libgnutls30 (>= 3.7.1),
     46  adduser,
     47  lsb-base,
     48  netbase,
     49  ${misc:Depends},
     50  ${shlibs:Depends}
     51 Recommends:
     52  postgresql (>=15.0),
     53  apache2 | nginx | httpd
     54 Description: GNU Taler's encrypted backup store.
     55  .
     56  A Sync provider enables a GNU Taler wallet to store
     57  an encrypted backup (possibly in return for payment).
     58  This is an implementation of the the HTTP(S) REST
     59  service of a Sync provider.
     60 
     61 Package: libsync-dev
     62 Section: libdevel
     63 Architecture: any
     64 Depends:
     65  libtalermerchant-dev (>= 1.5.0),
     66  libtalerexchange-dev (>= 1.5.0),
     67  libgnunet-dev (>=0.27.0),
     68  ${misc:Depends},
     69  ${shlibs:Depends}
     70 Description: libraries to talk to a Sync provider (development).
     71  .
     72  This package contains the development files for
     73  libsync.