Louis-Philippe Véronneau pushed to branch master at lintian / lintian
Commits: 32b0b207 by Louis-Philippe Véronneau at 2025-09-17T15:33:23+00:00 Revert "Correctly parse the paragraphs in watch file with format v5" This reverts commit 43b7d3c82b4d7396835bf3c31a58222c199ff3d5 - - - - - 1 changed file: - lib/Lintian/Check/Debian/Watch.pm Changes: ===================================== lib/Lintian/Check/Debian/Watch.pm ===================================== @@ -160,12 +160,12 @@ sub source { } }else { if (length $line) { - $continued .= $line."\n"; + $continued .= "\n".$line; next if @lines; } } - $line = $continued . ($standard>=$CURRENT_WATCH_VERSION? "":$line) + $line = $continued . ($standard>=$CURRENT_WATCH_VERSION? "\n":$line) if length $continued; $continued = $EMPTY; View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/32b0b20764bd31b8f37ebbe80c094fa655326b9a -- View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/32b0b20764bd31b8f37ebbe80c094fa655326b9a You're receiving this email because of your account on salsa.debian.org.