mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
13 lines
616 B
ReStructuredText
13 lines
616 B
ReStructuredText
cpack-deb-component-dependencies
|
|
--------------------------------
|
|
|
|
* The :module:`CPackDeb` module learned to set package dependencies
|
|
per component. See :variable:`CPACK_DEBIAN_<COMPONENT>_PACKAGE_PREDEPENDS`,
|
|
:variable:`CPACK_DEBIAN_<COMPONENT>_PACKAGE_ENHANCES`,
|
|
:variable:`CPACK_DEBIAN_<COMPONENT>_PACKAGE_BREAKS`,
|
|
:variable:`CPACK_DEBIAN_<COMPONENT>_PACKAGE_CONFLICTS`,
|
|
:variable:`CPACK_DEBIAN_<COMPONENT>_PACKAGE_PROVIDES`,
|
|
:variable:`CPACK_DEBIAN_<COMPONENT>_PACKAGE_REPLACES`,
|
|
:variable:`CPACK_DEBIAN_<COMPONENT>_PACKAGE_RECOMMENDS` and
|
|
:variable:`CPACK_DEBIAN_<COMPONENT>_PACKAGE_SUGGESTS`.
|