diff options
-rwxr-xr-x | debian/gitlog2changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/gitlog2changelog b/debian/gitlog2changelog index dd06226..be57518 100755 --- a/debian/gitlog2changelog +++ b/debian/gitlog2changelog @@ -71,6 +71,7 @@ sub print_entry { print "$files_lines"; } + $comment =~ s/\.?[ \t]*\n/.\n/; $comment =~ s/\n([ \t]*\n)+/\n/g; $comment =~ s/\n+$//; $comment =~ s/\n/\n\t/g; |