mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
6ba842163c
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