~ubuntu-ngo/+junk/php-db-dataobject

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Daniel Holbach
  • Date: 2009-07-03 09:28:38 UTC
  • Revision ID: daniel.holbach@canonical.com-20090703092838-kll84wwl30r9p0vp
remove get-orig-source target, re-indent description, suggest php-date (we don't have pear/Net_IDNA yet which would be in suggests too), remove empty dirs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: php-validate
2
2
Section: web
3
3
Priority: optional
4
 
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
5
 
Uploaders: Thijs Kinkhorst <thijs@debian.org>
 
4
Maintainer: Daniel Holbach <daniel.holbach@ubuntu.com>
6
5
Build-Depends: debhelper (>= 5.0)
7
6
Build-Depends-Indep: php-pear
8
7
Homepage: http://pear.php.net/package/Validate
11
10
Package: php-validate
12
11
Architecture: all
13
12
Depends: php-pear
 
13
Suggests: php-date
14
14
Description: PHP PEAR module for various kinds of data
15
15
 Package to validate various datas. It includes :
16
 
 - numbers (min/max, decimal or not)
17
 
 - email (syntax, domain check, rfc822)
18
 
 - string (predifined type alpha upper and/or lowercase, numeric,...)
19
 
 - date (min, max, rfc822 compliant)
20
 
 - uri (RFC2396)
21
 
 - possibility valid multiple data with a single method call (::multiple)
22
 
 - numbers (min/max, decimal or not)
 
16
  - numbers (min/max, decimal or not)
 
17
  - email (syntax, domain check, rfc822)
 
18
  - string (predifined type alpha upper and/or lowercase, numeric,...)
 
19
  - date (min, max, rfc822 compliant)
 
20
  - uri (RFC2396)
 
21
  - possibility valid multiple data with a single method call (::multiple)
 
22
  - numbers (min/max, decimal or not)