From: Ansgar Burchardt Date: Wed, 26 Sep 2012 19:41:40 +0000 (+0200) Subject: daklib/archive.py: fix autobyhand for binNMUs X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ca4f8f6cb8803a33286a76098f6af91cdd435e6a;p=dak.git daklib/archive.py: fix autobyhand for binNMUs --- diff --git a/daklib/archive.py b/daklib/archive.py index ae8516ff..6aeeac4b 100644 --- a/daklib/archive.py +++ b/daklib/archive.py @@ -1054,7 +1054,7 @@ class ArchiveUpload(object): remaining.append(f) continue - if rule['Source'] != control['Source'] or rule['Section'] != f.section or rule['Extension'] != ext: + if rule['Source'] != self.changes.source_name or rule['Section'] != f.section or rule['Extension'] != ext: remaining.append(f) continue