summaryrefslogtreecommitdiff
path: root/.sbuildrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-05 11:06:28 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-05 11:06:59 -0700
commitceb13b5351e516210b7f98709f371a8e733ba62a (patch)
tree64b301011e3b4e9490746e77df4952f0bc136e43 /.sbuildrc
parentc26ff70a5e1a034a01717e06cf6797e1d5238fe4 (diff)
downloaddotfiles-ceb13b5351e516210b7f98709f371a8e733ba62a.tar.gz
display lintian I: during sbuild
These won't be counted as a failure but it's nice to have them in the output.
Diffstat (limited to '.sbuildrc')
-rw-r--r--.sbuildrc3
1 files changed, 2 insertions, 1 deletions
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;