Your message dated Fri, 19 May 2006 10:17:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367152: fixed in postgresql-common 53
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
Severity: wishlist
Tags: patch l10n

   Please use this Russian debconf translation

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686-smp
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
# translation of postgresql-common_51_ru.po to Russian
# This file is distributed under the same license as the PACKAGE package.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
# Yuriy Talakan' <[EMAIL PROTECTED]>, 2006.
#
msgid ""
msgstr ""
"Project-Id-Version: postgresql-common_51_ru\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-05-12 05:03-0600\n"
"PO-Revision-Date: 2006-05-14 15:44+1000\n"
"Last-Translator: Yuriy Talakan' <[EMAIL PROTECTED]>\n"
"Language-Team: Russian <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.9.1\n"

#. Type: note
#. Description
#: ../postgresql-common.templates:3
msgid "Obsolete major version ${old}"
msgstr ""

#. Type: note
#. Description
#: ../postgresql-common.templates:3
msgid ""
"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 existing "
"${oldversion} clusters with pg_upgradecluster (see manpage)."
msgstr ""
"PostgreSQL версии ${old} устарел, но у вас все еще установлен пакет сервера и/"
"или клиента. Пожалуйста, установите последние пакеты (postgresql-"
"${latest} и postgresql-client-${latest}), и обновите ваши существующие 
кластеры "
"${oldversion} с помощью pg_upgradecluster (смотрите man-страницу)."

#. Type: note
#. Description
#: ../postgresql-common.templates:3
msgid ""
"Please be aware that the installation of postgresql-${latest} will "
"automatically create a default cluster ${latest}/main. If you want to "
"upgrade the ${old}/main cluster, you need to remove the already existing "
"${latest} cluster (pg_dropcluster --stop ${latest} main, see manpage for "
"details)."
msgstr "Предупреждаю вас, что установка postgresql-${latest} автоматически 
создаст кластер по умолчанию ${latest}/main. Если вы желаете обновить  кластер 
${old}/main, вы должны удалить существующий кластер ${latest} (pg_dropcluster 
--stop ${latest} main, для деталей смотрите man-страницу)."

#. Type: note
#. Description
#: ../postgresql-common.templates:3
msgid ""
"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."
msgstr "Старые пакеты сервера и клиента более не поддерживаются.После 
обновления существующих кластеров, вы должны удалить пакеты postgresql-${old} и 
postgresql-client-${old}."


--- End Message ---
--- Begin Message ---
Source: postgresql-common
Source-Version: 53

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_53_all.deb
  to pool/main/p/postgresql-common/postgresql-client-common_53_all.deb
postgresql-common_53.dsc
  to pool/main/p/postgresql-common/postgresql-common_53.dsc
postgresql-common_53.tar.gz
  to pool/main/p/postgresql-common/postgresql-common_53.tar.gz
postgresql-common_53_all.deb
  to pool/main/p/postgresql-common/postgresql-common_53_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: Fri, 19 May 2006 18:58:25 +0200
Source: postgresql-common
Binary: postgresql-client-common postgresql-common
Architecture: source all
Version: 53
Distribution: unstable
Urgency: medium
Maintainer: Martin Pitt <[EMAIL PROTECTED]>
Changed-By: Martin Pitt <[EMAIL PROTECTED]>
Description: 
 postgresql-client-common - manager for multiple PostgreSQL client versions
 postgresql-common - manager for PostgreSQL database clusters
Closes: 367152
Changes: 
 postgresql-common (53) unstable; urgency=medium
 .
   * Urgency medium since this fixes a quite serious bug; no intrusive changes
     otherwise.
   * Add Russian debconf translation, thanks to Yuriy Talakan'
     <[EMAIL PROTECTED]>! Closes: #367152
   * t/001_packages.t: Check that the locales used in the tests are installed
     so that the test suite fails early if not.
   * t/050_encodings.t, t/060_obsolete_confparams.t: Use ru_RU{,.UTF-8} for
     tests, since they have more potential for failure.
   * t/050_encodings.t:
     - Add check for https://launchpad.net/bugs/39177: Correct encoding of
       server error messages under various locales.
     - Add check for bug #343057: Correct startup if client_encoding and
       lc_messages settings do not match.
   * pg_ctlcluster: Set LC_CTYPE environment variable to unbreak server error
     messages. (Closes https://launchpad.net/bugs/39177). By only setting CTYPE
     we also avoid reintroducing bug #343057. (Yay for postmaster being so anal
     about its environment)
   * t/020_create_sql_remove.t: Consider LC_CTYPE a safe environment variable.
   * debian/postgresql-common.postinst: Bump version comparison for restarting
     postgresql servers to this version, to ensure that above bug fix becomes
     active.
Files: 
 1aa106bfd20dfd3d4f564322060420af 604 misc optional postgresql-common_53.dsc
 14bbb4d0c2967292949db037a096ca0e 76608 misc optional 
postgresql-common_53.tar.gz
 5182c1920fed48ea7475d5229b6686c9 82640 misc optional 
postgresql-common_53_all.deb
 15f11b4d1cfaf0524aefc3905f8f6399 33724 misc optional 
postgresql-client-common_53_all.deb

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

iD8DBQFEbfmfDecnbV4Fd/IRAoYWAKDUo+5jjWWdrkr3FueGZ5H+E5BOugCgok21
PJCCEuqxsejnv39HMLMlROo=
=IpNm
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to