From 65169a4d31316a2bfccf59686b7c9f2446ff7afc Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Mon, 5 Sep 2011 08:49:56 +0000 Subject: [PATCH] Fix britney_changelog. 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/dak/control_suite.py b/dak/control_suite.py index d18bc705..9b1514d7 100755 --- a/dak/control_suite.py +++ b/dak/control_suite.py @@ -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] -- 2.39.2