[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [SCM] Debian package checker branch, master, updated. 1.24.3-13-g38eaead



On Mon, Aug 11, 2008 at 06:59:55PM +0000, Russ Allbery wrote:
> diff --git a/checks/scripts b/checks/scripts
> index 9abddc2..3e96b67 100644
> --- a/checks/scripts
> +++ b/checks/scripts
> @@ -736,7 +736,7 @@ while (<SCRIPTS>) {
>  		    tag "maintainer-script-modifies-inetd-conf", "$file:$."
>  			unless Dep::implies($deps{provides}, Dep::parse('inet-superserver'));
>  		}
> -		if (m,^$LEADIN(/(usr/)?s?bin/\w+),) {
> +		if (m,^$LEADIN(/(usr/)?s?bin/[\w-]+),) {


Why so conservative here? I feel that something like \S or [^`)}]
would be better here.

Gruesse,
-- 
Frank Lichtenheld <djpig@debian.org>
www: http://www.djpig.de/


Reply to: