File: control

package info (click to toggle)
libatombus-perl 1.0405-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: perl: 200; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,403 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
Source: libatombus-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 perl,
 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: 4.7.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libatombus-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libatombus-perl
Homepage: https://metacpan.org/release/AtomBus
Testsuite: autopkgtest-pkg-perl

Package: libatombus-perl
Architecture: all
Depends:
 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,
 ${misc:Depends},
 ${perl: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.