From: Thomas Viehmann Date: Tue, 14 Oct 2008 19:30:17 +0000 (+0000) Subject: bug # X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=5f7819d7e36493248cbd788f6a727884b6f55181;p=dak.git bug # --- diff --git a/dak/show_deferred.py b/dak/show_deferred.py index bc2c254a..bb29fdda 100755 --- a/dak/show_deferred.py +++ b/dak/show_deferred.py @@ -29,7 +29,7 @@ from daklib import queue from daklib import utils ################################################################################ -### work around bug in debian-python 0.1.10 +### work around bug #487902 in debian-python 0.1.10 deb822.Changes._multivalued_fields = { "files": [ "md5sum", "size", "section", "priority", "name" ], "checksums-sha1": ["sha1", "size", "name"],