[Build-common-hackers] Bug#204975: cdbs: postrm and postinst have useless call to ldconfig

Sebastien Bacher Sebastien Bacher <seb128@debian.org>, 204975@bugs.debian.org
Mon, 11 Aug 2003 18:34:35 +0200


Package: cdbs
Version: 0.4.5.2
Severity: normal


I've switched to cdbs for file-roller debian package.  But after building I've these two warnings :

W: file-roller: postinst-has-useless-call-to-ldconfig
W: file-roller: postrm-has-useless-call-to-ldconfig


file-roller has a so file "/usr/lib/bonobo/libfile-roller-component.so", but according to lintian :

"The postinst script calls ldconfig even though no shared libraries are
installed in a directory controlled by the dynamic library loader."


/usr/lib/bonobo is not "controlled by the dynamic library loader", so the call is useless.