X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FCGI%2FPkgreport.pm;h=060e980a9088cec144ef3fdb1e00d8c90550d67f;hb=53c435119200ab9b1c2538a96b8374c51a078855;hp=078fecaa69844f0fe3fbcd5ea803d14be7eb2c2c;hpb=3d939e2663317081551c707b05f69db870a79a2d;p=debbugs.git diff --git a/Debbugs/CGI/Pkgreport.pm b/Debbugs/CGI/Pkgreport.pm index 078feca..060e980 100644 --- a/Debbugs/CGI/Pkgreport.pm +++ b/Debbugs/CGI/Pkgreport.pm @@ -103,7 +103,7 @@ sub generate_package_info{ print {$output} '

'; print {$output} (($maint =~ /,/)? "Maintainer for $showpkg is " : "Maintainers for $showpkg are ") . - package_links(maint => $maint); + package_links(maintainer => $maint); print {$output} ".

\n"; } else { @@ -353,12 +353,14 @@ sub pkg_htmlizebugs { push @{$exclude{$key}}, split /\s*,\s*/, $value; } + my $binary_to_source_cache = {}; foreach my $bug (@bugs) { my %status = %{get_bug_status(bug=>$bug, (map {exists $param{$_}?($_,$param{$_}):()} qw(dist version schema bugusertags) ), (exists $param{arch}?(arch => $param{arch}):(arch => $config{default_architectures})), + binary_to_source_cache => $binary_to_source_cache, )}; next unless %status; next if bug_filter(bug => $bug,