From 14ffa715f4eca490319e022a192ab34dfcac76c2 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 27 Dec 2017 18:32:39 +0000 Subject: sbuild: don't run Lintian by default My build-for-upload alias runs it for me. --- .sbuildrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.sbuildrc') diff --git a/.sbuildrc b/.sbuildrc index aa75a4b3..4e761b40 100644 --- a/.sbuildrc +++ b/.sbuildrc @@ -7,7 +7,7 @@ $pgp_options = ['-us', '-uc']; $build_arch_all = 1; $distribution = 'unstable'; -$run_lintian = 1; +$run_lintian = 0; $lintian_opts = [ '--allow-root', '--color=never', # make the .build file more readable -- cgit v1.2.3