File: control

package info (click to toggle)
libatombus-perl 1.0405-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 180 kB
  • ctags: 12
  • sloc: perl: 200; makefile: 14
file content (37 lines) | stat: -rw-r--r-- 1,243 bytes parent folder | download | duplicates (2)
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
Source: libatombus-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 licensecheck,
 perl,
 debhelper,
 dh-buildinfo,
 libatompub-perl,
 libdancer-perl,
 libdancer-plugin-dbic-perl,
 libdbd-sqlite3-perl,
 libdbix-class-perl,
 libsql-translator-perl,
 libuuid-tiny-perl,
 libxml-atom-perl,
 libxml-xpath-perl,
 libcapture-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libatombus-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libatombus-perl.git
Homepage: http://search.cpan.org/dist/AtomBus/
Testsuite: autopkgtest-pkg-perl

Package: libatombus-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, ${cdbs:Depends}
Description: AtomPub server for messaging
 The Atom Publishing Protocol (Atompub) is a protocol for publishing and
 editing Web resources described at http://www.ietf.org/rfc/rfc5023.txt.
 .
 AtomBus is an AtomPub server that can be used for messaging. The idea
 is that atom feeds can correspond to conceptual queues or buses.
 AtomBus is built on top of the Dancer framework. It is also
 PubSubHubbub (PuSH) friendly.