| 12345678910 |
- 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.
- * The :cpack_gen:`CPack RPM Generator` :variable:`CPACK_RPM_FILE_NAME`
- variable may now be set without any suffix, and the ``.rpm`` suffix
- will be added automatically.
|