On Thu, 2005-11-24 at 18:58 +0100, Martin Pitt wrote:
> Hi Oliver!
> 
> Oliver Elphick [2005-11-23 18:49 +0000]:
> > The PostgreSQL version 8.1 is obsolete, but you still have the server
> > and/or client package installed...
> > 
> > Since 8.1 is the very latest, this is wrong :-)
> 
> Hey, it's already *two weeks* old. Nobody uses this old crack any
> more. :)
> 
> Seriously, that's a bug in the brand new supported-versions. The
> output of
> 
>   sh -x /usr/share/postgresql-common/supported-versions
> 
> would help me to fix it.

Here you are:
+ set -x
+ type -p lsb_release
++ lsb_release -is
+ DISTRO=Debian
++ lsb_release -rs
+ RELEASE=3.1
+ case "$DISTRO" in
+ lsb_debian 3.1
+ case "$1" in
+ echo 'Unknown Debian release: 3.1'
Unknown Debian release: 3.1
+ exit 0

You will see from the last line that I have already had to force this
script not to error-exit in order to get postgresql-common to install.

Olly



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to