Your message dated Sat, 03 Nov 2007 14:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#446457: fixed in postgresql-common 81
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- 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 ---
--- Begin Message ---
Source: postgresql-common
Source-Version: 81

We believe that the bug you reported is fixed in the latest version of
postgresql-common, which is due to be installed in the Debian FTP archive:

postgresql-client-common_81_all.deb
  to pool/main/p/postgresql-common/postgresql-client-common_81_all.deb
postgresql-common_81.dsc
  to pool/main/p/postgresql-common/postgresql-common_81.dsc
postgresql-common_81.tar.gz
  to pool/main/p/postgresql-common/postgresql-common_81.tar.gz
postgresql-common_81_all.deb
  to pool/main/p/postgresql-common/postgresql-common_81_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin Pitt <[EMAIL PROTECTED]> (supplier of updated postgresql-common package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 03 Nov 2007 10:13:46 -0400
Source: postgresql-common
Binary: postgresql-client-common postgresql-common
Architecture: source all
Version: 81
Distribution: unstable
Urgency: low
Maintainer: Martin Pitt <[EMAIL PROTECTED]>
Changed-By: Martin Pitt <[EMAIL PROTECTED]>
Description: 
 postgresql-client-common - manager for multiple PostgreSQL client versions
 postgresql-common - PostgreSQL database-cluster manager
Closes: 446457 446978 447009 447045 447052 447054 447131 447417 447436 447642 
447881 448768
Changes: 
 postgresql-common (81) unstable; urgency=low
 .
   * debian/supported_versions: Welcome, Ubuntu Hardy (8.04)!
   * debian/postgresql-common.templates, debian/control: Language and grammar
     improvements, thanks a lot to Christian Perrier and the l10n teams!
     (Closes: #446457)
   * Update debconf translations, thanks to all translators!
     - French (Christian Perrier) (Closes: #446978)
     - Vietnamese (Clytie Siddall) (Closes: #447009)
     - Finnish (Esko Arajärvi) (Closes: #447045)
     - Italian (Luca Monducci) (Closes: #447052)
     - Galician (Jacobo Tarrio) (Closes: #447054)
     - Basque (Piarres Beobide) (Closes: #447131)
     - Spanish (Javier Fernández-Sanguino Peña) (Closes: #447417)
     - Czech (Miroslav Kure) (Closes: 447436)
     - Portugese (Miguel Figueiredo) (Closes: #447642)
     - Brazilian Portugese (Eder L. Marques) (Closes: #447881)
     - Russian (Sergey Alyoshin) (Closes: #448768)
     - German (Martin Pitt)
Files: 
 a26dd035ea7ed0f2b4e095b0fd2da22b 599 misc optional postgresql-common_81.dsc
 b478af337a9528c23bdfc9211e37d8b6 102087 misc optional 
postgresql-common_81.tar.gz
 e06193dfdfb482c24cfa339cc639e284 104728 misc optional 
postgresql-common_81_all.deb
 4fe51bf90403c620e84868e5073963e3 43418 misc optional 
postgresql-client-common_81_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHLIMeDecnbV4Fd/IRAoL7AKCNr1vZ8qi4fyHmGLusWAfGzx5YZwCfb8ry
+763qJ4oBvC57vgyJiD3uWY=
=yxzi
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to