Do not run lintian on the built source packages but add a child pipeline hook where needed
The vast majority of our packages is imported from Debian and we're not going to act on any report from Lintian about them any time soon.
Some large packages like firefox-esr
even fail to build due to it,
since lintian makes them exceed the 1h timeout.
Let's then avoid wasting precious CI time by avoiding lintian.
For the packages where running lintian is desired, that is the Apertis-specific packages, a post-build custom local pipeline can be set up to run it.