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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
|
Source: slony1-2
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
Christoph Berg <myon@debian.org>,
Adrian Vondendriesch <adrian.vondendriesch@credativ.de>,
Build-Depends:
architecture-is-64-bit <!pkg.postgresql.32-bit>,
bison,
debhelper-compat (= 13),
docbook (>= 4.2),
docbook-dsssl,
docbook-utils,
docbook-xml (>= 4.2),
docbook2x (>= 0.8.8-4),
flex,
ghostscript,
groff,
libjpeg-turbo-progs | libjpeg-progs,
libpq-dev,
netpbm,
openjade,
opensp,
postgresql-server-dev-all (>= 148~),
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: http://slony.info/
Vcs-Git: https://salsa.debian.org/postgresql/slony1-2.git
Vcs-Browser: https://salsa.debian.org/postgresql/slony1-2
XS-Testsuite: autopkgtest
Package: slony1-2-bin
Architecture: any
Depends:
logrotate,
postgresql-common,
${misc:Depends},
${perl:Depends},
${shlibs:Depends},
Recommends:
libdbd-pg-perl,
ntp | time-daemon,
${module:Recommends},
Suggests:
libpg-perl,
slony1-2-doc,
Provides:
slony1-bin,
Conflicts:
slony1-bin,
Description: replication system for PostgreSQL: daemon and administration tools
Slony-I is an asynchronous master-to-multiple-slaves replication system
for PostgreSQL with cascading and slave promotion.
.
This package contains the slon daemon and the slonik administration tool.
It should be installed on those hosts where Slony-I daemons are to be run
or administered, which usually, but not necessarily, are the hosts where
the database server nodes are running.
Package: slony1-2-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Provides:
slony1-doc,
Conflicts:
slony1-doc,
Description: Slony-I documentation
Slony-I is an asynchronous master-to-multiple-slaves replication system
for PostgreSQL with cascading and slave promotion.
.
This package contains the documentation for the Slony-I system. It is
not required for normal operation.
Package: postgresql-17-slony1-2
Architecture: any
Depends:
postgresql-17,
${misc:Depends},
${shlibs:Depends},
Suggests:
slony1-2-bin,
Provides:
postgresql-17-slony1,
Description: replication system for PostgreSQL: PostgreSQL 17 server plug-in
Slony-I is an asynchronous master-to-multiple-slaves replication system
for PostgreSQL with cascading and slave promotion.
.
This package contains the support functions that are loaded into the
PostgreSQL database server. It needs to be installed on the hosts where
the database server nodes are running. This package works with version
17 of the PostgreSQL server; you need the package that corresponds to
the version of your database server.
.
The actual replication daemon and the administration tools are in the
package slony1-2-bin. This package is useless without slony1-2-bin installed
somewhere in the network.
|