From: Don Armstrong Date: Sun, 30 Jun 2019 17:04:18 +0000 (-0700) Subject: In Debbugs::Package, do not double search for binary packages X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=68d10ba58a8277b0dde313de86507798defa9b55;hp=68d10ba58a8277b0dde313de86507798defa9b55;p=debbugs.git In Debbugs::Package, do not double search for binary packages When we're given a source package to search for, do not bother to load all of the data related to all binary packages which correspond to that source package. [For a complicated source package with 5000 binary packages like linux, that search can take more than 5 seconds.] ---