Codebase list libical-parser-perl / d65d23a
Remove Jonathan Yu from Uploaders. Thanks for your work! gregor herrmann 7 years ago
1 changed file(s) with 17 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
00 Source: libical-parser-perl
1 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
2 Uploaders: David Bremner <bremner@unb.ca>,
3 Florian Schlichting <fsfs@debian.org>
14 Section: perl
5 Testsuite: autopkgtest-pkg-perl
26 Priority: optional
37 Build-Depends: debhelper (>= 8),
4 libmodule-build-perl (>= 0.360000)
5 Build-Depends-Indep: perl, libfreezethaw-perl, libio-string-perl,
6 libdatetime-format-ical-perl, libtext-vfile-asdata-perl
7 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
8 Uploaders: Jonathan Yu <jawnsy@cpan.org>, David Bremner <bremner@unb.ca>,
9 Florian Schlichting <fsfs@debian.org>
8 libmodule-build-perl (>= 0.360000)
9 Build-Depends-Indep: perl,
10 libfreezethaw-perl,
11 libio-string-perl,
12 libdatetime-format-ical-perl,
13 libtext-vfile-asdata-perl
1014 Standards-Version: 3.9.4
15 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libical-parser-perl.git
16 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libical-parser-perl.git
1117 Homepage: https://metacpan.org/release/iCal-Parser
12 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libical-parser-perl.git
13 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libical-parser-perl.git
1418
1519 Package: libical-parser-perl
1620 Architecture: all
17 Depends: ${perl:Depends}, ${misc:Depends}, libio-string-perl,
18 libdatetime-format-ical-perl, libtext-vfile-asdata-perl
21 Depends: ${perl:Depends},
22 ${misc:Depends},
23 libio-string-perl,
24 libdatetime-format-ical-perl,
25 libtext-vfile-asdata-perl
1926 Description: module to parse iCalendar files into a data structure
2027 iCal::Parser is a Perl module that processes iCalendar (vCalendar 2.0) files
2128 as specified in RFC 2445 into a Perl data structure. It handles several key