X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_policy.py;h=8966dd6a209b6ec45c3c49a81cfbbc20b44191e2;hb=17c5cab4eb8d5181ec7a81267a4e2e6b43c0fc65;hp=7b6b9645ece4521cacd2373356ff750d81b271d0;hpb=38d8ab043fa9d5bc062be20e6656f751a5025362;p=dak.git 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,