diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:32:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:32:52 +0000 |
commit | 3c14ed72233b22898a70db82f4674931b2a717fd (patch) | |
tree | f2bf9e8cd0690cc6cb8dd702d0ecf05a26764e71 /scripts/Dpkg/Changelog/Debian.pm | |
parent | Releasing progress-linux version 1.22.9-0.0~progress7.99u1. (diff) | |
download | dpkg-3c14ed72233b22898a70db82f4674931b2a717fd.tar.xz dpkg-3c14ed72233b22898a70db82f4674931b2a717fd.zip |
Merging upstream version 1.22.10.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'scripts/Dpkg/Changelog/Debian.pm')
-rw-r--r-- | scripts/Dpkg/Changelog/Debian.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dpkg/Changelog/Debian.pm b/scripts/Dpkg/Changelog/Debian.pm index e7dd7c4..051bea7 100644 --- a/scripts/Dpkg/Changelog/Debian.pm +++ b/scripts/Dpkg/Changelog/Debian.pm @@ -200,7 +200,7 @@ sub parse { $self->parse_error($file, $., $error, $_); } $expect = NEXT_OR_EOF; - } elsif (m/^ \-\-/) { + } elsif (m/^ --/) { $self->parse_error($file, $., g_('badly formatted trailer line'), "$_"); } elsif (m/^\s{2,}(?:\S)/) { unless ($expect eq START_CHANGES or $expect eq CHANGES_OR_TRAILER) { |