{ head("Lintian Report for $name", 1) }
At the time of the last Lintian run, the following possible problems were found in packages maintained by {$maintainer}, listed by source package. { if ($errors) { qq( See also the full report, including) . " info, experimental and overridden tags."; } else { qq( See also the report showing) . " only errors and warnings."; } } Also see their QA overview.
{ # 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) { $OUT .= qq(\n); $OUT .= qq( Info\n); $OUT .= qq( PTS\n); $OUT .= qq( Bugs\n); $OUT .= qq(
\n