File: control

package info (click to toggle)
libpoe-component-rssaggregator-perl 1.11-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 120 kB
  • sloc: perl: 407; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,416 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
Source: libpoe-component-rssaggregator-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libhttp-message-perl,
                     libpoe-component-client-dns-perl,
                     libpoe-component-client-http-perl,
                     libpoe-perl,
                     libxml-rss-feed-perl,
                     perl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpoe-component-rssaggregator-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpoe-component-rssaggregator-perl.git
Homepage: https://metacpan.org/release/POE-Component-RSSAggregator
Testsuite: autopkgtest-pkg-perl

Package: libpoe-component-rssaggregator-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhttp-message-perl,
         libpoe-component-client-dns-perl,
         libpoe-component-client-http-perl,
         libpoe-perl,
         libxml-rss-feed-perl
Description: POE component to watch multiple RSS feeds
 POE::Component::RSSAggregator is a POE component that can monitor multiple
 RSS feeds for new headlines/items. Each configured RSS feed has its own
 update interval. Whilst running, new feeds can be added and existing feeds
 paused, resumed and removed.