2 Commits
Author SHA1 Message Date
Kevin Barre 07fe3f95ce CPack/DEB: Add CPACK_DEBIAN_COMPRESSION_LEVEL variable
Add a new variable `CPACK_DEBIAN_COMPRESSION_LEVEL` to control the compression
level used when generating Debian packages. This complements the existing
`CPACK_DEBIAN_COMPRESSION_TYPE` variable and allows finer control over the
compression performance vs. size trade-off. Supported values correspond to
the compression level accepted by the underlying compressor (e.g. gzip, xz,
zstd, etc.).
2025-12-17 14:27:10 -05:00
Brad King 3b8f32c60a Tests: Add RunCMake.CPack_{DEB,RPM} cases using RunCPack infrastructure
Use the infrastructure from commit 0b3756a7e3 (Tests/RunCMake: Add new
infrastructure to run cpack, 2024-03-12, v3.30.0-rc1~386^2).
2025-12-16 09:05:24 -05:00