* debian/control: Add vip-manager to Suggests.

This commit is contained in:
Michael Banck 2019-11-15 19:13:17 +01:00
parent 6e8e643700
commit 24442e1410
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View file

@ -4,6 +4,7 @@ patroni (1.6.0-5) UNRELEASED; urgency=medium
* debian/pg_createconfig_patroni: Add --vip option and write out a
vip-manager configuration if present.
* debian/config.yml.in: Add @LISTEN_VIP@ tag.
* debian/control: Add vip-manager to Suggests.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Tue, 08 Oct 2019 12:58:40 +0200

2
debian/control vendored
View file

@ -48,7 +48,7 @@ Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, lsb-base (>= 3.0-6), python3-psycopg2,
python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy, patroni-doc
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
Patroni is a template for a customized, high-availability PostgreSQL solution
using Python and a distributed configuration store (ZooKeeper, etcd or