Update sbuild configuration
- Run lintian against package builds. - Update configuration so its a bit more stable. Story: 2008846 Task: 43820 Signed-off-by: Charles Short <charles.short@windriver.com> Change-Id: I35ace827124adf84dace6d8793c29f2f92f83230
This commit is contained in:
parent
4c67a7c20b
commit
685860677d
@ -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