Hello,

I'm currently packaging libgraphqlparser (https://github.com/graphql/libgraphqlparser) which is a library for parsing graphql queries.

Currently, the cmake script file doesn't add the SONAME to the shared library, leading to lintian warning: https://lintian.debian.org/tags/shlib-without-versioned-soname.html

My best guess is to patch the cmake script to add the SONAME to the compiled library name but I'm wondering if there are alternatives or better solutions I haven't thought of yet?

Thanks in advance

/Nicolas

Reply via email to