[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] don't require all binaries to be included



If a package has architecture-specific packages or a buildd uploads only
architecture-dependant packages and there are also arch-indep packages,
the upload does not include all binaries from the Binary field.

Signed-off-by: Ansgar Burchardt <ansgar@debian.org>
---
 daklib/checks.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/daklib/checks.py b/daklib/checks.py
index 209a094..9131bba 100644
--- a/daklib/checks.py
+++ b/daklib/checks.py
@@ -175,9 +175,6 @@ class BinaryCheck(Check):
         for bn in binary_names:
             if bn not in upload.changes.binary_names:
                 raise Reject('Package {0} is not mentioned in Binary field in changes'.format(bn))
-        for bn in upload.changes.binary_names:
-            if bn not in binary_names:
-                raise Reject('Binary field in changes has {0}, but was not found in upload'.format(bn))
 
         return True
 
-- 
1.7.2.5



Reply to: