mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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.).
19 lines
506 B
Plaintext
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
|
|
--
|