tags 590541 patch thanks The bug is quite easy to fix, the patch is attached.
Regards, robert
--- DebianFiles.py.old 2011-02-13 17:06:32.425437543 +0100
+++ DebianFiles.py 2011-02-13 17:15:43.000000000 +0100
@@ -223,6 +223,10 @@
if not is_debian_changelog:
return None
+ if entry != '':
+ entries += [entry]
+
+
if reverse:
entries.reverse()
changes = "".join(entries)
signature.asc
Description: Digital signature

