]> git.decadent.org.uk Git - dak.git/commitdiff
Fix britney_changelog.
authorAnsgar Burchardt <ansgar@debian.org>
Mon, 5 Sep 2011 08:49:56 +0000 (08:49 +0000)
committerAnsgar Burchardt <ansgar@debian.org>
Mon, 5 Sep 2011 08:49:56 +0000 (08:49 +0000)
674e520b01fd361fc2d88909f7da8ca3ed97d60c changed the keys in the package
list from a string to a tuple. This patch adapts britney_changelog to
this change.

dak/control_suite.py

index d18bc70594ac8fd8c03d60978f69953a8f3744b7..9b1514d7ca1e9e9180f17998e50b3f8c254d5cc4 100755 (executable)
@@ -122,7 +122,6 @@ def britney_changelog(packages, suite, session):
     for p in q.fetchall():
         current[p[0]] = p[1]
     for p in packages.keys():
-        p = p.split()
         if p[2] == "source":
             old[p[0]] = p[1]