On Sun, 23 Mar 2008, Adeodato Simó wrote: > I think it'd be great if dpkg-shlibdeps could support that, via a > switch. And, possibly, I think it ought to be made the default, > retaining the current behaviour with a --strict switch or something. > > I realize this is not straightforward to implement, since it means > warnings can't be emitted as they are found. However, I'm convinced it > would boost the useability of these warnings (which sadly people tend to > ignore at the moment). What do you think?
The main problem is that dpkg-shlibdeps doesn't know what a package is. It takes as input the binaries to analyze and generate a substvars. It can be called multiple on the same package sometimes. It should still be doable to do something like that but the granularity would be the dpkg-shlibdeps invocation and not necessarily the package. Feel free to try to provide a patch, it shouldn't be too difficult. :) Cheers, -- Raphaël Hertzog Le best-seller français mis à jour pour Debian Etch : http://www.ouaza.com/livre/admin-debian/

