summaryrefslogtreecommitdiffstats
path: root/scripts/Dpkg/Changelog/Debian.pm
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-07 13:32:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-07 13:32:52 +0000
commit3c14ed72233b22898a70db82f4674931b2a717fd (patch)
treef2bf9e8cd0690cc6cb8dd702d0ecf05a26764e71 /scripts/Dpkg/Changelog/Debian.pm
parentReleasing progress-linux version 1.22.9-0.0~progress7.99u1. (diff)
downloaddpkg-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.pm2
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) {