Comment 2 for bug 806633

Revision history for this message
Stefano Rivera (stefanor) wrote :

Committed a fix to this bug. If you want to add a check for a malformed changelog entry, something like this should work:
debian.changelog.Changelog().parse_changelog(open("debian/changelog"), max_blocks=1, strict=True)