]> git.decadent.org.uk Git - dak.git/blobdiff - dak/decode_dot_dak.py
and revert the remainder
[dak.git] / dak / decode_dot_dak.py
index 7ea342bdb6818ed6649288c40ee46169489f2ced..00bf8e7d354ede10618e9f19d9148c349ae220c1 100644 (file)
@@ -101,9 +101,9 @@ def main():
         for f in files.keys():
             print "  %s:" % (f)
             for i in [ "package", "version", "architecture", "type", "size",
-                       "md5sum", "sha1sum", "sha256sum", "component", "location id",
-                       "source package", "source version", "maintainer", "dbtype",
-                       "files id", "new", "section", "priority", "pool name" ]:
+                       "md5sum", "component", "location id", "source package",
+                       "source version", "maintainer", "dbtype", "files id",
+                       "new", "section", "priority", "pool name" ]:
                 if files[f].has_key(i):
                     print "   %s: %s" % (i.capitalize(), files[f][i])
                     del files[f][i]