dotfiles/debian/.sbuildrc

11 lines
147 B
Plaintext
Raw Normal View History

2018-05-13 16:19:31 +02:00
$build_arch_all = 1;
$distribution = 'stable';
# Lintian
$run_lintian = 1;
$lintian_opts = ['-i', '-I'];
# don't remove this, Perl needs it:
1;