Update short description to be less vague.

This commit is contained in:
Christoph Berg 2018-07-25 12:00:54 +02:00
parent 02784e00e6
commit 2ccbf062ff
2 changed files with 9 additions and 2 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
patroni (1.4.4-3) UNRELEASED; urgency=medium
* Update short description to be less vague.
-- Christoph Berg <christoph.berg@credativ.de> Wed, 25 Jul 2018 12:00:10 +0200
patroni (1.4.4-2) unstable; urgency=medium
* Move maintainer address to team+postgresql@tracker.debian.org.

5
debian/control vendored
View file

@ -4,6 +4,7 @@ Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Michael Banck <michael.banck@credativ.de>,
Adrian Vondendriesch <adrian.vondendriesch@credativ.de>,
Christoph Berg <myon@debian.org>,
Build-Depends:
debhelper (>= 10),
dh-python,
@ -37,7 +38,7 @@ Build-Depends:
python3-tzlocal,
python3-yaml,
sphinx-common
Standards-Version: 4.1.4
Standards-Version: 4.1.5
X-Python3-Version: >= 3.5
Vcs-Browser: https://salsa.debian.org/postgresql/patroni
Vcs-Git: https://salsa.debian.org/postgresql/patroni.git
@ -47,7 +48,7 @@ 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
Description: PostgreSQL High Availability with ZooKeeper, etcd or Consul
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