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

[SCM] Debian package checker branch, master, updated. 2.5.11-23-ga352464



The following commit has been merged in the master branch:
commit a3524644c7074e0d8932dd00d6b114928321a24d
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Dec 30 18:26:30 2012 +0100

    reporting/html_reports: Map sources to the "full" report
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/debian/changelog b/debian/changelog
index 75e9572..9da6f11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -44,7 +44,7 @@ lintian (2.5.12) UNRELEASED; urgency=low
   * reporting/html_reports:
     + [NT] Update xrefs to include source version.
     + [NT] Generate a text file suitable for Apache's RewriteMap to
-      map source packages to the maintainer report for that source.
+      map source packages to the full report for that source.
       Thanks to Joerg "Gannef" Jasper for the suggestion to use
       RewriteMap.  (Closes: #696960)
   * reporting/templates/{packages,maintainer,tag}.tmpl:
diff --git a/reporting/html_reports b/reporting/html_reports
index 3c2895c..33da0d6 100755
--- a/reporting/html_reports
+++ b/reporting/html_reports
@@ -429,8 +429,8 @@ foreach my $source (sort keys %sources) {
     my $first = 1;
     foreach my $version (sort versions_comparator keys %{ $sources{$source} }) {
         my $xref = $sources{$source}{$version};
-        print {$table} "$source maintainer/$xref\n" if $first;
-        print {$table} "$source/$version maintainer/$xref\n";
+        print {$table} "$source full/$xref\n" if $first;
+        print {$table} "$source/$version full/$xref\n";
         $first = 0;
     }
 }

-- 
Debian package checker


Reply to: