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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: libperlanet-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends:
debhelper-compat (= 13),
libchi-perl <!nocheck>,
libdatetime-perl <!nocheck>,
libdatetime-format-strptime-perl <!nocheck>,
libhtml-scrubber-perl <!nocheck>,
libhtml-tidy-perl <!nocheck>,
libmodule-build-perl,
libmoose-perl <!nocheck>,
libmoosex-configfromfile-perl <!nocheck>,
libmoosex-traits-perl <!nocheck>,
libnamespace-autoclean-perl <!nocheck>,
libtemplate-perl <!nocheck>,
libtest-pod-coverage-perl <!nocheck>,
libtest-pod-perl <!nocheck>,
libtry-tiny-perl <!nocheck>,
liburi-fetch-perl <!nocheck>,
libxml-feed-perl <!nocheck>,
libxml-opml-simplegen-perl <!nocheck>,
libyaml-perl <!nocheck>,
perl,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libperlanet-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libperlanet-perl.git
Homepage: https://perlanet.mag-sol.com/
Rules-Requires-Root: no
Package: libperlanet-perl
Architecture: all
Depends:
libdatetime-perl,
libdatetime-format-strptime-perl,
libhtml-scrubber-perl,
libhtml-tidy-perl,
libmoose-perl,
libmoosex-traits-perl,
libnamespace-autoclean-perl,
libtemplate-perl,
libtry-tiny-perl,
liburi-fetch-perl,
libxml-feed-perl,
libyaml-perl,
${misc:Depends},
${perl:Depends},
Recommends:
libchi-perl,
libmoosex-configfromfile-perl,
libxml-opml-simplegen-perl,
Description: program for creating programs that aggregate web feeds
Perlanet is a Perl module for aggregating web feeds.
.
It allows you to aggregate a number of web feeds
(both Atom and RSS)
and to publish a web page and another web feed
containing the aggregated content.
|