patroni/debian/control
Christoph Berg dd508183f8 Fix systemd integration
Bump DH compat to 10 to get systemd integration; patch patroni.service to start
only if /etc/patroni/config.yml exists; install service file directly from
extras/startup-scripts/ instead of via debian/.
2018-02-07 10:41:56 +01:00

55 lines
1.5 KiB
Plaintext

Source: patroni
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Uploaders: Michael Banck <michael.banck@credativ.de>,
Adrian Vondendriesch <adrian.vondendriesch@credativ.de>,
Build-Depends:
debhelper (>= 10),
dh-python,
libjs-jquery,
libjs-mathjax,
libjs-underscore,
pyflakes3,
python3,
python3-boto,
python3-cdiff,
python3-click (>= 4.1),
python3-consul (>= 0.7.0),
python3-dateutil,
python3-dnspython,
python3-etcd (>= 0.4.3),
python3-flake8,
python3-kazoo,
python3-mccabe,
python3-mock,
python3-kubernetes,
python3-prettytable (>= 0.7),
python3-psutil,
python3-psycopg2 (>= 2.6.1),
python3-pycodestyle,
python3-pytest,
python3-pytest-cov,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-tz,
python3-tzlocal,
python3-yaml,
sphinx-common
Standards-Version: 4.1.3
X-Python3-Version: >= 3.5
Vcs-Browser: https://salsa.debian.org/postgresql/patroni
Vcs-Git: https://salsa.debian.org/postgresql/patroni.git
Homepage: https://github.com/zalando/patroni
Package: patroni
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, lsb-base (>= 3.0-6)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Description: Template for PostgreSQL High Availability
Patroni is a template for a customized, high-availability PostgreSQL solution
using Python and a distributed configuration store (ZooKeeper, etcd or
Consul). It provides a REST API on each Postgres node of the cluster allowing
for remote management and monitoring.