This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=212abe0a21bfd1647068491ad92de9c8c9ef2f83 commit 212abe0a21bfd1647068491ad92de9c8c9ef2f83 Author: Guillem Jover <[email protected]> AuthorDate: Thu Aug 29 01:29:53 2019 +0200 test: Remove perlcritic Documentation::RequirePodLinksIncludeText suppression This bogus test has been removed from upstream perlcritic, and now the code complains about an uninstalled check. Warned-by: perlcritic --- debian/changelog | 2 ++ t/critic/perlcriticrc | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d1fbe287a..7e752d101 100644 --- a/debian/changelog +++ b/debian/changelog @@ -44,6 +44,8 @@ dpkg (1.20.0) UNRELEASED; urgency=medium - Bump minimal Perl version to 5.24.1. - Add a serial versioning to the m4 files. - Install m4 files into system aclocal directory. + * Test suite: + - Remove perlcritic Documentation::RequirePodLinksIncludeText suppression. [ Updated man pages translations ] * German (Helge Kreutzmann). Closes: #931135 diff --git a/t/critic/perlcriticrc b/t/critic/perlcriticrc index 990462f76..e3689543b 100644 --- a/t/critic/perlcriticrc +++ b/t/critic/perlcriticrc @@ -40,9 +40,6 @@ allow_if_string_contains_single_quote = 1 # While this might be good for performance, it is bad for keeping docs updated. [-Documentation::RequirePodAtEnd] -# BUG: Bogus check. -[-Documentation::RequirePodLinksIncludeText] - # Too many false positives. [-CodeLayout::RequireTidyCode] -- Dpkg.Org's dpkg

