[SCM] Debian packaging of libformvalidator-simple-perl branch, master, updated. 17dde3afda612ff21aaac119839ef7f129821580

gregor herrmann gregoa at debian.org
Sat Dec 10 20:14:56 UTC 2011


The following commit has been merged in the master branch:
commit 39782019509bc4264bf21a4e928dac6c7f9aafdc
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 10 21:10:36 2011 +0100

    sort deps
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 2d7bb43..41a1f2b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,24 @@ Source: libformvalidator-simple-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, 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,
+ libclass-accessor-perl,
+ libclass-data-accessor-perl,
+ libclass-data-inheritable-perl,
+ libclass-inspector-perl,
+ libdate-calc-perl,
+ libdatetime-format-strptime-perl,
+ libemail-valid-loose-perl,
+ liblist-moreutils-perl,
+ libmailtools-perl,
+ libtest-pod-perl,
+ libtie-ixhash-perl,
+ libuniversal-exports-perl,
+ libyaml-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>
+ gregor herrmann <gregoa at debian.org>,
+ Nathan Handler <nhandler at ubuntu.com>
 Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/FormValidator-Simple/
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libformvalidator-simple-perl.git
@@ -17,15 +27,23 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libformvalida
 
 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
+Depends: ${perl:Depends}, ${misc:Depends},
+ libclass-accessor-perl,
+ libclass-data-accessor-perl,
+ libclass-data-inheritable-perl,
+ libclass-inspector-perl,
+ libdate-calc-perl,
+ libdatetime-format-strptime-perl,
+ libemail-valid-loose-perl,
+ liblist-moreutils-perl,
+ libmailtools-perl,
+ libtie-ixhash-perl,
+ libuniversal-exports-perl,
+ libyaml-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.
+ This idea is based on Sledge::Plugin::Validator, and most of validation code
+ is borrowed from this plugin.

-- 
Debian packaging of libformvalidator-simple-perl



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