From: Don Armstrong Date: Sun, 19 Aug 2018 20:38:46 +0000 (-0700) Subject: stop calculating the source for all packages X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=9947e01ea9e792bf12c77405e06ed69ad8751988 stop calculating the source for all packages --- diff --git a/Debbugs/Status.pm b/Debbugs/Status.pm index 797bbdd..f539781 100644 --- a/Debbugs/Status.pm +++ b/Debbugs/Status.pm @@ -1401,13 +1401,6 @@ sub get_bug_statuses { $status->{package} = '' if not defined $status->{package}; $status->{"package"} =~ s/\s*$//; - $status->{source} = binary_to_source(binary=>[split /\s*,\s*/, $status->{package}], - source_only => 1, - cache => $bin_to_src_cache, - defined $param{schema}? - (schema => $param{schema}):(), - ); - $status->{"package"} = 'unknown' if ($status->{"package"} eq ''); $status->{"severity"} = 'normal' if (not defined $status->{severity} or $status->{"severity"} eq '');