Debug Symbol Packages
Packages automatically generate debug symbol packages at build time, the packages have the package name extension -dbgsym.
Infrastructure To be able to benefit from dbgsym packages, the infrastructure must be ready for them, the requirements are:
reprepro: must support dbgsym since 4.17.0 debhelper: with dbgsym support since 9.20160114 dpkg-dev: support for dbgsym since 1.18.2~ When building packages with those tools, automatic debug symbols will be generated for all built packages.
[Read More]