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. -- Agustin
diff -wu libedit-2.11-20080614/debian/libedit2.shlibs libedit-2.11-20080614/debian/libedit2.shlibs --- libedit-2.11-20080614/debian/libedit2.shlibs +++ libedit-2.11-20080614/debian/libedit2.shlibs @@ -1 +1 @@ -libedit 2 libedit2 (>= 2.5.cvs.20010821-1) +libedit 2 libedit2 (>= 2.11-20080614-1) diff -wu libedit-2.11-20080614/debian/changelog libedit-2.11-20080614/debian/changelog --- libedit-2.11-20080614/debian/changelog +++ libedit-2.11-20080614/debian/changelog @@ -1,3 +1,10 @@ +libedit (2.11-20080614-1.1) unstable; urgency=low + + * Non-Maintainer Upload + * libedit2.shlibs: Fix minimal version for dependency (Closes: #523260). + + -- Agustin Martin Domingo <agmar...@debian.org> Thu, 16 Sep 2010 12:10:12 +0200 + libedit (2.11-20080614-1) unstable; urgency=low * Fix typo in 03-el.c-MAXPATHLEN.diff