This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit c50b9d708ad80e55551ef08b4ec7f7dbc8c11f66 Author: Niels Thykier <[email protected]> Date: Mon Jul 20 22:13:33 2015 +0200 lintian: Handle binary-only checking with -ddd Signed-off-by: Niels Thykier <[email protected]> --- frontend/lintian | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/lintian b/frontend/lintian index 7414158..1d38517 100755 --- a/frontend/lintian +++ b/frontend/lintian @@ -1162,7 +1162,8 @@ sub process_group { perf_log("$gname,total-group-check,${raw_res}"); if ($opt{'debug'} > 2) { - my $group_id = $group->get_source_processable->identifier; + my $pivot = ($group->get_processables)[0]; + my $group_id = $pivot->pkg_src . '/' . $pivot->pkg_src_version; my $group_usage = $memory_usage->([map { $_->info } $group->get_processables]); debug_msg(3, "Memory usage [$group_id]: $group_usage"); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

