From 9947e01ea9e792bf12c77405e06ed69ad8751988 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 19 Aug 2018 13:38:46 -0700 Subject: [PATCH] stop calculating the source for all packages --- Debbugs/Status.pm | 7 ------- 1 file changed, 7 deletions(-) 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 ''); -- 2.39.2