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

[lintian] 01/04: r/t/maintainer.tmpl: Always generate an index



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

nthykier pushed a commit to branch master
in repository lintian.

commit 124f9a851753687691fb692305a119c6e0a3fdc3
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Aug 2 18:04:35 2016 +0000

    r/t/maintainer.tmpl: Always generate an index
---
 reporting/templates/maintainer.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reporting/templates/maintainer.tmpl b/reporting/templates/maintainer.tmpl
index bccc912..e6ebd4c 100644
--- a/reporting/templates/maintainer.tmpl
+++ b/reporting/templates/maintainer.tmpl
@@ -23,7 +23,7 @@
     # Show the summary only if the number of packages is within a certain
     # range.
     my $num_packages = keys(%packages) + keys(%uploads);
-    if ($num_packages > 1 and $num_packages < 20) {
+    if ($num_packages) {
         $OUT .= qq(  <div id="summary">\n    <ul>\n);
         foreach my $source (sort(keys(%packages), keys(%uploads))) {
             # Only display a link for the package if either we're

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


Reply to: