r13037 - /scripts/qa/maintainercheck

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Jan 19 01:08:01 UTC 2008


Author: gregoa-guest
Date: Sat Jan 19 01:08:00 2008
New Revision: 13037

URL: http://svn.debian.org/wsvn/?sc=1&rev=13037
Log:
tighten pattern for Maintainer field check

Modified:
    scripts/qa/maintainercheck

Modified: scripts/qa/maintainercheck
URL: http://svn.debian.org/wsvn/scripts/qa/maintainercheck?rev=13037&op=diff
==============================================================================
--- scripts/qa/maintainercheck (original)
+++ scripts/qa/maintainercheck Sat Jan 19 01:08:00 2008
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright gregor herrmann <gregor+debian at comodo.priv.at>, 2007
+# Copyright gregor herrmann <gregor+debian at comodo.priv.at>, 2007, 2008
 # Released under the terms of the GNU GPL 2
 
 . $(dirname $0)/commoncheck
@@ -11,7 +11,7 @@
 	P=${P%/}
 	CONTROL="$DIR/$P.control"
 	svn export $REPO/trunk/$P/debian/control $CONTROL > /dev/null
-	if ! grep "Maintainer:.*pkg-perl-maintainers at lists\.alioth\.debian\.org" $CONTROL > /dev/null ; then
+	if ! grep "Maintainer: Debian Perl Group <pkg-perl-maintainers at lists\.alioth\.debian\.org>" $CONTROL > /dev/null ; then
 		echo $P
 		egrep "(Maintainer|Uploaders)" $CONTROL | sort
 		echo




More information about the Pkg-perl-cvs-commits mailing list