[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#427198: binNMU for vflib3 due to #426006



On Mon, Jun 18, 2007 at 09:57:44PM +0100, Lior Kaplan wrote:
> >Are there other libraries that need to be rebuilt in response to this
> >kpathsea change?

> These are the source packages which build-depend on libkpathsea-dev:

> $ grep -h -B 6 libkpathsea-dev /var/lib/apt/lists/*_source_Sources | 
> grep Package | awk '{print $2}'
> bibtool
> catdvi
> dvi2dvi
> dvi2ps
> dvipdfmx
> dvipng
> dvipsk-ja
> evince
> lcdf-typetools
> mendexk
> ptex-bin
> pyx
> tex4ht
> texfam
> texlive-bin
> tkdvi
> tmview
> vflib3
> xdvik-ja

> I'm not sure if this change affects them, but it probably does since 
> this changes between dynamic and static linking.

This is not a change between dynamic and static linking.  The only
reverse-dependencies that will be affected by this change are packages which
build shared libraries or DSO plugins using libtool and ship the resulting
.la files in the packages.

So:

$ for F in `grep-dctrl -FDepends -n -sFilename libkpathsea4 \
	/var/lib/apt/lists/_mirror*_sid_*_Packages`
do
	dpkg -c /mirror/$F | grep -q '\.la$' && echo $F
done

No other packages seem to be affected.

But I don't know why vflib3 needed rebuilt either, it doesn't seem to
contain any .la files?

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
vorlon@debian.org                                   http://www.debian.org/



Reply to: