From ceb13b5351e516210b7f98709f371a8e733ba62a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 5 Sep 2016 11:06:28 -0700 Subject: display lintian I: during sbuild These won't be counted as a failure but it's nice to have them in the output. --- .sbuildrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.sbuildrc') diff --git a/.sbuildrc b/.sbuildrc index 790b04a6..9d42c2e7 100644 --- a/.sbuildrc +++ b/.sbuildrc @@ -11,7 +11,8 @@ $run_lintian = 1; $lintian_opts = [ '--allow-root', '--color=never', # make the .build file more readable - '--fail-on-warnings' + '--fail-on-warnings', + '--display-info' ]; $run_piuparts = 1; -- cgit v1.2.3