From bd32d9f011a441382e3a0d934d520744a4ede120 Mon Sep 17 00:00:00 2001 From: Charles Short Date: Thu, 13 Jan 2022 09:00:06 -0500 Subject: [PATCH] Disable lintian during build Since we are not checking the output of the lintian build anymore while building packages, disable lintian altogether since it will re-install the dependencies and uninstall the dependencies lintian needs each time a package is built which slows down everything. To check lintian results after the package builds, the user can run lintian -i *.deb Story: 2008846 Task: 44278 Signed-off-by: Charles Short Change-Id: I4c2bd530d27ecd62eb6e5a7890f230897a4e0131 --- stx/toCOPY/pkgbuilder/debbuilder.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stx/toCOPY/pkgbuilder/debbuilder.conf b/stx/toCOPY/pkgbuilder/debbuilder.conf index f7184035b..12eda7118 100644 --- a/stx/toCOPY/pkgbuilder/debbuilder.conf +++ b/stx/toCOPY/pkgbuilder/debbuilder.conf @@ -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,' .