Files
cmake/Tests/RunCMake/CPack_DEB/Basic-verify-stdout.txt
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

19 lines
506 B
Plaintext

-- Basic-1\.2\.3-[A-Za-z]+\.deb
-- dpkg-deb --info(
[^
]+)*
Maintainer: somebody@cmake\.org(
[^
]+)*
-- dpkg-deb --contents
d[rwx-]+ root/root 0 [0-9-]+ [0-9:]+ \./usr/
d[rwx-]+ root/root 0 [0-9-]+ [0-9:]+ \./usr/share/
d[rwx-]+ root/root 0 [0-9-]+ [0-9:]+ \./usr/share/doc/
d[rwx-]+ root/root 0 [0-9-]+ [0-9:]+ \./usr/share/doc/basic/
-[rwx-]+ root/root 0 [0-9-]+ [0-9:]+ \./usr/share/doc/basic/basic\.txt
-- ar t
debian-binary
control\.tar\.xz
data\.tar\.xz
--