patch 597514 +patch
thanks

On Mon, Sep 20, 2010 at 12:30:15PM +0200, Agustin Martin wrote:
> On Thu, Sep 16, 2010 at 12:48:42PM +0200, Agustin Martin wrote:
> > On Wed, Sep 15, 2010 at 01:46:43PM +0200, Agustin Martin wrote:
> > > If the only problem are new symbols added, may be just changing
> > > 
> > > libedit2.shlibs: 
> > > libedit 2 libedit2 (>= 2.5.cvs.20010821-1)
> > > 
> > > dependency to (>= 2.11-20080614-1) can help. Take this with a grain of 
> > > salt, 
> > > I am not familiar with shared libraries policy.
> > 
> > I have done more tests at the libedit side, seems that from 2.11~20080614 to
> > 2.11-20080614 at least 'toupper' and 'tolower' were added, so last one seems
> > the appropriate choice for minimal dependency.
> > 
> > Patch with my current changes is attached. Although is marked as an NMU, I
> > will wait before to hear from maintainer (Hi, Anibal). Do not forget to
> > clone bug report to gnuplot before closing.
> 
> I am about to do the actual cloning, reassignation and block marking.

Fixed libedit has been uploaded to sid, so is gnuplot time now.

Attached patch should fix this problem and make sure good minimal value is
used in shlibs. In case is needed, I have an NMU ready. Bradley, let me know
if you prefer me to upload that NMU.

Cheers,

-- 
Agustin
diff -Nru -w gnuplot-4.4.0/debian/changelog gnuplot-4.4.0/debian/changelog
--- gnuplot-4.4.0/debian/changelog	2010-03-27 12:35:04.000000000 +0100
+++ gnuplot-4.4.0/debian/changelog	2010-09-21 12:19:11.000000000 +0200
@@ -1,3 +1,11 @@
+gnuplot (4.4.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build depend on recent libedit-dev with fixed shlibs
+    dependencies (Closes: #597514).
+
+ -- Agustin Martin Domingo <agmar...@debian.org>  Tue, 21 Sep 2010 12:19:09 +0200
+
 gnuplot (4.4.0-1) unstable; urgency=low
 
   * New usptream release. Closes: #575460, #574099, #519090, #523856.
diff -Nru -w gnuplot-4.4.0/debian/control gnuplot-4.4.0/debian/control
--- gnuplot-4.4.0/debian/control	2010-03-27 12:35:04.000000000 +0100
+++ gnuplot-4.4.0/debian/control	2010-09-21 12:22:15.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Bradley Smith <bradsm...@debian.org>
 Standards-Version: 3.8.4
-Build-Depends: debhelper (>= 7), libpng12-dev, libx11-dev, libxt-dev, pkg-config, texinfo (>= 4.8), texlive-latex-base, texlive-latex-recommended, zlib1g-dev, libgd2-noxpm-dev, quilt, libwxgtk2.8-dev, libcairo2-dev, libpango1.0-dev, libedit-dev, autoconf, automake
+Build-Depends: debhelper (>= 7), libpng12-dev, libx11-dev, libxt-dev, pkg-config, texinfo (>= 4.8), texlive-latex-base, texlive-latex-recommended, zlib1g-dev, libgd2-noxpm-dev, quilt, libwxgtk2.8-dev, libcairo2-dev, libpango1.0-dev, libedit-dev (>= 2.11-20080614-2), autoconf, automake
 Homepage: http://gnuplot.sourceforge.net/
 Vcs-Git: http://git.brad-smith.co.uk/git/debian/pkg-gnuplot.git
 Vcs-Browser: http://git.brad-smith.co.uk/?p=debian/pkg-gnuplot.git

Reply via email to