Thanks to the developers for the great program.
I'm currently updating jackbeat in debian from 0.7.4 to 0.7.6, and am
having such a warning from debhelper during dpkg-buildpackage:
dh_shlibdeps
dpkg-shlibdeps: warning: dependency on libfontconfig.so.1 could be
avoided if "debian/jackbeat/usr/bin/jackbeat" were not uselessly linked
against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libatk-1.0.so.0 could be avoided
if "debian/jackbeat/usr/bin/jackbeat" were not uselessly linked against
it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on librt.so.1 could be avoided if
"debian/jackbeat/usr/bin/jackbeat" were not uselessly linked against it
(they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libgio-2.0.so.0 could be avoided
if "debian/jackbeat/usr/bin/jackbeat" were not uselessly linked against
it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libgthread-2.0.so.0 could be
avoided if "debian/jackbeat/usr/bin/jackbeat" were not uselessly linked
against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libpangocairo-1.0.so.0 could be
avoided if "debian/jackbeat/usr/bin/jackbeat" were not uselessly linked
against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libasound.so.2 could be avoided
if "debian/jackbeat/usr/bin/jackbeat" were not uselessly linked against
it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libfreetype.so.6 could be avoided
if "debian/jackbeat/usr/bin/jackbeat" were not uselessly linked against
it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libpangoft2-1.0.so.0 could be
avoided if "debian/jackbeat/usr/bin/jackbeat" were not uselessly linked
against it (they use none of its symbols)
I'm quite new to debian packaging, but the messages look for me clear.
However, I don't understand what's the cause.
Maybe you can help me clear the unneeded dependencies. Thanks.