Each (C/C++) shared library binary package has to have 2 files to describe the dependencies of the shared library has on other shared libraries and the list of exported symbols file:
As of now, debcraft only generates the shlibs file without the symbols file.
Each (C/C++) shared library binary package has to have 2 files to describe the dependencies of the shared library has on other shared libraries and the list of exported symbols file:
As of now, debcraft only generates the shlibs file without the symbols file.