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

Re: lintian: r174 - in trunk: checks debian



On Sun, Apr 18, 2004 at 12:48:09AM +0200, jeroen@wolffelaar.nl wrote:
> checks/fields:
> + [JvW] Check for welformed Debian-revision
[...]
> +		$debian =~ /^-([^.]+)?(?:\.[^.]+)?(?:\.[^.]+)?(\..*)?$/;
> +		if (not defined $1 or defined $2) {
> +			print "W: $pkg $type: debian-revision-not-welformed $version\n";
> +			return;
> +		}
[...]
> +Tag: debian-revision-not-welformed
> +Type: warning
> +Info: The debian version part (the part after the -) should consist of one to
> + three dot-seperated parts: one for maintainer release, two for source-NMU,
> + three for binary NMU.
> +
[...]
> +    + [JvW] Check for welformed Debian-revision

These should all be spelt "well-formed".

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]



Reply to: