]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Status.pm
stop calculating the source for all packages
[debbugs.git] / Debbugs / Status.pm
index 797bbdde1d87695547af231e98effc25ea7d279a..f539781495c297c64a54239823411da2a0c328b1 100644 (file)
@@ -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 '');