Merge "Disable lintian during build"

This commit is contained in:
Zuul 2022-01-13 16:46:56 +00:00 committed by Gerrit Code Review
commit de0f72b71e

View File

@ -2,7 +2,7 @@ $build_arch_all = undef;
$build_arch_any = 1;
$build_source = 1;
$run_autopkgtest = 0;
$run_lintian = 1;
$run_lintian = 0;
$lintian_opts = ['--fail-on','error,warning', '--profile', 'debian', '-X',
'debian/changelog,' .
'documentation/manual,' .