~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-security

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-05-11 10:41:53 UTC
  • Revision ID: james.westby@ubuntu.com-20110511104153-39rdwwu19bi24cw5
Tags: 9.1~beta1-2
* debian/control: Add missing ${misc:Depends} to -dbg.
* Bump Standards-Version to 3.9.2 (no changes necessary).
* debian/rules: Fix FTBFS with only-binary (-B) builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: postgresql-9.1
 
2
Section: database
 
3
Priority: optional
 
4
Maintainer: Martin Pitt <mpitt@debian.org>
 
5
Uploaders: Peter Eisentraut <petere@debian.org>
 
6
Standards-Version: 3.9.2
 
7
Build-Depends: debhelper (>= 7.0.50~), perl (>= 5.8),
 
8
 libperl-dev, tcl8.5-dev, libedit-dev, libssl-dev, 
 
9
 zlib1g-dev | libz-dev, libpam0g-dev | libpam-dev, libxml2-dev, libkrb5-dev,
 
10
 libldap2-dev, libxslt1-dev, libossp-uuid-dev, python-dev,
 
11
 gettext, hardening-wrapper
 
12
Homepage: http://www.postgresql.org/
 
13
Vcs-Browser: http://bazaar.launchpad.net/~pitti/postgresql/debian-9.1
 
14
Vcs-Bzr: https://code.launchpad.net/~pitti/postgresql/debian-9.1
 
15
 
 
16
Package: libpq-dev
 
17
Architecture: any
 
18
Section: libdevel
 
19
Depends: ${misc:Depends}, ${shlibs:Depends}, libpq5 (= ${binary:Version}), libssl-dev, libkrb5-dev, comerr-dev
 
20
Conflicts: postgresql-dev (<< 7.5)
 
21
Replaces: postgresql-dev
 
22
Suggests: postgresql-doc-9.1
 
23
Description: header files for libpq5 (PostgreSQL library)
 
24
 Header files and static library for compiling C programs to link
 
25
 with the libpq library in order to communicate with a PostgreSQL
 
26
 database backend.
 
27
 .
 
28
 PostgreSQL is an object-relational SQL database management system.
 
29
 
 
30
Package: libpq5
 
31
Architecture: any
 
32
Section: libs
 
33
Depends: ${misc:Depends}, ${shlibs:Depends}
 
34
Description: PostgreSQL C client library
 
35
 libpq is a C library that enables user programs to communicate with
 
36
 the PostgreSQL database server.  The server can be on another machine
 
37
 and accessed through TCP/IP.  This version of libpq is compatible
 
38
 with servers from PostgreSQL 8.2 or later.
 
39
 .
 
40
 This package contains the run-time library, needed by packages using
 
41
 libpq.
 
42
 .
 
43
 PostgreSQL is an object-relational SQL database management system.
 
44
 
 
45
Package: libecpg6
 
46
Architecture: any
 
47
Section: libs
 
48
Depends: ${misc:Depends}, ${shlibs:Depends}
 
49
Description: run-time library for ECPG programs
 
50
 The libecpg shared library is used by programs built with ECPG
 
51
 (Embedded PostgreSQL for C).
 
52
 .
 
53
 PostgreSQL is an object-relational SQL database management system.
 
54
 
 
55
Package: libecpg-dev
 
56
Architecture: any
 
57
Section: libdevel
 
58
Depends: ${misc:Depends}, ${shlibs:Depends}, libpq-dev, libecpg6 (= ${binary:Version}), libecpg-compat3 (= ${binary:Version}), libpgtypes3 (= ${binary:Version})
 
59
Conflicts: postgresql-dev, libecpg3-dev
 
60
Description: development files for ECPG (Embedded PostgreSQL for C)
 
61
 This package contains the necessary files to build ECPG (Embedded
 
62
 PostgreSQL for C) programs.  It includes the development libraries
 
63
 and the preprocessor program ecpg.
 
64
 .
 
65
 PostgreSQL is an object-relational SQL database management system.
 
66
 .
 
67
 Install this package if you want to write C programs with SQL statements
 
68
 embedded in them (rather than run by an external process).
 
