[libxml-compile-soap-perl] 04/06: control

Nick Morrott nickm-guest at moszumanska.debian.org
Thu Mar 10 15:44:17 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libxml-compile-soap-perl.

commit ea586a2f247c792cbfbbc71bcec20aacdfd43044
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Thu Mar 10 11:57:03 2016 +0000

    control
---
 debian/control | 24 +++++++++++++++++-------
 1 file changed, 17 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index d4fdf1c..c427872 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,27 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nick Morrott <knowledgejunkie at gmail.com>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl
-Standards-Version: 3.9.6
+Build-Depends-Indep: libfile-slurp-tiny-perl,
+                     libwww-perl (>= 6.08),
+                     libxml-compile-cache-perl (>= 1.03),
+                     perl (>= 5.13.7)
+Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-compile-soap-perl.git
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-compile-soap-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libxml-compile-soap-perl.git
 Homepage: https://metacpan.org/release/XML-Compile-SOAP
 Testsuite: autopkgtest-pkg-perl
 
 Package: libxml-compile-soap-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: SOAP version 1.1
- (no description was found)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libfile-slurp-tiny-perl,
+         libwww-perl (>= 6.08),
+         libxml-compile-cache-perl (>= 1.03),
+         perl (>= 5.13.7)
+Description: Perl module to handle SOAP 1.1 messaging (client and server)
+ XML::Compile::SOAP is a collection of Perl modules that provides an
+ implementation of version 1.1 of the Simple Object Access Protocol (SOAP)
+ on both client and server.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ See https://www.w3.org/TR/2000/NOTE-SOAP-20000508 for details.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-compile-soap-perl.git



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