jimjag / epm

Updated ESP Package Manager (EPM)
https://jimjag.github.io/epm/
Apache License 2.0
10 stars 8 forks source link

Missing fakeroot should be a fatal error, not a warning #1

Closed ardovm closed 3 years ago

ardovm commented 3 years ago

Hello,

following OpenOffice bug 128413 I would like to suggest that if epm is unable to ensure the file permissions in a generated Debian archive, it should consider it a fatal error rather than a warning.

Apparently, epm can predict in advance whether the permissions will be respected or not, because the warning seems to disappear when the condition are met.

If you agree on this, and you do not have time do dedicate to it, I can look into the code and prepare a pull request.

jimjag commented 3 years ago

Not sure if I agree. I think a warning is warranted, since it allows the end=user to either ignore it or fix it after the fact.