X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fpolicy.py;h=151cc9b6afc38677798542059844de6cefa06e40;hb=89cf7ca5f2f93b8e03591ca79c6b58c351f0ce29;hp=d4bd4a81c37c1a55b90fbde24c71b4926948167d;hpb=bc0fc5282fe67d7b34b04a423e4cff7e00e24dad;p=dak.git diff --git a/daklib/policy.py b/daklib/policy.py index d4bd4a81..151cc9b6 100644 --- a/daklib/policy.py +++ b/daklib/policy.py @@ -255,7 +255,7 @@ class PolicyQueueUploadHandler(object): if section.find('/') != -1: component = section.split('/', 1)[0] override = self._binary_override(binary, component) - if override is None: + if override is None and not any(o['package'] == binary.package and o['type'] == binary.binarytype for o in missing): hint = hints_map.get((binary.binarytype, binary.package)) if hint is not None: missing.append(hint)