blob: 9296ec65b4f015f1cdb2c82cf1bcc22fb59c2b4b (
plain)
1
2
3
4
5
6
7
|
cpack-deb-tar-format
--------------------
* The :module:`CPack` module no longer defaults to the ``paxr`` value in the
:variable:`CPACK_DEBIAN_ARCHIVE_TYPE` variable, because ``dpkg`` has
never supported the PAX tar format. The ``paxr`` value will be mapped
to ``gnutar`` and a deprecation message emitted.
|