mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
74b7457f12
Adds support for epoch version to CPackRPM and CPackDeb packagers. Also adds better version checking to CPackDeb that complies with Debian rules. Fixes: #17057
15 lines
507 B
ReStructuredText
15 lines
507 B
ReStructuredText
cpack-rpm-deb-version
|
|
---------------------
|
|
|
|
* Modules :module:`CPackRPM` and :module:`CPackDeb` learned to set package epoch
|
|
version.
|
|
See :variable:`CPACK_RPM_PACKAGE_EPOCH` and
|
|
:variable:`CPACK_DEBIAN_PACKAGE_EPOCH` variables.
|
|
|
|
* The :module:`CPackDeb` module learned to set package release version in
|
|
`Version` info property.
|
|
See :variable:`CPACK_DEBIAN_PACKAGE_RELEASE` variable.
|
|
|
|
* The :module:`CPackDeb` module learned more strict package version checking
|
|
that complies with Debian rules.
|