[python-debian/master] Checksums-Sha1 and Checksums-Sha256 don't have section or priority subfields

John Wright john at johnwright.org
Wed Jun 25 04:16:38 UTC 2008


---
 debian/changelog        |    6 +++++-
 debian_bundle/deb822.py |    4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d8ae1a0..cf4845a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,7 +16,11 @@ python-debian (0.1.11) UNRELEASED; urgency=low
   * minor revamp of README pointing to deb822.py for Packages parsing and
     mentioning debfile.py
 
- -- John Wright <jsw at debian.org>  Thu, 12 Jun 2008 12:16:53 +0100
+  [ John Wright ]
+  * debian_bundle/deb822.py: Checksums-Sha1 and Checksums-Sha256 don't have
+    section or priority subfields (Closes: #487902)
+
+ -- John Wright <jsw at debian.org>  Tue, 24 Jun 2008 22:11:34 -0600
 
 python-debian (0.1.10) unstable; urgency=low
 
diff --git a/debian_bundle/deb822.py b/debian_bundle/deb822.py
index f824d67..0dd7578 100644
--- a/debian_bundle/deb822.py
+++ b/debian_bundle/deb822.py
@@ -480,8 +480,8 @@ class Dsc(_multivalued):
 class Changes(_multivalued):
     _multivalued_fields = {
         "files": [ "md5sum", "size", "section", "priority", "name" ],
-        "checksums-sha1": ["sha1", "size", "section", "priority", "name"],
-        "checksums-sha256": ["sha256", "size", "section", "priority", "name"],
+        "checksums-sha1": ["sha1", "size", "name"],
+        "checksums-sha256": ["sha256", "size", "name"],
     }
 
     def get_pool_path(self):
-- 
1.5.4.2




More information about the pkg-python-debian-commits mailing list