File: control

package info (click to toggle)
libsoap-lite-perl 1.20-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,060 kB
  • ctags: 940
  • sloc: perl: 8,889; makefile: 21; cs: 16
file content (67 lines) | stat: -rw-r--r-- 2,611 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Source: libsoap-lite-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ezra Pagel <ezra@cpan.org>,
           Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
           Niko Tyni <ntyni@iki.fi>,
           gregor herrmann <gregoa@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Damyan Ivanov <dmn@debian.org>,
           Franck Joncourt <franck@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libclass-inspector-perl,
                     libfcgi-perl,
                     libhttp-daemon-perl | libwww-perl (<< 6),
                     libio-sessiondata-perl,
                     libio-socket-ssl-perl,
                     libio-stringy-perl,
                     liblwp-protocol-https-perl,
                     libmime-lite-perl,
                     libmime-tools-perl,
                     libossp-uuid-perl,
                     libtask-weaken-perl,
                     libtest-mockobject-perl,
                     libtest-warn-perl,
                     liburi-perl,
                     libwww-perl,
                     libxml-parser-lite-perl,
                     libxml-parser-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsoap-lite-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsoap-lite-perl.git
Homepage: https://sourceforge.net/projects/soaplite/

Package: libsoap-lite-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-inspector-perl,
         libfcgi-perl,
         libhttp-daemon-perl | libwww-perl (<< 6),
         libio-sessiondata-perl,
         libio-socket-ssl-perl,
         libio-stringy-perl,
         liblwp-protocol-https-perl,
         libmime-tools-perl,
         libossp-uuid-perl,
         libtask-weaken-perl,
         liburi-perl,
         libwww-perl,
         libxml-parser-perl
Recommends: libxmlrpc-lite-perl
Suggests: libapache2-mod-perl2,
          libmime-lite-perl,
          libnet-jabber-perl
Breaks: otrs2 (<< 3.3.3-3~)
Description: Perl implementation of a SOAP client and server
 SOAP::Lite is a collection of Perl modules that provide a simple and
 lightweight interface to the Simple Object Access Protocol (SOAP) both on
 client and server side.
 .
 This version of SOAP::Lite supports a subset of the SOAP 1.1 specification
 and has initial support for SOAP 1.2 specification.
 See http://www.w3.org/TR/SOAP for details.