File: control

package info (click to toggle)
libxml-atom-perl 0.41-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 512 kB
  • ctags: 302
  • sloc: perl: 2,790; xml: 673; makefile: 2
file content (50 lines) | stat: -rw-r--r-- 2,013 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
Source: libxml-atom-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Brian Cassidy <brian.cassidy@gmail.com>,
           Damyan Ivanov <dmn@debian.org>,
           Jose Luis Rivas <ghostbar38@gmail.com>,
           Jaldhar H. Vyas <jaldhar@debian.org>,
           Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
           Rene Mayorga <rmayorga@debian.org.sv>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libcgi-pm-perl | perl (<< 5.19),
                     libclass-data-inheritable-perl,
                     libdatetime-perl,
                     libdatetime-timezone-perl,
                     libhtml-parser-perl,
                     liblwp-authen-wsse-perl,
                     liburi-perl,
                     libwww-perl,
                     libxml-libxml-perl,
                     libxml-libxslt-perl,
                     libxml-xpath-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-atom-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-atom-perl.git
Homepage: https://metacpan.org/release/XML-Atom

Package: libxml-atom-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libcgi-pm-perl | perl (<< 5.19),
         libclass-data-inheritable-perl,
         libdatetime-perl,
         libdatetime-timezone-perl,
         libhtml-parser-perl,
         liblwp-authen-wsse-perl,
         liburi-perl,
         libwww-perl,
         libxml-libxml-perl,
         libxml-libxslt-perl,
         libxml-xpath-perl
Description: module for manipulating Atom feeds
 XML::Atom is a Perl module that implements the Atom syndication API and
 archiving format for blogs and other data. This module consists of both
 the protocol implementation and a simple client for the API.