[libpoe-component-rssaggregator-perl] 03/04: control

Nick Morrott nickm-guest at moszumanska.debian.org
Fri Mar 11 15:49:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

nickm-guest pushed a commit to branch master
in repository libpoe-component-rssaggregator-perl.

commit 3c0a0b679d0afaffca5b39640e3ec12c6a3717ba
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Fri Mar 11 15:09:45 2016 +0000

    control
---
 debian/control | 36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index 0f1c6b2..7aa6de5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,26 +5,28 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nick Morrott <knowledgejunkie at gmail.com>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libhttp-message-perl (>= 1.3),
- libpoe-component-client-dns-perl (>= 0.98),
- libpoe-component-client-http-perl (>= 0.51),
- libpoe-perl,
- libxml-rss-feed-perl (>= 0.01),
- perl
-Standards-Version: 3.9.6
+                     libpoe-component-client-dns-perl (>= 0.98),
+                     libpoe-component-client-http-perl (>= 0.51),
+                     libpoe-perl,
+                     libxml-rss-feed-perl (>= 0.01),
+                     perl
+Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpoe-component-rssaggregator-perl.git
-Vcs-Git: git://anonscm.debian.org/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 (>= 1.3),
- libpoe-component-client-dns-perl (>= 0.98),
- libpoe-component-client-http-perl (>= 0.51),
- libpoe-perl,
- libxml-rss-feed-perl (>= 0.01)
-Description: Watch Muliple RSS Feeds for New Headlines
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libhttp-message-perl (>= 1.3),
+         libpoe-component-client-dns-perl (>= 0.98),
+         libpoe-component-client-http-perl (>= 0.51),
+         libpoe-perl,
+         libxml-rss-feed-perl (>= 0.01)
+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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpoe-component-rssaggregator-perl.git



More information about the Pkg-perl-cvs-commits mailing list