Hi, I'd like to upload the following changes for apt-listchanges to stable: apt-listchanges (2.85.7+squeeze1) stable; urgency=low [ Sandro Tosi ] * Don't skip the very first entry when the NEWS file is added; thanks to Ryo IGARASHI for the report and to Robert Luberda for the patch; Closes: #590541 [ Michael Biebl ] * Upload to stable. -- Sandro Tosi <morph@debian.org> Tue, 31 May 2011 11:57:14 +0200 The complete debdiff is attached. It is basically the 2.85.8 upload, Sandro kindly made for unstable, minus the tranlation updates. Without this fix, apt-listchanges will silently skip NEWS files for packages which only have a single NEWS entry during a squeeze→wheezy upgrade. That's why I think it's important to get this fix into the next stable point release. Please let me know if I can go on with the upload. Thanks, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
diff -Nru apt-listchanges-2.85.7/apt-listchanges/DebianFiles.py apt-listchanges-2.85.7+squeeze1/apt-listchanges/DebianFiles.py --- apt-listchanges-2.85.7/apt-listchanges/DebianFiles.py 2010-12-11 21:27:58.000000000 +0100 +++ apt-listchanges-2.85.7+squeeze1/apt-listchanges/DebianFiles.py 2011-05-31 13:53:31.000000000 +0200 @@ -223,6 +223,9 @@ if not is_debian_changelog: return None + if entry != '': + entries += [entry] + if reverse: entries.reverse() changes = "".join(entries) diff -Nru apt-listchanges-2.85.7/debian/changelog apt-listchanges-2.85.7+squeeze1/debian/changelog --- apt-listchanges-2.85.7/debian/changelog 2010-12-11 21:27:58.000000000 +0100 +++ apt-listchanges-2.85.7+squeeze1/debian/changelog 2011-05-31 13:55:27.000000000 +0200 @@ -1,3 +1,14 @@ +apt-listchanges (2.85.7+squeeze1) stable; urgency=low + + [ Sandro Tosi ] + * Don't skip the very first entry when the NEWS file is added; thanks to Ryo + IGARASHI for the report and to Robert Luberda for the patch; Closes: #590541 + + [ Michael Biebl ] + * Upload to stable. + + -- Sandro Tosi <morph@debian.org> Tue, 31 May 2011 11:57:14 +0200 + apt-listchanges (2.85.7) unstable; urgency=low * Update the program Catalan PO file; thanks to Jordi Mallach; Closes:
Attachment:
signature.asc
Description: OpenPGP digital signature