Your message dated Tue, 21 Feb 2006 13:47:58 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#353754: fixed in postgresql-common 43
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: 42
Severity: important
Tags: patch


Installation of postgresql-common fails on postinst.

I found the following:

#lsb_release -rs
testing
#sh /usr/share/postgresql-common/supported-versions 
Unknown Debian release: testing


This patch fixes the problem:

# diff -u supported-versions supported-versions.new
--- supported-versions  2006-02-20 17:09:37.000000000 +0100
+++ supported-versions.new      2006-02-20 17:09:02.000000000 +0100
@@ -22,7 +22,7 @@

 lsb_debian() {
     case "$1" in
-        testing/unstable | unstable)
+        testing/unstable | unstable | testing)
             echo -e "7.4\n8.1"
             ;;
         3.1)
                                                                                
   
                                                                                
   

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.2
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages postgresql-common depends on:
ii  adduser                       3.80       Add and remove users and groups
ii  debconf [debconf-2.0]         1.4.70     Debian configuration management sy
ii  lsb-base                      3.0-15     Linux Standard Base 3.0 init scrip

Versions of packages postgresql-common recommends:
ii  openssl                       0.9.8a-7   Secure Socket Layer (SSL) binary a

-- debconf information excluded


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

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-common_43.dsc
  to pool/main/p/postgresql-common/postgresql-common_43.dsc
postgresql-common_43.tar.gz
  to pool/main/p/postgresql-common/postgresql-common_43.tar.gz
postgresql-common_43_all.deb
  to pool/main/p/postgresql-common/postgresql-common_43_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: Tue, 21 Feb 2006 20:59:04 +0100
Source: postgresql-common
Binary: postgresql-common
Architecture: source all
Version: 43
Distribution: unstable
Urgency: low
Maintainer: Martin Pitt <[EMAIL PROTECTED]>
Changed-By: Martin Pitt <[EMAIL PROTECTED]>
Description: 
 postgresql-common - manager for PostgreSQL database clusters
Closes: 351835 351891 351985 353674 353754 353832
Changes: 
 postgresql-common (43) unstable; urgency=low
 .
   * debian/postgresql-common.cron.d: Update documentation for 8.1 and correct
     paths in it. Closes: #351891
   * pg_createcluster: Fix typos in POD. Closes: #351835
   * debian/postgresql-common.dirs: Add /var/lib/postgresql to ensure that the
     postgres user always has an existant home directory. Closes: #351985
   * debian/supported-versions, lsb_debian(): Add 'testing'. Closes: #353754
   * PgCommon.pm, change_ugid():
     - Suppress warning on nonexistant user names.
     - Do not split group list at comma; getgrent already converts commas in
       /etc/groups to spaces, and splitting on commas breaks pam-ldap
       environments. Thanks to Chmouel Boudjnah.
     - Closes: #353674
   * pg_wrapper: Set PGSYSCONFDIR to /etc/postgresql-common if it is unset, to
     provide a sane default for the location of pg_service.conf.
     Closes: #353832
   * pg_dropcluster: Remove /etc/postgresql/<version> and
     /var/lib/postgresql/<version> if empty.
   * t/TestLib.pm: Added check_clean() method to test for empty PostgreSQL
     related directories and processes, and use it in all tests.
   * pg_dropcluster: Remove default log file. This avoids leaving it behind if
     the log file directory was changed in postgresql.conf.
Files: 
 514f9d3650e0f42ebf426e27fa6024a5 578 misc optional postgresql-common_43.dsc
 a1d5a0468c860ecc1852c627f9ce89a7 65963 misc optional 
postgresql-common_43.tar.gz
 17a63c9d25919e7593b0d13a0591bb94 86552 misc optional 
postgresql-common_43_all.deb

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

iD8DBQFD+3/uDecnbV4Fd/IRArQNAKCfm3NuCSeKk6/Dep1cdlteGZC14gCfQFbl
lq0s/8YIHtwoppMM9AYSmpI=
=KSfG
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to