Author: filippo
Date: 2008-07-25 10:20:01 +0000 (Fri, 25 Jul 2008)
New Revision: 934

Modified:
   upload-history/munge_ddc.py
Log:
rename Key-UID field to Signed-By

Modified: upload-history/munge_ddc.py
===================================================================
--- upload-history/munge_ddc.py 2008-07-25 09:56:20 UTC (rev 933)
+++ upload-history/munge_ddc.py 2008-07-25 10:20:01 UTC (rev 934)
@@ -111,9 +111,9 @@
         
         c['NMU'] = ((nmu_version is not None) and (nmu_changes is not None))
 
-        (c['Key'], c['Key-UID']) = extract_pgp(body)
+        (c['Key'], c['Signed-By']) = extract_pgp(body)
 
-        for field in 'Source', 'Version', 'Date', 'Changed-By', 'Maintainer', 
'NMU', 'Key', 'Key-UID':
+        for field in 'Source', 'Version', 'Date', 'Changed-By', 'Maintainer', 
'NMU', 'Key', 'Signed-By':
             try:
                 print "%s: %s" % (field, c[field])
             except KeyError:


_______________________________________________
Collab-qa-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/collab-qa-commits

Reply via email to