From: Ansgar Burchardt Date: Mon, 5 Nov 2012 08:07:07 +0000 (+0100) Subject: daklib/archive.py: use right name for .dsc dict X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6ced52f2a51821cdcb79a11ccd8116a39464f4d0;p=dak.git daklib/archive.py: use right name for .dsc dict --- diff --git a/daklib/archive.py b/daklib/archive.py index 2c25e100..26acaf60 100644 --- a/daklib/archive.py +++ b/daklib/archive.py @@ -754,7 +754,7 @@ class ArchiveUpload(object): if self.changes.source is not None: override = self._source_override(suite, self.changes.source) if override is None: - self.warnings.append('source:{0} is NEW.'.format(self.changes.source.control['Source'])) + self.warnings.append('source:{0} is NEW.'.format(self.changes.source.dsc['Source'])) new = True # Check if we reference a file only in a tainted archive