trelau / SMESH

Mesh module from the Salome Platform
GNU Lesser General Public License v2.1
52 stars 32 forks source link

Support versioned shared library sonames #10

Closed kkremitzki closed 6 years ago

kkremitzki commented 6 years ago

While packaging smesh, I ran into two significant problems from lintian, the Debian package linting tool:

https://lintian.debian.org/tags/shlib-without-versioned-soname.html https://lintian.debian.org/tags/dev-pkg-without-shlib-symlink.html

This patch resolves the issues discussed in these links.