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

[lintian] 01/01: c/r-html-reports: Correct named parameter



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

nthykier pushed a commit to branch master
in repository lintian.

commit 1f5b9b9c4a610740c333781cc39e2cd9a0bafa64
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Jun 27 18:45:19 2016 +0000

    c/r-html-reports: Correct named parameter
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 commands/reporting-html-reports.pm | 2 +-
 debian/changelog                   | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/commands/reporting-html-reports.pm b/commands/reporting-html-reports.pm
index 81c63aa..7ec0406 100644
--- a/commands/reporting-html-reports.pm
+++ b/commands/reporting-html-reports.pm
@@ -409,7 +409,7 @@ sub setup_output_dir {
     my $lintian_manual = $args{'lintian_manual'};
     my $lintian_api = $args{'lintian_api_docs'};
     my $resource_dirs = $args{'resource_dirs'} // [];
-    my $lintian_log_file = $args{'lintian_log'};
+    my $lintian_log_file = $args{'lintian_log_file'};
 
     # Create output directories.
     mkdir($output_dir, 0777);
diff --git a/debian/changelog b/debian/changelog
index 04e80ac..1f59a49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,11 @@ lintian (2.5.46) UNRELEASED; urgency=medium
 
    XXX: generate tag summary with private/generate-tag-summary
 
+  * commands/reporting-html-reports.pm:
+    + [NT] Fix typo in named parameter that made the raw lintain.log
+      unavailable on lintian.debian.org.  Thanks to Guillem Jover
+      for reporting the issue.  (Closes: #828719)
+
   * data/spelling/corrections:
     + [JW] Add more corrections.
 

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


Reply to: