1
2
3
4
5
6
7
8
9
10 | $build_arch_all = 1;
$build_source = 1;
$distribution = 'sid';
$run_lintian = 1;
$lintian_opts = ['-i', '-I'];
$external_commands = {
'post-build-commands' => [
['adt-run', '--changes', '%c', '---', 'schroot', 'sid-amd64-sbuild']
]
};
|