--- Begin Message ---
Package: postgresql-common
Version: N/A
Severity: normal
Tags: patch
Dear Debian maintainer,
On Tuesday, September 25, 2007, I notified you of the beginning of a review
process
concerning debconf templates for postgresql-common.
The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.
Please review the suggested changes are suggested, and if you have any
objections, let me know in the next 3 days.
Please try to avoid uploading postgresql-common with these changes right now.
The second phase of this process will begin on Tuesday, October 16, 2007, when
I will
coordinate updates to translations of debconf templates.
The existing translators will be notified of the changes: they will
receive an updated PO file for their language.
Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.
Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.
The call for translation updates and new translations will run until
about Tuesday, November 06, 2007. Please avoid uploading a package with fixed
or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.
Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.
Around <DAY25>, I will contact you again and will send a final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).
Again, thanks for your attention and cooperation.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- postgresql-common.old/debian/postgresql-common.templates 2007-09-23
07:18:26.242291603 +0200
+++ postgresql-common/debian/postgresql-common.templates 2007-10-13
09:43:39.453075083 +0200
@@ -1,9 +1,18 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# [EMAIL PROTECTED] for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
Template: postgresql-common/obsolete-major
-Type: note
+Type: error
_Description: Obsolete major version ${old}
- The PostgreSQL version ${old} is obsolete, but you still have the server
- and/or client package installed. Please install the latest packages
- (postgresql-${latest} and postgresql-client-${latest}) and upgrade your
+ The PostgreSQL version ${old} is obsolete, but the server
+ or client packages are still installed. Please install the latest packages
+ (postgresql-${latest} and postgresql-client-${latest}) and upgrade the
existing ${oldversion} clusters with pg_upgradecluster (see manpage).
.
Please be aware that the installation of postgresql-${latest} will
@@ -12,6 +21,6 @@
cluster (pg_dropcluster --stop ${latest} main, see manpage for
details).
.
- The old server and client packages are not supported any more. After
- having upgraded the existing clusters, you should remove the
- postgresql-${old} and postgresql-client-${old} packages.
+ The old server and client packages are no longer supported. After the
+ existing clusters are upgraded, the postgresql-${old} and
+ postgresql-client-${old} packages should be removed.
--- postgresql-common.old/debian/control 2007-09-23 07:18:26.242291603
+0200
+++ postgresql-common/debian/control 2007-10-10 17:56:10.838028227 +0200
@@ -11,21 +11,21 @@
Conflicts: postgresql (<< 7.5), postgresql-client (<< 7.5), postgresql-7.4 (<<
1:7.4.8-10), postgresql-8.0 (<< 8.0.3-7)
Replaces: postgresql (<< 7.5), postgresql-client (<< 7.5)
Depends: postgresql-client-common (>= ${source:Version}), procps, adduser,
debconf (>= 0.5.00) | debconf-2.0, lsb-base (>= 3.0-3), ssl-cert (>= 1.0.11)
-Description: manager for PostgreSQL database clusters
- postgresql-common provides a structure under which multiple versions of
- PostgreSQL may be installed and/or multiple clusters maintained at one
- time.
+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.
.
- If you have openssl installed, this package will automatically create a (self
- signed) SSL certificate so that SSL works out of the box.
+ If the openssl package is installed, this package will automatically
+ create a (self-signed) certificate so that SSL connections are
+ supported.
.
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.
+ 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
@@ -33,7 +33,7 @@
Replaces: postgresql (<< 7.5), postgresql-client (<< 7.5), postgresql-common
(<< 45)
Depends: debconf (>= 0.5.00) | debconf-2.0
Description: manager for multiple PostgreSQL client versions
- postgresql-client-common provides a structure under which multiple
+ 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
@@ -41,10 +41,8 @@
~/.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. 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.
-
+ 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.
--- End Message ---