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

question about dpkg-shlibdeps



I noticed that siag was not creating a dependency on libdnd1.
There were a few mistakes with the package so I recompiled it
and still had problems.

Running dpkg-shlibdpes gave the following:
> bash$ dpkg-shlibdeps debian/tmp/usr/X11R6/bin/siag
> dpkg-shlibdeps: warning: unable to find dependency information for shared library libDnd (soname 1, path /usr/X11R6/lib/libDnd.so.1, dependency field Depends)

libDnd.so.1.0 is compiled with the following:
  gcc -shared -Wl,-soname,libDnd.so.1 -o libDnd.so.1.0 DragAndDrop.o -lc

The shlibs file on my system (not the one that came with libdnd1) is:
  libDnd++        1 libdnd1 (>=1.0)
  libDnd  1 libdnd1 (>=1.0)

libDnd.so.1 is a symlink to libDnd.so.1.0

Anyone got ideas why dpkg-shlibdeps doesn't give the dependency?

- Jay


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: