From: Ansgar Burchardt Date: Wed, 15 Aug 2012 22:21:16 +0000 (+0200) Subject: dak/process_policy.py: use the right source package X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=a678233656faab3bf616081c4eda7a62bc876a89;hp=--cc;p=dak.git dak/process_policy.py: use the right source package --- a678233656faab3bf616081c4eda7a62bc876a89 diff --git a/dak/process_policy.py b/dak/process_policy.py index 26092e9b..77bc448a 100755 --- a/dak/process_policy.py +++ b/dak/process_policy.py @@ -140,7 +140,7 @@ def comment_accept(upload, srcqueue, comments, transaction): for db_binary in upload.binaries: # build queues may miss the source package if this is a binary-only upload if suite != upload.target_suite: - transaction.copy_source(db_binary.source, suite, source_component_func(upload.source), allow_tainted=allow_tainted) + transaction.copy_source(db_binary.source, suite, source_component_func(db_binary.source), allow_tainted=allow_tainted) transaction.copy_binary(db_binary, suite, binary_component_func(db_binary), allow_tainted=allow_tainted, extra_archives=[upload.target_suite.archive]) # Copy .changes if needed