This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit 0e6bbd7ed5022a89fa99f248de2cef1932fa3acc Author: Chris Lamb <[email protected]> Date: Fri Jul 14 23:02:55 2017 +0100 Allow the use of suppress-tags=<tag>[,<tag>[,<tag>]] in lintianrc. (Closes: #764486) --- commands/lintian.pm | 1 + debian/changelog | 2 ++ 2 files changed, 3 insertions(+) diff --git a/commands/lintian.pm b/commands/lintian.pm index e0ebe67..37c0557 100755 --- a/commands/lintian.pm +++ b/commands/lintian.pm @@ -1206,6 +1206,7 @@ sub parse_config_file { 'quiet' => \&cfg_verbosity, 'override' => \&cfg_override, 'show-overrides' => \$opt{'show-overrides'}, + 'suppress-tags' => \&record_suppress_tags, 'verbose' => \&cfg_verbosity, ); diff --git a/debian/changelog b/debian/changelog index e74fbcc..85e9cc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -60,6 +60,8 @@ lintian (2.5.52) UNRELEASED; urgency=medium * commands/lintian.pm: + [NT] Attempt to clean up on SIGTERM (like with SIGINT). + + [CL] Allow the use of suppress-tags=<tag>[,<tag>[,<tag>]] in lintianrc. + (Closes: #764486) * commands/reporting-html-reports: + [NT] Enable re-use of the memory for the maintainer mapping once the log file as been parsed. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

