aboutsummaryrefslogtreecommitdiffstats
path: root/debian/gitlog2changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/gitlog2changelog')
-rwxr-xr-xdebian/gitlog2changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/gitlog2changelog b/debian/gitlog2changelog
index e501b8f..598c7d2 100755
--- a/debian/gitlog2changelog
+++ b/debian/gitlog2changelog
@@ -61,7 +61,7 @@ sub print_entry {
if ($comment =~ /^([^\n]+)/) {
$short_comment = $1;
}
- if ($short_comment =~ /(:|,[ \t]*$)/ ||
+ if ($short_comment =~ /:[ \t]|[:,\)][ \t]*$/ ||
$files_line_len + length($short_comment) > 78) {
$files_lines =~ s/, $/:\n\t/;
} else {