This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=af10377e240142c65a53816954b2fc814d887fba commit af10377e240142c65a53816954b2fc814d887fba Author: Guillem Jover <[email protected]> AuthorDate: Fri Jul 26 02:12:16 2024 +0200 Dpkg::Changelog::Entry::Debian: Remove obsolete /o modifier from regex This modifier is no longer needed, and its use is now discouraged. --- scripts/Dpkg/Changelog/Entry/Debian.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dpkg/Changelog/Entry/Debian.pm b/scripts/Dpkg/Changelog/Entry/Debian.pm index c646fcc39..a35292050 100644 --- a/scripts/Dpkg/Changelog/Entry/Debian.pm +++ b/scripts/Dpkg/Changelog/Entry/Debian.pm @@ -84,7 +84,7 @@ my $regex_trailer = qr< ) ) \s*$ # Trailing space ->xo; +>x; my %week_day = map { $_ => 1 } qw(Mon Tue Wed Thu Fri Sat Sun); my @month_abbrev = qw( -- Dpkg.Org's dpkg

