File: control

package info (click to toggle)
libatompub-perl 0.3.7-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 336 kB
  • ctags: 224
  • sloc: perl: 2,735; makefile: 17
file content (39 lines) | stat: -rw-r--r-- 1,401 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
Source: libatompub-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 debhelper,
 dh-buildinfo,
 libclass-accessor-perl,
 libclass-data-inheritable-perl,
 libdatetime-perl,
 libdatetime-format-w3cdtf-perl,
 libdatetime-timezone-perl,
 libfile-slurp-perl,
 libmime-types-perl,
 libperl6-export-attrs-perl,
 libxml-atom-service-perl,
 libhttp-date-perl | libwww-perl (<< 6),
 libhttp-message-perl | libwww-perl (<< 6),
 libtest-perl-critic-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libatompub-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libatompub-perl.git
Homepage: http://search.cpan.org/dist/Atompub/
Testsuite: autopkgtest-pkg-perl

Package: libatompub-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, ${cdbs:Depends}
Description: implementation of Atom Publishing Protocol
 The Atom Publishing Protocol (Atompub) is a protocol for publishing and
 editing Web resources described at http://www.ietf.org/rfc/rfc5023.txt.
 .
 Atompub implements client Atompub::Client and server Atompub::Server
 for the protocol.  XML formats used in the protocol are implemented in
 XML::Atom and XML::Atom::Service.  Catalyst extension
 Catalyst::Controller::Atompub is also available.