69
 
 
70
Package: libecpg-compat3
 
71
Architecture: any
 
72
Section: libs
 
73
Depends: ${misc:Depends}, ${shlibs:Depends}
 
74
Description: older version of run-time library for ECPG programs
 
75
 The libecpg_compat shared library is used by programs built with ecpg.
 
76
 (Embedded PostgreSQL for C).
 
77
 .
 
78
 PostgreSQL is an object-relational SQL database management system.
 
79
 
 
80
Package: libpgtypes3
 
81
Architecture: any
 
82
Section: libs
 
83
Depends: ${misc:Depends}, ${shlibs:Depends}
 
84
Description: shared library libpgtypes for PostgreSQL 9.1
 
85
 The libpgtypes shared library is used by programs built with ecpg.
 
86
 (Embedded PostgreSQL for C).
 
87
 .
 
88
 PostgreSQL is an object-relational SQL database management system.
 
89
 
 
90
Package: postgresql-9.1
 
91
Architecture: any
 
92
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-client-9.1, postgresql-common (>= 115~), tzdata, ssl-cert, locales
 
93
Suggests: oidentd | ident-server
 
94
Conflicts: postgresql (<< 7.5)
 
95
Description: object-relational SQL database, version 9.1 server
 
96
 PostgreSQL is a fully featured object-relational database management
 
97
 system.  It supports a large part of the SQL standard and is designed
 
98
 to be extensible by users in many aspects.  Some of the features are:
 
99
 ACID transactions, foreign keys, views, sequences, subqueries,
 
100
 triggers, user-defined types and functions, outer joins, multiversion
 
101
 concurrency control.  Graphical user interfaces and bindings for many
 
102
 programming languages are available as well.
 
103
 .
 
104
 This package provides the database server for PostgreSQL 9.1. Servers
 
105
 for other major release versions can be installed simultaneously and
 
106
 are coordinated by the postgresql-common package. A package providing
 
107
 ident-server is needed if you want to authenticate remote connections
 
108
 with identd.
 
109
 
 
110
Package: postgresql-9.1-dbg
 
111
Section: debug
 
112
Priority: extra
 
113
Architecture: any
 
114
Depends: ${misc:Depends}, postgresql-9.1 (= ${binary:Version})
 
115
Description: debug symbols for postgresql-9.1
 
116
 PostgreSQL is a fully featured object-relational database management
 
117
 system.  It supports a large part of the SQL standard and is designed
 
118
 to be extensible by users in many aspects.  Some of the features are:
 
119
 ACID transactions, foreign keys, views, sequences, subqueries,
 
120
 triggers, user-defined types and functions, outer joins, multiversion
 
121
 concurrency control.  Graphical user interfaces and bindings for many
 
122
 programming languages are available as well.
 
123
 .
 
124
 This package provides detached debugging symbols for PostgreSQL 9.1.
 
125
 
 
126
Package: postgresql-client-9.1
 
127
Architecture: any
 
128
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-client-common (>= 115~)
 
129
Conflicts: postgresql (<< 7.5)
 
130
Suggests: postgresql-9.1, postgresql-doc-9.1
 
131
Provides: postgresql-client
 
132
Description: front-end programs for PostgreSQL 9.1
 
133
 This package contains client and administrative programs for
 
134
 PostgreSQL: these are the interactive terminal client psql and
 
135
 programs for creating and removing users and databases.
 
136
 .
 
137
 This is the client package for PostgreSQL 9.1. If you install
 
138
 PostgreSQL 9.1 on a standalone machine, you need the server package
 
139
 postgresql-9.1, too. On a network, you can install this package on
 
140
 many client machines, while the server package may be installed on
 
141
 only one machine.
 
142
 .  
 
143
 PostgreSQL is an object-relational SQL database management system.
 
144
 
 
145
Package: postgresql-server-dev-9.1
 
146
Architecture: any
 
147
Section: libdevel
 
148
Depends: ${misc:Depends}, ${shlibs:Depends}, libpq-dev (>= 9.1~)
 
149
Description: development files for PostgreSQL 9.1 server-side programming
 
150
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 
151
 example, for C functions to be called from SQL.
 
