Merge "Update sbuild configuration"
This commit is contained in:
commit
45b1b931ee
@ -2,10 +2,26 @@ $build_arch_all = undef;
|
||||
$build_arch_any = 1;
|
||||
$build_source = 1;
|
||||
$run_autopkgtest = 0;
|
||||
$run_lintian = 0;
|
||||
$run_lintian = 1;
|
||||
$lintian_opts = ['--fail-on','error,warning', '--profile', 'debian', '-X',
|
||||
'debian/changelog,' .
|
||||
'documentation/manual,' .
|
||||
'fields/distribution,' .
|
||||
'fields/version,' .
|
||||
'files/hierarchy/standard,' .
|
||||
'files/init,' .
|
||||
'files/permissions,' .
|
||||
'files/scripts,' .
|
||||
'init.d,' .
|
||||
'nmu,' .
|
||||
'scripts,' .
|
||||
'systemd,' .
|
||||
''
|
||||
];
|
||||
$lintian_require_success = 1;
|
||||
$run_piuparts = 0;
|
||||
$purge_build_deps = 'never';
|
||||
$purge_build_directory = 'successful';
|
||||
$purge_build_deps = 'always';
|
||||
$purge_build_directory = 'always';
|
||||
$extra_repositories = ['deb [trusted=yes] http://stx-stx-repomgr:80/deb-local-binary bullseye main',
|
||||
'deb [trusted=yes] http://stx-stx-repomgr:80/deb-local-build bullseye main'];
|
||||
$log_colour = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user