diff options
author | Alex Neundorf <neundorf@kde.org> | 2023-10-26 21:29:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-11-27 15:25:43 (GMT) |
commit | f2a6d423da1400108327bff5a27647b6d1d90392 (patch) | |
tree | 6c98fb867c101b761cb2a60a3e2dcf319f79a2fe /Help/release/dev | |
parent | 907d4db558aceab9cf8f834d536e48d5c42f9108 (diff) | |
download | CMake-f2a6d423da1400108327bff5a27647b6d1d90392.zip CMake-f2a6d423da1400108327bff5a27647b6d1d90392.tar.gz CMake-f2a6d423da1400108327bff5a27647b6d1d90392.tar.bz2 |
CPack/DEB: Append .deb to CPACK_DEBIAN_FILE_NAME if missing
Previously we issued an error when the `.deb` or `.ipk` suffix
is missing. Instead, append the suffix `.deb` automatically.
This matches the behavior of `CPACK_ARCHIVE_FILE_NAME`, to
which the archive format suffix is automatically appended.
Diffstat (limited to 'Help/release/dev')
-rw-r--r-- | Help/release/dev/cpack-auto-suffixes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/cpack-auto-suffixes.rst b/Help/release/dev/cpack-auto-suffixes.rst new file mode 100644 index 0000000..678e3f6 --- /dev/null +++ b/Help/release/dev/cpack-auto-suffixes.rst @@ -0,0 +1,6 @@ +cpack-auto-suffixes +------------------- + +* The :cpack_gen:`CPack DEB Generator` :variable:`CPACK_DEBIAN_FILE_NAME` + variable may now be set without any suffix, and the ``.deb`` suffix + will be added automatically. |