On Sun, Feb 10, 2019 at 07:08:52PM +0000, Dmitry Bogatov wrote: > please consider following patch to avoid warnings, when there is no > `debian/compat'. Thanks for the patch! Applied in master.
> By the way, it is quite unfortunate, that fixer API disallow early > sys.exit(0). Agreed, that would be good to fix. A workaround is to use sys.exit(2) to exit early without a description. Jelmer

