[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: html_reports: Add missing call to map_maintainer



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit bb506bd6fdc60f07f468d53354e8eea970f181e8
Author: Jakub Wilk <jwilk@debian.org>
Date:   Fri Jan 15 20:44:36 2016 +0000

    html_reports: Add missing call to map_maintainer
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 debian/changelog       | 6 ++++++
 reporting/html_reports | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 70b3fa4..5f6e0b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,12 @@ lintian (2.5.40) UNRELEASED; urgency=medium
     + [JW] Apply patch from Justin B Rye to fix an uninitialized value
       warning.  (Closes: #810649)
 
+  * reporting/html_reports:
+    + [JW] Add missing "map_maintainer" call, which made the reporting
+      script omit packages on maintainer's pages.  Thanks to Charles
+      Plessy for the report and to Dr. Tobias Quathamer for finding
+      the condition for triggering the bug.  (Closes: #797178)
+
  -- Niels Thykier <niels@thykier.net>  Sun, 27 Dec 2015 09:43:24 +0000
 
 lintian (2.5.39.1) unstable; urgency=medium
diff --git a/reporting/html_reports b/reporting/html_reports
index 79803f3..efc0c95 100755
--- a/reporting/html_reports
+++ b/reporting/html_reports
@@ -838,6 +838,7 @@ sub parse_lintian_log {
                 # between hashes).
                 if ($uploaders) {
                     for my $uploader (@{$uploaders}) {
+                        $uploader = map_maintainer($uploader);
                         next if $uploader eq $maintainer;
                         $by_uploader{$uploader}{$source}{$source_version}
                           = $list_ref;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: