Ubuntu Pastebin

Paste from zyga at Fri, 13 Mar 2015 10:34:58 +0000

Download as text
 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']
    ]
};
Download as text