On Freitag 13 Februar 2009 13:37:02 Dominique Leuenberger wrote:
On 2/13/2009 at 1:33 PM, "Sascha 'saigkill' Manns" samannsml@directbox.com
wrote:
On Freitag 13 Februar 2009 09:27:38 Dominique Leuenberger wrote: I've renamed the Package, but i see the same Error. libtinyxml.i586: E: shlib-policy-name-error (Badness: 10000) libtinyxml0 Your package contains a single shared library but is not named after its SONAME.
libtinyxml != libtinyxml0
The number is there to ensure that future, incompatible versions of the library can also be installed. This is important to be able to run 'older' applications that use the old API for example. You're not always able / willing to port everything to the new version of a SH Lib.
How can i fix this?