[libformvalidator-simple-perl] 03/08: Reformat debian/control with cme

gregor herrmann gregoa at debian.org
Fri Jun 12 21:09:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libformvalidator-simple-perl.

commit 19f0475a1dacd9199b3e3dfd0fd8ac1c3ef59e50
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 12 23:06:29 2015 +0200

    Reformat debian/control with cme
    
    Gbp-Dch: ignore
---
 debian/control | 65 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 33 insertions(+), 32 deletions(-)

diff --git a/debian/control b/debian/control
index 4d36371..3aab30e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,45 +1,46 @@
 Source: libformvalidator-simple-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 debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 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 debian.org>
+                     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
 Standards-Version: 3.9.2
-Homepage: https://metacpan.org/release/FormValidator-Simple
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libformvalidator-simple-perl.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libformvalidator-simple-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libformvalidator-simple-perl.git
+Homepage: https://metacpan.org/release/FormValidator-Simple
 
 Package: libformvalidator-simple-perl
 Architecture: all
-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
+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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libformvalidator-simple-perl.git



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