From: Don Armstrong Date: Sat, 15 Aug 2009 22:47:10 +0000 (-0700) Subject: strip out the src; in Debbugs::Common::package_maintainer X-Git-Tag: release/2.6.0~449^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=91ae418e5738511a87b6a970e3ca8508cb798c22;p=debbugs.git strip out the src; in Debbugs::Common::package_maintainer --- diff --git a/Debbugs/Common.pm b/Debbugs/Common.pm index 0917c657..ad8742d5 100644 --- a/Debbugs/Common.pm +++ b/Debbugs/Common.pm @@ -356,6 +356,7 @@ sub package_maintainer { } my $s = $param{reverse}?$_source_maintainer_rev:$_source_maintainer; for my $source (make_list($param{source},@extra_source)) { + $source =~ s/^src://; push @return,grep {defined $_} make_list($s->{$source}); } return @return;