diff options
author | Domen Vrankar <domen.vrankar@gmail.com> | 2015-11-08 21:17:27 (GMT) |
---|---|---|
committer | Domen Vrankar <domen.vrankar@gmail.com> | 2015-11-08 21:21:09 (GMT) |
commit | 24012e3c15c127fe570a222fc8cde37cf2a27023 (patch) | |
tree | 45ea029902105441f9fdc488737c9e6543ce3551 | |
parent | 47182ab876260c20554d8c5e3e8f453264a47b53 (diff) | |
download | CMake-24012e3c15c127fe570a222fc8cde37cf2a27023.zip CMake-24012e3c15c127fe570a222fc8cde37cf2a27023.tar.gz CMake-24012e3c15c127fe570a222fc8cde37cf2a27023.tar.bz2 |
CPackDeb: additional CPACK_DEBIAN_PACKAGE_SECTION documentation
-rw-r--r-- | Modules/CPackDeb.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Modules/CPackDeb.cmake b/Modules/CPackDeb.cmake index 2c1f236..e2c2312 100644 --- a/Modules/CPackDeb.cmake +++ b/Modules/CPackDeb.cmake @@ -102,9 +102,14 @@ # .. variable:: CPACK_DEBIAN_PACKAGE_SECTION # CPACK_DEBIAN_<COMPONENT>_PACKAGE_SECTION # +# Set Section control field e.g. admin, devel, doc, ... +# # * Mandatory : YES # * Default : 'devel' # +# See https://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections +# +# # .. variable:: CPACK_DEBIAN_COMPRESSION_TYPE # # The compression used for creating the Debian package. |