This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit b46abacbf6508bb2d8126000b1a92c090b56847d Author: Dylan Aïssi <[email protected]> Date: Fri Sep 30 09:06:26 2016 +0000 r-bioc-* packages should be in gnu-r section Signed-off-by: Niels Thykier <[email protected]> --- checks/fields.pm | 2 +- debian/changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/checks/fields.pm b/checks/fields.pm index 3cc006e..c8bf898 100644 --- a/checks/fields.pm +++ b/checks/fields.pm @@ -99,7 +99,7 @@ my @NAME_SECTION_MAPPINGS = ( [qr/-dbg(?:sym)?$/ => 'debug'], [qr/^(?:python-)?zope/ => 'zope'], [qr/^python-/ => 'python'], - [qr/^r-cran-/ => 'gnu-r'], + [qr/^r-(?:cran|bioc)-/ => 'gnu-r'], [qr/^lib.*-perl$/ => 'perl'], [qr/^lib.*-cil(?:-dev)?$/ => 'cli-mono'], [qr/^lib.*-(?:java|gcj)$/ => 'java'], diff --git a/debian/changelog b/debian/changelog index 618ecd3..34660e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,8 @@ lintian (2.5.48) UNRELEASED; urgency=low + [JW] Demote tags for build-depends related to build profiles to pedantic, as the required packages are available in stable. Thanks to Helmut Grohne for the bug report. (Closes: #831633) + + [NT] Apply patch from Dylan Aïssi to tag r-bioc packages not in + section "gnu-r". (Closes: #839263) * checks/files.{desc,pm}: + [CL, NT] Tag usages of shell wildcard characters in file names. (Closes: #814326) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

