This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit 92f1f9aec7b54d63b04395a795eb44dae3e38612 Author: Ville Skyttä <[email protected]> Date: Fri Oct 13 22:49:12 2017 +0300 private/refresh-manual-refs: Parse menu, perl, and python policy refs from index Signed-off-by: Chris Lamb <[email protected]> --- private/refresh-manual-refs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/private/refresh-manual-refs b/private/refresh-manual-refs index 53c4801..3b930be 100755 --- a/private/refresh-manual-refs +++ b/private/refresh-manual-refs @@ -77,17 +77,17 @@ my %manuals = ( 'menu-policy' => [ '/usr/share/doc/debian-policy/menu-policy.html/index.html', 'https://www.debian.org/doc/packaging-manuals/menu-policy/', - $link_re, $fields + $index_re, $fields ], 'perl-policy' => [ '/usr/share/doc/debian-policy/perl-policy.html/index.html', 'https://www.debian.org/doc/packaging-manuals/perl-policy/', - $link_re, $fields + $index_re, $fields ], 'python-policy' => [ '/usr/share/doc/python/python-policy.html/index.html', 'https://www.debian.org/doc/packaging-manuals/python-policy/', - $link_re, $fields + $index_re, $fields ], 'java-policy' => [ '/usr/share/doc/java-policy/debian-java-policy/index.html', -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

