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.17k stars 1.07k forks source link

Improvement: Fix DEB relationship field #2081

Open coleplx opened 4 weeks ago

coleplx commented 4 weeks ago

I faced an issue packaging ImageMagick for Ubuntu 20.04, in which fpm complained about an invalid relationship field for a package.

This PR fixed the issue on my end: https://github.com/jordansissel/fpm/pull/2080