summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control66
1 files changed, 66 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d951a91
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,66 @@
+Source: sync
+Section: net
+Priority: optional
+Maintainer: Christian Grothoff <grothoff@gnu.org>
+Build-Depends:
+ autoconf (>=2.59),
+ automake (>=1.11.1),
+ autopoint,
+ debhelper-compat (= 12),
+ gettext,
+ libgnunet-dev,
+ libtalerexchange-dev (>= 0.8.5),
+ libtalermerchant-dev (>= 0.8.4),
+ libpq-dev (>=9.5),
+ pkg-config,
+ po-debconf,
+ zlib1g-dev
+Build-Conflicts:
+ autoconf2.13,
+ automake1.4
+Standards-Version: 4.5.0
+Vcs-Git: https://salsa.debian.org/debian/sync.git
+Vcs-browser: https://salsa.debian.org/debian/sync
+Homepage: https://taler.net/
+
+Package: libsync
+Architecture: any
+Pre-Depends:
+ ${misc:Pre-Depends}
+Depends:
+ lsb-base,
+ netbase,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: libraries to talk to a Sync provider.
+
+Package: sync-httpd
+Architecture: any
+Pre-Depends:
+ ${misc:Pre-Depends}
+Depends:
+ libtalerexchange (>= 0.8.4),
+ libtalermerchant (>= 0.8.3),
+ libgnutls30 (>= 3.7.1),
+ adduser,
+ lsb-base,
+ netbase,
+ apache2 | nginx | httpd,
+ postgresql,
+ dbconfig-pgsql | dbconfig-no-thanks,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: GNU Taler's encrypted backup store.
+
+Package: libsync-dev
+Section: libdevel
+Architecture: any
+Depends:
+ libtalermerchant-dev (>= 0.8.3),
+ libtalerexchange-dev (>= 0.8.4),
+ libgnunet-dev (>=0.15.3),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: libraries to talk to a Sync provider (development)
+ .
+ This package contains the development files.