diff options
author | Brad King <brad.king@kitware.com> | 2019-10-07 14:21:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-10-07 14:45:23 (GMT) |
commit | ffa1c76ba364f4400973e184b30b9ca387e0b484 (patch) | |
tree | 59404924d600513587dd5cb9e88ed3d6b949da21 | |
parent | a933d8d84e527b04920773d296b09bdcc0872ecf (diff) | |
download | CMake-ffa1c76ba364f4400973e184b30b9ca387e0b484.zip CMake-ffa1c76ba364f4400973e184b30b9ca387e0b484.tar.gz CMake-ffa1c76ba364f4400973e184b30b9ca387e0b484.tar.bz2 |
Help: Add missing 3.16 release notes for CPack/DEB descriptions
Add notes for the changes from commit 33c7ea513d (CPackDeb: Use
`CPACK_PACKAGE_DESCRIPTION_FILE`, 2019-07-11).
Suggested-by: Alex Turbov <i.zaufi@gmail.com>
-rw-r--r-- | Help/release/3.16.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/3.16.rst b/Help/release/3.16.rst index 8d8490e..2b1ecf5 100644 --- a/Help/release/3.16.rst +++ b/Help/release/3.16.rst @@ -201,9 +201,17 @@ CPack control what configurations are to be packaged for multi-configuration CMake generators. +* The :cpack_gen:`CPack DEB Generator` is now able to format generic text + (usually used as the description for multiple CPack generators) according + to the `Debian Policy Manual`_. See the + :variable:`CPACK_PACKAGE_DESCRIPTION_FILE` and + :variable:`CPACK_DEBIAN_<COMPONENT>_DESCRIPTION` variables. + * The :cpack_gen:`CPack Archive Generator` learned to generate ``.tar.zst`` packages with Zstandard compression. +.. _`Debian Policy Manual`: https://www.debian.org/doc/debian-policy/ch-controlfields.html#description + Deprecated and Removed Features =============================== |