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 deb-trigger, fix deb-after-purge, misc. lintian fixes #1976

Open morph027 opened 1 year ago

morph027 commented 1 year ago

backport of

Signed-off-by: morph027 stefan.heitmueller@gmx.com

morph027 commented 1 year ago

@jordansissel i've moved the flag to a deb-specific flag.

morph027 commented 1 year ago

Hm, moving to --deb-trigger does not not work somehow. I'm not getting script?(:triggered) (evals to false all the time).

morph027 commented 1 year ago

is it missing in SCRIPT_MAP?

morph027 commented 1 year ago

Ah, got it working. Also added the fixes from https://github.com/jordansissel/fpm/pull/1620