1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: pg-auto-failover
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
Dimitri Fontaine <dim@tapoueh.org>,
Christoph Berg <myon@debian.org>,
Build-Depends:
architecture-is-64-bit <!pkg.postgresql.32-bit>,
debhelper-compat (= 13),
flex,
libedit-dev,
libkrb5-dev,
liblz4-dev,
libncurses-dev,
libpam0g-dev,
libreadline-dev,
libselinux1-dev,
libssl-dev,
libxslt1-dev,
libzstd-dev,
postgresql-server-dev-all (>= 158~),
python3-sphinx,
zlib1g-dev,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/citusdata/pg_auto_failover
Vcs-Browser: https://salsa.debian.org/postgresql/pg-auto-failover
Vcs-Git: https://salsa.debian.org/postgresql/pg-auto-failover.git
Package: pg-auto-failover-cli
Architecture: any
Depends:
openssl,
${misc:Depends},
${shlibs:Depends},
Recommends:
postgresql-auto-failover,
Description: Command line interface and service to manage pg auto failover Clusters
This CLI is used to manage pg_auto_failover installations to provide High
Availability to Postgres.
Package: postgresql-17-auto-failover
Architecture: any
Depends:
pg-auto-failover-cli (>= ${binary:Version}),
${postgresql:Depends},
${misc:Depends},
${shlibs:Depends},
Provides:
postgresql-auto-failover,
Description: Postgres high availability support
This extension implements a set of functions to provide High Availability to
Postgres.
|