From: Ansgar Burchardt Date: Sat, 16 Jan 2016 15:14:06 +0000 (+0100) Subject: Debug suites might also miss the source package X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=519c1dbf89c13557afc15a429164616ac563d379 Debug suites might also miss the source package If a binary-only upload including debug packages gets accepted from a policy queue, the source might be missing from the debug suite. Reported-by: Matthias Klumpp --- diff --git a/dak/process_policy.py b/dak/process_policy.py index 7b6b9645..8966dd6a 100755 --- a/dak/process_policy.py +++ b/dak/process_policy.py @@ -195,9 +195,9 @@ def comment_accept(upload, srcqueue, comments, transaction): if debug_suite is not None and is_debug_binary(db_binary): copy_to_suite = debug_suite - # build queues may miss the source package if this is a - # binary-only upload. - if suite != upload.target_suite: + # build queues and debug suites may miss the source package + # if this is a binary-only upload. + if copy_to_suite != upload.target_suite: transaction.copy_source( db_binary.source, copy_to_suite,