X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fupload.py;h=c55c4090496818d9c5f5cf07f64ec6445d58e7af;hb=707a89a3b86961755a99cb9e1a0a5f23690f9529;hp=b0baf8cbade14966dca357ad46cae5a400c999ce;hpb=129ee05ec943535f154032b73cca5f96c161540f;p=dak.git diff --git a/daklib/upload.py b/daklib/upload.py index b0baf8cb..c55c4090 100644 --- a/daklib/upload.py +++ b/daklib/upload.py @@ -269,6 +269,13 @@ class Changes(object): self._source = Source(self.directory, source_files, self._keyrings, self._require_signature) return self._source + @property + def source_name(self): + """source package name + @type: str + """ + return re_field_source.match(self.changes['Source']).group('package') + @property def binaries(self): """included binary packages