]> git.decadent.org.uk Git - dak.git/commitdiff
little better this way
authorJoerg Jaspert <joerg@debian.org>
Sat, 11 Sep 2010 21:03:11 +0000 (23:03 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 11 Sep 2010 21:03:11 +0000 (23:03 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
daklib/queue.py

index a4914aa3c5b800614db81eb52b7122c097eb3b6f..64ef0f24ccde16d9ba4d29c3329ea6f3e06bdce6 100755 (executable)
@@ -353,7 +353,7 @@ class Upload(object):
         self.Subst["__REJECT_MESSAGE__"] = self.package_info()
         self.Subst["__SOURCE__"] = self.pkg.changes.get("source", "Unknown")
         self.Subst["__VERSION__"] = self.pkg.changes.get("version", "Unknown")
-        self.Subst["__SUITE__"] = self.pkg.changes.get("distribution", "Unknown")
+        self.Subst["__SUITE__"] = self.pkg.changes["distribution"].keys()
 
     ###########################################################################
     def load_changes(self, filename):