[libanyevent-feed-perl] 03/07: control

Nick Morrott nickm-guest at moszumanska.debian.org
Fri Mar 11 21:19:32 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libanyevent-feed-perl.

commit 388573c2da8a388f1b831bb48da83248c5ae7f32
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Fri Mar 11 20:03:32 2016 +0000

    control
---
 debian/control | 29 ++++++++++++++---------------
 1 file changed, 14 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index 24081c3..c271c0c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,27 +5,26 @@ 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: libanyevent-http-perl,
- libanyevent-perl (>= 3.5),
- libdigest-sha1-perl,
- libxml-feed-perl,
- perl
-Standards-Version: 3.9.6
+                     libanyevent-perl (>= 3.5),
+                     libdigest-sha1-perl,
+                     libxml-feed-perl,
+                     perl
+Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-feed-perl.git
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-feed-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libanyevent-feed-perl.git
 Homepage: https://metacpan.org/release/AnyEvent-Feed
 Testsuite: autopkgtest-pkg-perl
 
 Package: libanyevent-feed-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libanyevent-http-perl,
- libanyevent-perl (>= 3.5),
- libdigest-sha1-perl,
- libxml-feed-perl
-Description: Receiving RSS/Atom Feed reader with XML::Feed
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libanyevent-http-perl,
+         libanyevent-perl (>= 3.5),
+         libdigest-sha1-perl,
+         libxml-feed-perl
+Description: Perl module to retrieve new entries in an RSS/Atom feed
  AnyEvent::Feed implements some glue between AnyEvent::HTTP and XML::Feed. It
- can fetch a RSS/Atom feed on a regular interval as well as on customized
+ can fetch an RSS/Atom feed on a regular interval as well as at customized
  times. It also keeps track of already fetched entries so that you will only
  get the new entries.
- .
- This description was automagically extracted from the module by dh-make-perl.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libanyevent-feed-perl.git



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