Hi,
On Sun, Jul 09, 2006, Dave Beckett wrote:
> It also uses -lICE which isn't in the dependencies either and seems to
> be made by the configure AC_PATH_XTRA macro. I can't look that up to
> find out why on debian since the project has removed all autoconf
> documentation.
You can still read the macro. ;)
> Since libsm-dev depends on libice-dev, adding the former should be
> sufficient.
Do as you please, but I would list everything which is direcly
referenced in the *.la files. I suggest you isolate these deps in a
substvar such as ${la:Depends} that you would fill from rules either
from a hardcoded list or from a script. I wrote such a script for some
packages, but it only covers references to other *.la files in
dependency_libs, not -L + -l flags, and it should be in debhelper
anyway.
Bye,
--
Loïc Minier <[EMAIL PROTECTED]>