CPackDeb: CPACK_DEBIAN_PACKAGE_NAME documentation improvement

This commit is contained in:
Domen Vrankar 2015-11-08 23:46:13 +01:00 committed by Brad King
parent a45a4b2d86
commit 57672e7275
1 changed files with 10 additions and 2 deletions

View File

@ -29,10 +29,18 @@
# .. variable:: CPACK_DEBIAN_PACKAGE_NAME # .. variable:: CPACK_DEBIAN_PACKAGE_NAME
# CPACK_DEBIAN_<COMPONENT>_PACKAGE_NAME # CPACK_DEBIAN_<COMPONENT>_PACKAGE_NAME
# #
# The Debian package summary # Set Package control field (variable is automatically transformed to lower
# case).
# #
# * Mandatory : YES # * Mandatory : YES
# * Default : :variable:`CPACK_PACKAGE_NAME` (lower case) # * Default :
#
# - :variable:`CPACK_PACKAGE_NAME` for non-component based
# installations
# - :variable:`CPACK_DEBIAN_PACKAGE_NAME` suffixed with -<COMPONENT>
# for component-based installations.
#
# See https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Source
# #
# #
# .. variable:: CPACK_DEBIAN_PACKAGE_VERSION # .. variable:: CPACK_DEBIAN_PACKAGE_VERSION