summaryrefslogtreecommitdiff
path: root/.sbuildrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-06-24 16:03:54 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-06-24 16:03:54 +0900
commit58dac9fd859ddd79bcd456c83438f9521ee8eeab (patch)
tree3ded722fe9d3cce059e81c352f02901a8c1da6e3 /.sbuildrc
parent925e4c16234a1efc42fb3e21bbcc0be1c62735d8 (diff)
downloaddotfiles-58dac9fd859ddd79bcd456c83438f9521ee8eeab.tar.gz
nicer sbuild lintian opts
Diffstat (limited to '.sbuildrc')
-rw-r--r--.sbuildrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/.sbuildrc b/.sbuildrc
index 32c57153..d7db7d08 100644
--- a/.sbuildrc
+++ b/.sbuildrc
@@ -8,7 +8,11 @@ $build_arch_all = 1;
$distribution = 'unstable';
$run_lintian = 1;
-$lintian_opts = ['--allow-root', '--color=always', '--fail-on-warnings']; # might also pass: +EIL +pedantic
+$lintian_opts = [
+ '--allow-root',
+ '--color=never', # make the .build file more readable
+ '--fail-on-warnings'
+ ];
# TODO detect or specify in a var at top of file the architecture in the following
$run_piuparts = 1;