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

gregoa pushed a commit to branch master
in repository libtest-cgi-multipart-perl.

commit ae26ddc285133f8572573045fe673bb6934ec217
Author: gregor herrmann <gre...@debian.org>
Date:   Sat Jun 6 17:29:51 2015 +0200

    wrap&sort d/control
    
    Gbp-Dch: Ignore
---
 debian/control | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index b715567..8e3d2e2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,19 +4,19 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
                libmodule-build-perl
-Build-Depends-Indep: perl,
-                     libtest-exception-perl,
-                     libperl6-slurp-perl,
+Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
+                     libcgi-simple-perl,
+                     libgd-perl | libgd-gd2-perl (>= 1:2.45-2),
                      libmime-tools-perl,
-                     libreadonly-perl,
-                     libuniversal-require-perl,
                      libparams-validate-perl,
-                     libtext-lorem-perl,
-                     libgd-perl | libgd-gd2-perl (>= 1:2.45-2),
-                     libcgi-simple-perl,
-                     libtest-pod-perl,
+                     libperl6-slurp-perl,
+                     libreadonly-perl,
+                     libtest-exception-perl,
                      libtest-pod-coverage-perl,
-                     libcgi-pm-perl | perl (<< 5.19)
+                     libtest-pod-perl,
+                     libtext-lorem-perl,
+                     libuniversal-require-perl,
+                     perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-cgi-multipart-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libtest-cgi-multipart-perl.git
@@ -27,19 +27,19 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
          libmime-tools-perl,
-         libuniversal-require-perl,
-         libreadonly-perl,
          libparams-validate-perl
-         libcgi-pm-perl | perl (<< 5.19)
-Recommends: libreadonly-xs-perl,
-            libtext-lorem-perl,
+         libcgi-pm-perl | perl (<< 5.19),
+         libreadonly-perl,
+         libuniversal-require-perl
+Recommends: libcgi-simple-perl,
             libgd-perl | libgd-gd2-perl (>= 1:2.45-2),
-            libcgi-simple-perl
+            libreadonly-xs-perl,
+            libtext-lorem-perl
 Description: support for testing posting of multi-part form data
- It is quite difficult to write test code to capture the behaviour 
+ It is quite difficult to write test code to capture the behaviour
  of CGI or similar objects handling forms that include a file upload.
  Such code needs to harvest the parameters, build file content in MIME
- format, set the environment variables accordingly and pump it into the 
+ format, set the environment variables accordingly and pump it into the
  the standard input of the required CGI object. This module provides
  simple methods so that having prepared suitable content, the test script
  can simulate the submission of web forms including file uploads.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-cgi-multipart-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to