r38605 - in /trunk/libformvalidator-simple-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jun 25 16:01:50 UTC 2009


Author: gregoa
Date: Thu Jun 25 16:01:44 2009
New Revision: 38605

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38605
Log:
* debian/control:
  - wrap long lines
  - make short description a noun phrase
  - mention module name in long description

Modified:
    trunk/libformvalidator-simple-perl/debian/changelog
    trunk/libformvalidator-simple-perl/debian/control

Modified: trunk/libformvalidator-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libformvalidator-simple-perl/debian/changelog?rev=38605&op=diff
==============================================================================
--- trunk/libformvalidator-simple-perl/debian/changelog (original)
+++ trunk/libformvalidator-simple-perl/debian/changelog Thu Jun 25 16:01:44 2009
@@ -19,7 +19,11 @@
     - Bump to 7
 
   [ gregor herrmann ]
-  * debian/control: change my email address.
+  * debian/control:
+    - change my email address
+    - wrap long lines
+    - make short description a noun phrase
+    - mention module name in long description
 
  -- Nathan Handler <nhandler at ubuntu.com>  Tue, 23 Jun 2009 03:03:46 +0000
 

Modified: trunk/libformvalidator-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libformvalidator-simple-perl/debian/control?rev=38605&op=diff
==============================================================================
--- trunk/libformvalidator-simple-perl/debian/control (original)
+++ trunk/libformvalidator-simple-perl/debian/control Thu Jun 25 16:01:44 2009
@@ -2,10 +2,14 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, libyaml-perl, libemail-valid-loose-perl, libtie-ixhash-perl, libclass-accessor-perl, libdate-calc-perl, libclass-data-inheritable-perl, libclass-inspector-perl, libmailtools-perl, libuniversal-exports-perl, liblist-moreutils-perl, libdatetime-format-strptime-perl, libclass-data-accessor-perl
+Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, libyaml-perl,
+ libemail-valid-loose-perl, libtie-ixhash-perl, libclass-accessor-perl,
+ libdate-calc-perl, libclass-data-inheritable-perl, libclass-inspector-perl,
+ libmailtools-perl, libuniversal-exports-perl, liblist-moreutils-perl,
+ libdatetime-format-strptime-perl, libclass-data-accessor-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregoa at debian.org>,
- Nathan Handler <nhandler at ubuntu.com>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+ gregor herrmann <gregoa at debian.org>, Nathan Handler <nhandler at ubuntu.com>
 Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/FormValidator-Simple/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libformvalidator-simple-perl/
@@ -13,11 +17,15 @@
 
 Package: libformvalidator-simple-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libyaml-perl, libemail-valid-loose-perl, libtie-ixhash-perl, libclass-accessor-perl, libdate-calc-perl, libclass-data-inheritable-perl, libclass-inspector-perl, libmailtools-perl, libuniversal-exports-perl, liblist-moreutils-perl, libdatetime-format-strptime-perl, libclass-data-accessor-perl
-Description:  validation with simple chains of constraints
- This module provides you a sweet way of form data validation with
- simple constraints chains. You can write constraints on single line
- for each input data.
+Depends: ${perl:Depends}, ${misc:Depends}, libyaml-perl,
+ libemail-valid-loose-perl, libtie-ixhash-perl, libclass-accessor-perl,
+ libdate-calc-perl, libclass-data-inheritable-perl, libclass-inspector-perl,
+ libmailtools-perl, libuniversal-exports-perl, liblist-moreutils-perl,
+ libdatetime-format-strptime-perl, libclass-data-accessor-perl
+Description: module for validating forms with simple chains of constraints
+ FormValidator::Simple provides you a sweet way of form data validation with
+ simple constraints chains. You can write constraints on single line for each
+ input data.
  .
  This idea is based on Sledge::Plugin::Validator, and most of
  validation code is borrowed from this plugin.




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