Tags: patch Ansgar Burchardt <ans...@debian.org> wrote: > the formatting for the package description is broken. And so is the grammar, spelling, punctuation, and general DevRef-compliance. I would suggest a version along the lines of:
Description: validation class This package provides a PEAR package for validating data, including: * numbers (min/max, decimal or not); * email (syntax, domain check, RFC 822 compliance); * strings (predefined type alpha upper and/or lowercase, numeric, etc.); * dates (min/max, RFC 822 compliance); * URIs (RFC 2396 compliance). Multiple checks can be performed by a single method call (::multiple). -- JBR with qualifications in linguistics, experience as a Debian sysadmin, and probably no clue about this particular package
diff -ru php-validate-0.8.5.pristine/debian/control php-validate-0.8.5/debian/control --- php-validate-0.8.5.pristine/debian/control 2012-04-27 03:23:21.000000000 +0100 +++ php-validate-0.8.5/debian/control 2012-05-10 23:45:26.503392458 +0100 @@ -11,10 +11,11 @@ Package: php-validate Architecture: all Depends: php-pear, ${misc:Depends} -Description: Validation class - Package to validate various datas. It includes : - - numbers (min/max, decimal or not) - email (syntax, domain - check, rfc822) - string (predifined type alpha upper and/or - lowercase, numeric,...) - date (min, max, rfc822 compliant) - - uri (RFC2396) - possibility valid multiple data with a single - method call (::multiple) +Description: validation class + This package provides a PEAR package for validating data, including: + * numbers (min/max, decimal or not); + * email (syntax, domain check, RFC 822 compliance); + * strings (predefined type alpha upper and/or lowercase, numeric, etc.); + * dates (min/max, RFC 822 compliance); + * URIs (RFC 2396 compliance). + Multiple checks can be performed by a single method call (::multiple).