mk_deb_sub_do — Begin Debian subpackage definition
mk_deb_sub_do
SUBPACKAGE=
name
Begins the definition of an Debian subpackage. The build
files provided to mk_deb_do
must
provide appropriate metadata for the subpackage, but
the file list and directly lists will be created automatically.
After invoking this function, you can use functions
such as mk_package_targets
or
mk_package_patterns
to add files
to the subpackage. End the definition of the subpackage
with mk_deb_sub_done
.