152
 .
 
153
 This package also contains the Makefiles necessary for building add-on 
 
154
 modules of PostgreSQL, which would otherwise have to be built in the
 
155
 PostgreSQL source-code tree.
 
156
 .
 
157
 PostgreSQL is an object-relational SQL database management system.
 
158
 
 
159
Package: postgresql-doc-9.1
 
160
Architecture: all
 
161
Section: doc
 
162
Depends: ${misc:Depends}
 
163
Conflicts: postgresql-doc (<< 7.5)
 
164
Description: documentation for the PostgreSQL database management system
 
165
 This package contains all README files, user manual, and examples for
 
166
 PostgreSQL 9.1. The manual is in HTML format.
 
167
 .
 
168
 PostgreSQL is an object-relational SQL database management system.
 
169
 
 
170
Package: postgresql-contrib-9.1
 
171
Architecture: any
 
172
Depends: postgresql-9.1, ${misc:Depends}, ${shlibs:Depends}, postgresql-common (>= 115~)
 
173
Suggests: libdbd-pg-perl
 
174
Conflicts: postgresql-contrib (<< 7.5)
 
175
Description: additional facilities for PostgreSQL
 
176
 The PostgreSQL contrib package provides several additional features
 
177
 for the PostgreSQL database. This version is built to work with the
 
178
 server package postgresql-9.1.  contrib often serves as a testbed for
 
179
 features before they are adopted into PostgreSQL proper:
 
180
 .
 
181
  adminpack      - File and log manipulation routines, used by pgAdmin
 
182
  btree_gist     - B-Tree indexing using GiST (Generalised Search Tree)
 
183
  chkpass        - An auto-encrypted password datatype
 
184
  cube           - Multidimensional-cube datatype (GiST indexing example)
 
185
  dblink         - Functions to return results from a remote database
 
186
  earthdistance  - Operator for computing the distance (in miles) between
 
187
                   two points on the earth's surface
 
188
  fuzzystrmatch  - Levenshtein, metaphone, and soundex fuzzy string matching
 
189
  hstore         - Store (key, value) pairs
 
190
  intagg         - Integer aggregator/enumerator
 
191
  _int           - Index support for arrays of int4, using GiST (benchmark
 
192
                   needs the libdbd-pg-perl package)
 
193
  isn            - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
 
194
  lo             - Large Object maintenance
 
195
  ltree          - Tree-like data structures
 
196
  oid2name       - Maps OIDs to table names
 
197
  pageinspect    - Inspection of database pages
 
198
  passwordcheck  - Simple password strength checker
 
199
  pg_buffercache - Real time queries on the shared buffer cache
 
200
  pg_freespacemap- Displays the contents of the free space map (FSM)
 
201
  pg_trgm        - Determine the similarity of text based on trigram matching
 
202
  pg_standby     - Create a warm stand-by server
 
203
  pgbench        - TPC-B like benchmark
 
204
  pgcrypto       - Cryptographic functions
 
205
  pgrowlocks     - A function to return row locking information
 
206
  pgstattuple    - Returns the percentage of dead tuples in a table; this
 
207
                   indicates whether a vacuum is required.
 
208
  seg            - Confidence-interval datatype (GiST indexing example)
 
209
  spi            - PostgreSQL Server Programming Interface; 4 examples of
 
210
                   its use:
 
211
                   autoinc    - A function for implementing AUTOINCREMENT/
 
212
                                IDENTITY
 
213
                   insert_username - function for inserting user names
 
214
                   moddatetime - Update modification timestamps
 
215
                   refint     - Functions for implementing referential
 
216
                                integrity (foreign keys).  Note that this is
 
217
                                now superseded by built-in referential
 
218
                                integrity.
 
219
                   timetravel - Re-implements in user code the time travel
 
220
                                feature that was removed in 6.3.
 
221
  tablefunc      - examples of functions returning tables
 
222
  uuid-ossp      - UUID generation functions
 
223
  vacuumlo       - Remove orphaned large objects
 
224
 .
 
225
 PostgreSQL is an object-relational SQL database management system.
 
226
 
 
227
Package: postgresql-plperl-9.1
 
