jordansissel / fpm

Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
http://fpm.readthedocs.io/en/latest/
Other
11.09k stars 1.07k forks source link

Add support for zstd compression for deb packages. #2009

Open SaltwaterC opened 1 year ago

SaltwaterC commented 1 year ago

This PR adds what it says on the tin to make fpm compatible with recent Debian and derivatives which implement zstd compression for their packages.

Fixes https://github.com/jordansissel/fpm/issues/2007.