The debian
class renames output packages so that
they follow the Debian naming policy (i.e. eglibc
becomes libc6
and eglibc-devel
becomes libc6-dev
.)
Renaming includes the library name and version as part of the package
name.
If a recipe creates packages for multiple libraries
(shared object files of .so
type), use the
LEAD_SONAME
variable in the recipe to specify the library on which to apply the
naming scheme.