Hi Soren.

Our source is libgxml version 0.20.4
And soname of so files is 2.0.2

Because of these binary name is 0.20-2.0.2

See https://udd.debian.org/lintian-tag/package-name-doesnt-match-sonames

Out put of following command is 2.0.2:

objdump -p /path/to/libfoo-bar.so.1.2.3 | sed -n 
-e's/^[[:space:]]*SONAME[[:space:]]*//p' | \
sed -r -e's/([0-9])\.so\./\1-/; s/\.so(\.|$)//; y/_/-/; s/(.*)/\L&/'

Reply via email to