Bug#1031878: --fail-on warnings fails overrides even though --fail-on overrides is not specified

2023-08-17 Thread Philipp Huebner
Hi, today I ran into the same issue on Bookworm. What was strange though: some packages hit this bug, others did not. Turns out it is related to "automatic" overrides being present or not. A python package of mine had automatic overrides for

Bug#1031878: --fail-on warnings fails overrides even though --fail-on overrides is not specified

2023-02-24 Thread Daniel Kauffman
Package: lintian Version: 2.104.0 Running `lintian --fail-on warnings` on a package which overrides all warnings in debian/lintian-overrides unexpectedly returns exit code 2. Expected behavior is for this command to return exit code 0 unless `lintian --fail-on overrides` is also specified.