I have a library which builds a shared object library. It is libnetfilter_cthelper library on git.netfilter.org. The library on doing ./conifgure;make;make install, installs the shared object library. When I created a debian package, it does create a shared object but it does not have any symbols.
Is there any simple way to create a debian package that builds the shared object file? Any way to debug it? Or is there any good tutorial. I have been reading a lot of stuff that does not have clean steps into understanding or building a package.