228
Architecture: any
 
229
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.1, perl
 
230
Description: PL/Perl procedural language for PostgreSQL 9.1
 
231
 PL/Perl enables an SQL developer to write procedural language functions
 
232
 for PostgreSQL 9.1 in Perl.  You need this package if you have any
 
233
 PostgreSQL 9.1 functions that use the languages plperl or plperlu.
 
234
 .
 
235
 PostgreSQL is an object-relational SQL database management system.
 
236
 
 
237
Package: postgresql-plpython-9.1
 
238
Architecture: any
 
239
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.1
 
240
Description: PL/Python procedural language for PostgreSQL 9.1
 
241
 PL/Python enables an SQL developer to write procedural language functions
 
242
 for PostgreSQL 9.1 in Python.  You need this package if you have any
 
243
 PostgreSQL 9.1 functions that use the languages plpython or plpythonu.
 
244
 .
 
245
 PostgreSQL is an object-relational SQL database management system.
 
246
 
 
247
Package: postgresql-pltcl-9.1
 
248
Architecture: any
 
249
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.1
 
250
Description: PL/Tcl procedural language for PostgreSQL 9.1
 
251
 PL/Tcl enables an SQL developer to write procedural language functions
 
252
 for PostgreSQL 9.1 in Tcl.  You need this package if you have any
 
253
 PostgreSQL 9.1 functions that use the languages pltcl or pltclu.
 
254
 .
 
255
 PostgreSQL is an object-relational SQL database management system.
 
256
 
 
257
#Package: postgresql
 
258
#Architecture: all
 
259
#Depends: postgresql-9.1, ${misc:Depends}
 
260
#Description: object-relational SQL database (supported version)
 
261
# PostgreSQL is a fully featured object-relational database management
 
262
# system.  It supports a large part of the SQL standard and is designed
 
263
# to be extensible by users in many aspects.  Some of the features are:
 
264
# ACID transactions, foreign keys, views, sequences, subqueries,
 
265
# triggers, user-defined types and functions, outer joins, multiversion
 
266
# concurrency control.  Graphical user interfaces and bindings for many
 
267
# programming languages are available as well.
 
268
# .
 
269
# This package always depends on the currently supported PostgreSQL
 
270
# database server version.
 
271
#
 
272
#Package: postgresql-client
 
273
#Architecture: all
 
274
#Depends: postgresql-client-9.1, ${misc:Depends}
 
275
#Description: front-end programs for PostgreSQL (supported version)
 
276
# This package contains client and administrative programs for
 
277
# PostgreSQL: these are the interactive terminal client psql and
 
278
# programs for creating and removing users and databases.
 
279
# .
 
280
# This package always depends on the currently supported database
 
281
# client package for PostgreSQL. If you install PostgreSQL on a
 
282
# standalone machine, you need the server package postgresql, too. On a
 
283
# network, you can install this package on many client machines, while
 
284
# the server package may be installed on only one machine.
 
285
# .  
 
286
# PostgreSQL is an object-relational SQL database management system.
 
287
#
 
288
#Package: postgresql-doc
 
289
#Architecture: all
 
290
#Section: doc
 
291
#Depends: postgresql-doc-9.1, ${misc:Depends}
 
292
#Description: documentation for the PostgreSQL database management system
 
293
# This package contains all README files, user manual, and examples for
 
294
# the currently supported PostgreSQL version. The manual is in HTML
 
295
# format.
 
296
# .
 
297
# PostgreSQL is an object-relational SQL database management system.
 
298
#
 
299
#Package: postgresql-contrib
 
300
#Architecture: all
 
301
#Depends: postgresql-contrib-9.1, ${misc:Depends}
 
302
#Description: additional facilities for PostgreSQL (supported version)
 
303
# The PostgreSQL contrib package provides several additional features
 
304
# for the PostgreSQL database. contrib often serves as a testbed for
 
305
# features before they are adopted into PostgreSQL proper.
 
306
# .
 
307
# This package always depends on the currently supported contrib
 
308
# package for PostgreSQL.
 
309
# .
 
310
# PostgreSQL is an object-relational SQL database management system.