The source project of this merge request has been removed.
WIP: mesalink with missing dependencies
I try to package MesaLink. This is my first Rust package in Debian. I'd like to use it as TLS implementation for PostgreSQL.
I cannot get libmesalink to build with debcargo. You can use Autotools or CMake to build it. A hint how to use it with debhelper/cargo would be appreciated. Also, how do I introduce an extra binary package for the .so file? Or should I just build a .a in the -dev package and use that?