File: control

package info (click to toggle)
libmail-message-perl 3.019-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,620 kB
  • sloc: perl: 10,810; makefile: 4
file content (51 lines) | stat: -rw-r--r-- 1,691 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: libmail-message-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Damyan Ivanov <dmn@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 libencode-perl <!nocheck>,
 libio-stringy-perl <!nocheck>,
 libmailtools-perl <!nocheck>,
 libmime-types-perl <!nocheck>,
 libscalar-list-utils-perl <!nocheck>,
 libtest-simple-perl <!nocheck>,
 libtimedate-perl <!nocheck>,
 liburi-perl <!nocheck>,
 libuser-identity-perl (>= 1.02) <!nocheck>,
 perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmail-message-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmail-message-perl.git
Homepage: https://metacpan.org/release/Mail-Message

Package: libmail-message-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libencode-perl,
 libio-stringy-perl,
 libmailtools-perl,
 libmime-types-perl,
 libscalar-list-utils-perl,
 libtimedate-perl,
 liburi-perl,
 libuser-identity-perl (>= 1.02),
Suggests:
 libemail-simple-perl,
 libhtml-tree-perl,
 libmime-tools-perl,
 libtext-autoformat-perl,
Description: generic class representing mail messages (perl library)
 A Mail::Message object is a container for MIME-encoded message information,
 as defined by RFC2822.  Everything what is not specificaly related to storing
 the messages in mailboxes (folders) is implemented in this class.  Methods
 which are related to folders is implemented in the Mail::Box::Message
 extension (included in the libmail-box-perl package).
 .
 The suggested packages are used by the various Mail::Message::Convert::*
 modules.