Name

mk_deb_sub_do — Begin Debian subpackage definition

Synopsis

mk_deb_sub_do SUBPACKAGE=name

Options

SUBPACKAGE=name

Sets the name of the subpackage by itself, e.g. dev, dbg.

Description

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.