From: Don Armstrong Date: Sat, 30 Nov 2019 18:39:01 +0000 (-0800) Subject: affects packages are part of the related packages we need X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=1b1055f4cf36f98a083b6fde3df7dda299220840 affects packages are part of the related packages we need --- diff --git a/lib/Debbugs/Bug.pm b/lib/Debbugs/Bug.pm index 523ec31..fefb493 100644 --- a/lib/Debbugs/Bug.pm +++ b/lib/Debbugs/Bug.pm @@ -657,6 +657,7 @@ sub related_packages_and_versions { push @return,$pkg; } } + push @return,$self->status->affects; return @return; }