| Log Message: |
My explanation on IRC sucked, so here goes. Shared objects in /usr/lib don't
get shlibs unless they're meant to be linked to by 3rd party stuff,
eg. libkate.so.1.0.0, etc.
But packages with shared objects in /usr/lib, kfaxview with libkfaximage.so,
still need to be passed to DEB_SHLIBDEPS_INCLUDE (see debian-qt-kde.mk in cdbs)
using PACKAGES_WITH_LIBS in debian/rules, to ensure that other packages within
the source package can see all the libs that they might have linked against,
and so get a dependency if needed.
And while I noticed I'm bumping the build-deps to 3.5-rc1.
Otherwise, everything looks great.
|