File: control

package info (click to toggle)
libemail-folder-perl 0.860-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 352 kB
  • ctags: 30
  • sloc: perl: 632; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,508 bytes parent folder | download
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
Source: libemail-folder-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
           Martin Zobel-Helas <zobel@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcapture-tiny-perl,
                     libemail-foldertype-perl,
                     libemail-simple-perl,
                     perl,
                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libemail-folder-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libemail-folder-perl.git
Homepage: https://metacpan.org/release/Email-Folder

Package: libemail-folder-perl
Architecture: all
Depends: libemail-foldertype-perl,
         libemail-simple-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: Perl module to read mail from a folder
 Email::Folder is a Perl module which reads all messages from a folder into
 Email::Simple objects (see libemail-simple-perl for more), making them easy
 to manipulate from Perl. It becomes fairly trivial to extract information
 from headers in your mail, or change them to different values. As a result,
 this provides a general purpose mail handling facility.