mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-08 16:21:32 +00:00
Check build-depends-indep
Signed-off-by: Ivo De Decker <ivodd@debian.org>
This commit is contained in:
parent
1c115eee11
commit
f1cd87dc9c
@ -785,6 +785,13 @@ class BuildDependsPolicy(BasePolicy):
|
|||||||
if verdict.value < v.value:
|
if verdict.value < v.value:
|
||||||
verdict = v
|
verdict = v
|
||||||
|
|
||||||
|
ideps = source_data_srcdist.build_deps_indep
|
||||||
|
if ideps:
|
||||||
|
v = self._check_build_deps(ideps, DependencyType.BUILD_DEPENDS_INDEP, build_deps_info, suite, source_name, source_data_tdist, source_data_srcdist, excuse,
|
||||||
|
get_dependency_solvers=get_dependency_solvers)
|
||||||
|
if verdict.value < v.value:
|
||||||
|
verdict = v
|
||||||
|
|
||||||
return verdict
|
return verdict
|
||||||
|
|
||||||
def _get_check_archs(self, archs, dep_type):
|
def _get_check_archs(self, archs, dep_type):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user