Hello Adam, Adam D. Barratt [2010-11-20 19:45 +0000]: > On Wed, 2010-11-17 at 17:36 +0000, Debian Bug Tracking System wrote: > > > postgresql-8.4 (8.4.5-2) unstable; urgency=low > > > . > > > * debian/control: Build against libedit instead of libreadline. We > > > can't > > > simultaneously link against readline (GPL) and libssl (incompatible > > > with > > > GPL). (Closes: #603598) > > As 8.4.5-2 won't be able to migrate to testing before the release, > please could you prepare a t-p-u upload to fix this for Squeeze?
Uploaded as 8.4.5-0squeeze2 to t-p-u, debdiff attached. I tested this in a clean squeeze environment and it works as expected (which is, a lot worse than with libreadline [1], but c'est la vie^W problèmes de licence..). Thanks, Martin [1] http://bugs.debian.org/603922 -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
diff -u postgresql-8.4-8.4.5/debian/control postgresql-8.4-8.4.5/debian/control --- postgresql-8.4-8.4.5/debian/control +++ postgresql-8.4-8.4.5/debian/control @@ -5,7 +5,7 @@ Standards-Version: 3.9.1 XS-Python-Version: current Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), perl (>= 5.8), - libperl-dev, tcl8.5-dev, libreadline-dev | libreadline5-dev, libssl-dev, + libperl-dev, tcl8.5-dev, libedit-dev, libssl-dev, zlib1g-dev | libz-dev, libpam0g-dev | libpam-dev, libxml2-dev, libkrb5-dev, libldap2-dev, libxslt1-dev, libossp-uuid-dev, python-dev, python-central (>= 0.5), gettext, hardening-wrapper, diff -u postgresql-8.4-8.4.5/debian/changelog postgresql-8.4-8.4.5/debian/changelog --- postgresql-8.4-8.4.5/debian/changelog +++ postgresql-8.4-8.4.5/debian/changelog @@ -1,3 +1,12 @@ +postgresql-8.4 (8.4.5-0squeeze2) testing-proposed-updates; urgency=low + + * Urgency medium since this fixes an RC bug. + * debian/control: Build against libedit instead of libreadline. We can't + simultaneously link against readline (GPL) and libssl (incompatible with + GPL). (Closes: #603598) + + -- Martin Pitt <[email protected]> Wed, 17 Nov 2010 18:02:46 +0100 + postgresql-8.4 (8.4.5-0squeeze1) testing-proposed-updates; urgency=medium * Urgency medium, since this fixes a security bug (but also a lot of other

