File: control

package info (click to toggle)
librpc-xml-perl 0.82-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,352 kB
  • sloc: perl: 9,665; xml: 3,020; makefile: 17
file content (54 lines) | stat: -rw-r--r-- 2,400 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
Source: librpc-xml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           Damyan Ivanov <dmn@debian.org>,
           Niko Tyni <ntyni@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>,
           Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdatetime-format-iso8601-perl (>= 0.15) <!nocheck>,
                     libdatetime-perl (>= 2:1.54) <!nocheck>,
                     libhttp-daemon-perl (>= 6.12) <!nocheck>,
                     libhttp-message-perl (>= 6.26) <!nocheck>,
                     libio-socket-ip-perl <!nocheck>,
                     libnet-server-perl <!nocheck>,
                     libscalar-list-utils-perl (>= 1:1.55) <!nocheck>,
                     libsocket-perl <!nocheck>,
                     libtest-simple-perl (>= 1.302183) <!nocheck>,
                     libwww-perl (>= 6.51) <!nocheck>,
                     libxml-libxml-perl <!nocheck>,
                     libxml-parser-perl (>= 2.46) <!nocheck>,
                     netbase <!nocheck>,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/librpc-xml-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/librpc-xml-perl.git
Homepage: https://metacpan.org/release/RPC-XML
Rules-Requires-Root: no

Package: librpc-xml-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdatetime-format-iso8601-perl (>= 0.15),
         libhttp-daemon-perl (>= 6.12),
         libhttp-message-perl (>= 6.26),
         libio-socket-ip-perl,
         libscalar-list-utils-perl (>= 1:1.55),
         libsocket-perl,
         libwww-perl (>= 6.51),
         libxml-parser-perl (>= 2.46)
Suggests: libapache2-mod-perl2,
          libcgi-pm-perl,
          libcompress-raw-zlib-perl,
          libdatetime-perl (>= 2:1.54),
          libxml-libxml-perl
Description: Perl implementation of the XML-RPC protocol
 RPC::XML is a Perl module that implements the XML-RPC protocol. It provides
 classes for sample client and server implementations, a server designed as
 an Apache location-handler, and a suite of data-manipulation classes that
 are used by them.