This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit d5d83b74afafdcee37ecb934d384754403ebd7f6 Author: Niels Thykier <[email protected]> Date: Sun Apr 24 07:18:19 2016 +0000 c/r-lintian-harness: Re-enable pedantic tags Signed-off-by: Niels Thykier <[email protected]> --- commands/reporting-lintian-harness.pm | 2 +- debian/changelog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/commands/reporting-lintian-harness.pm b/commands/reporting-lintian-harness.pm index b701725..ddb99e3 100644 --- a/commands/reporting-lintian-harness.pm +++ b/commands/reporting-lintian-harness.pm @@ -109,7 +109,7 @@ sub prepare_lintian_environment_and_cmdline { my $frontend = 'lintian'; my $eoa_marker_index = first_index { $_ eq '--' } @ARGV; my $logs_dir = $OPT{'lintian-log-dir'}; - my @overridable_args = (qw(-EIL +classification --show-overrides)); + my @overridable_args = (qw(-EL +>=classification --show-overrides)); my @args = ( qw(--verbose), # We rely on this for filtering the log qw(--exp-output=format=fullewi --packages-from-file -), diff --git a/debian/changelog b/debian/changelog index 16e3b01..a95cd28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,10 @@ lintian (2.5.45) UNRELEASED; urgency=medium XXX: generate tag summary with private/generate-tag-summary + * commands/reporting-lintian-harness.pm: + + [NT] Re-enable pedantic tags by default. These were + disabled in the previous release by mistake. + -- Niels Thykier <[email protected]> Sun, 24 Apr 2016 07:16:45 +0000 lintian (2.5.44) unstable; urgency=medium -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

