Do not run lintian on release too
Since 284d3236 we no longer run lintian on the built source packages during the test build, but we forgot to disable it during the release build step. This still causes big packages like firefox-esr to time out after the job has been running for an hour (or worse, go out-of-memory).
Avoid the issue by disabling lintian in the same way on both places.