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 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210
|
Source: postgresql-common
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
Martin Pitt <mpitt@debian.org>,
Christoph Berg <myon@debian.org>,
Peter Eisentraut <petere@debian.org>,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/postgresql/postgresql-common.git
Vcs-Browser: https://salsa.debian.org/postgresql/postgresql-common
Build-Depends:
debhelper-compat (= 13),
Package: postgresql-common
Architecture: all
Multi-Arch: foreign
Pre-Depends:
${misc:Pre-Depends},
Depends:
adduser,
debconf (>= 0.5.00) | debconf-2.0,
libjson-perl,
sysvinit-utils (>= 3.05-4~) | lsb-base,
postgresql-client-common (= ${source:Version}),
# TODO: remove postgresql-common-dev dependency before the PG18 release
postgresql-common-dev (= ${source:Version}),
ssl-cert (>= 1.0.11),
ucf,
${misc:Depends},
${perl:Depends},
Recommends:
e2fsprogs,
logrotate,
Breaks:
postgresql-9.1 (<< 9.1.1-3~),
Description: PostgreSQL database-cluster manager
The postgresql-common package provides a structure under which
multiple versions of PostgreSQL may be installed and/or multiple
clusters maintained at one time.
.
The commands provided are pg_conftool, pg_createcluster, pg_ctlcluster,
pg_dropcluster, pg_lsclusters, pg_renamecluster, pg_upgradecluster,
pg_virtualenv.
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Its features include ACID
transactions, foreign keys, views, sequences, subqueries, triggers,
outer joins, multiversion concurrency control, and user-defined types
and functions.
Package: postgresql-client-common
Architecture: all
Multi-Arch: foreign
Depends:
netbase,
${misc:Depends},
${perl:Depends},
Breaks:
pgdg-keyring,
postgresql-common (<< 269),
Replaces:
pgdg-keyring,
postgresql-common (<< 269),
Description: manager for multiple PostgreSQL client versions
The postgresql-client-common package provides a structure under which
multiple versions of PostgreSQL client programs may be installed at
the same time. It provides a wrapper which selects the right version
for the particular cluster you want to access (with a command line
option, an environment variable, /etc/postgresql-common/user_clusters,
or ~/.postgresqlrc).
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Its features include ACID
transactions, foreign keys, views, sequences, subqueries, triggers,
outer joins, multiversion concurrency control, and user-defined types
and functions.
Package: postgresql-common-dev
Architecture: all
Multi-Arch: foreign
Depends:
libipc-run-perl,
# TODO: re-add make dependency before the PG18 release
# make:any,
${misc:Depends},
Breaks:
postgresql-client-common (<< 269),
postgresql-common (<< 269),
postgresql-server-dev-all (<< 269),
Replaces:
postgresql-client-common (<< 269),
postgresql-common (<< 269),
postgresql-server-dev-all (<< 269),
Description: extension build tool for multiple PostgreSQL versions
The postgresql-server-dev-all package provides the pg_buildext script for
simplifying packaging of a PostgreSQL extension supporting multiple major
versions of the product, and dh_make_pgxs which builds a template debian/
source package directory based on pg_buildext.
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Its features include ACID
transactions, foreign keys, views, sequences, subqueries, triggers,
outer joins, multiversion concurrency control, and user-defined types
and functions.
Package: postgresql-server-dev-all
Architecture: all
Depends:
postgresql-common-dev (= ${source:Version}),
${misc:Depends},
${server-dev-all-depends},
Description: build tools for multiple PostgreSQL versions
The postgresql-server-dev-all metapackage depends on all server-dev-NN
packages for all supported PostgreSQL major versions, required to
build PostgreSQL extension packages, as well as on postgresql-common-dev
for build infrastructure.
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Its features include ACID
transactions, foreign keys, views, sequences, subqueries, triggers,
outer joins, multiversion concurrency control, and user-defined types
and functions.
Package: postgresql
Architecture: all
Depends:
postgresql-${default-version},
${misc:Depends},
Suggests:
postgresql-doc,
Provides:
postgresql-contrib (= ${default-version}),
Description: object-relational SQL database (supported version)
This metapackage always depends on the currently supported PostgreSQL
database server version. It also offers to automatically upgrade the
"main" database cluster to the lastest supported major version.
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Some of the features are:
ACID transactions, foreign keys, views, sequences, subqueries,
triggers, user-defined types and functions, outer joins, multiversion
concurrency control. Graphical user interfaces and bindings for many
programming languages are available as well.
Package: postgresql-client
Architecture: all
Multi-Arch: foreign
Depends:
postgresql-client-${default-version},
${misc:Depends},
Description: front-end programs for PostgreSQL (supported version)
This metapackage always depends on the currently supported database
client package for PostgreSQL.
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Some of the features are:
ACID transactions, foreign keys, views, sequences, subqueries,
triggers, user-defined types and functions, outer joins, multiversion
concurrency control. Graphical user interfaces and bindings for many
programming languages are available as well.
Package: postgresql-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
postgresql-doc-${default-version},
${misc:Depends},
Description: documentation for the PostgreSQL database management system
This metapackage always depends on the currently supported PostgreSQL
database documentation package.
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Some of the features are:
ACID transactions, foreign keys, views, sequences, subqueries,
triggers, user-defined types and functions, outer joins, multiversion
concurrency control. Graphical user interfaces and bindings for many
programming languages are available as well.
Package: postgresql-all
Architecture: all
Depends:
libecpg-dev,
libpq-dev,
postgresql-common (= ${source:Version}),
postgresql-server-dev-all,
${misc:Depends},
${postgresql-all-depends},
Description: metapackage depending on all PostgreSQL server packages
This metapackage depends on all PostgreSQL server packages, in all
supported versions (excluding documentation and debug symbols). It
exists to facilitate depending on the server packages in test
environments.
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Some of the features are:
ACID transactions, foreign keys, views, sequences, subqueries,
triggers, user-defined types and functions, outer joins, multiversion
concurrency control. Graphical user interfaces and bindings for many
programming languages are available as well.
|