From 9fec47a68c31685d64b3f520632d287dba998d53 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 17 Nov 2006 23:42:03 -0800 Subject: [PATCH] make sure to include the source of interesting versions --- cgi/version.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/cgi/version.cgi b/cgi/version.cgi index d5ebf28..139260a 100755 --- a/cgi/version.cgi +++ b/cgi/version.cgi @@ -64,6 +64,7 @@ my @interesting_versions = makesourceversions($cgi_var{package},undef,keys %vers my %sources; @sources{map {m{(.+)/}; $1} @{$cgi_var{found}}} = (1) x @{$cgi_var{found}}; @sources{map {m{(.+)/}; $1} @{$cgi_var{fixed}}} = (1) x @{$cgi_var{fixed}}; +@sources{map {m{(.+)/}; $1} @interesting_versions} = (1) x @interesting_versions; my $version = Debbugs::Versions->new(\&Debbugs::Versions::Dpkg::vercmp); foreach my $source (keys %sources) { my $srchash = substr $source, 0, 1; -- 2.39.2