From a156d178178b3a994e27991ecb16718aefff5167 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 23 Aug 2009 21:09:26 -0700 Subject: [PATCH 1/1] * fix the unknown package maintainer issues in checkmaintainers --- scripts/process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/process b/scripts/process index f0047db..2ffbdf9 100755 --- a/scripts/process +++ b/scripts/process @@ -1074,7 +1074,7 @@ sub checkmaintainers { my $anymaintfound=0; my $anymaintnotfound=0; for my $p (splitpackages($data->{package})) { $p =~ y/A-Z/a-z/; - $p =~ /([a-z0-9.+-]+)/; + $p =~ /((?:src:)?[a-z0-9.+-]+)/; $p = $1; next unless defined $p; if (defined $gSubscriptionDomain) { -- 2.39.2