-
- Downloads
CPack-deb: don't add a line with a dot to pkg desc
Currently, if the package description ends with a newline (typically if it is read from a file) cpack -deb adds a single line with a dot at the end which leads to a violation of the `extended-description-contains-empty-paragraph` debian policy. This commit fixes the above behaviour. Fixes: #20763
Showing
- Modules/Internal/CPack/CPackDeb.cmake 10 additions, 0 deletionsModules/Internal/CPack/CPackDeb.cmake
- Tests/CPackComponentsDEB/MyLibCPackConfig-components-description1.cmake.in 1 addition, 1 deletion...entsDEB/MyLibCPackConfig-components-description1.cmake.in
- Tests/RunCMake/CPack/tests/DEB_DESCRIPTION/VerifyResult.cmake 1 addition, 11 deletions...s/RunCMake/CPack/tests/DEB_DESCRIPTION/VerifyResult.cmake
Please register or sign in to comment