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