summaryrefslogtreecommitdiff
path: root/.sbuildrc
diff options
context:
space:
mode:
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;