summaryrefslogtreecommitdiffstats
path: root/Tests/CPackComponentsDEB/MyLibCPackConfig-components-description2.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Revert "CPack/DEB: Make package description variable precedence match RPM"Domen Vrankar2016-09-241-4/+2
| | | | | This reverts commit 332b089ad213a1aa89658fffd8f68c9064c6d3db as multiline descriptions require special formatting.
* CPack/DEB: Make package description variable precedence match RPMDomen Vrankar2016-09-071-2/+4
| | | | | | | | | Make `CPACK_DEBIAN_PACKAGE_DESCRIPTION` fallback variable precedence match CPackRPM behavior as much as possible. This is technically a breaking change, but the new behavior is more consistent with expectation anyway. Closes: #16272
* CPackDEB component descriptionRaffi Enficiaud2015-04-291-0/+26
Support for setting different description for each component.