File: control

package info (click to toggle)
libmail-box-perl 3.012-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,792 kB
  • sloc: perl: 9,192; makefile: 6
file content (51 lines) | stat: -rw-r--r-- 1,739 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-box-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 gregor herrmann <gregoa@debian.org>,
 Damyan Ivanov <dmn@debian.org>,
 Salvatore Bonaccorso <carnil@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 libdevel-globaldestruction-perl <!nocheck>,
 libfile-remove-perl <!nocheck>,
 libio-stringy-perl <!nocheck>,
 libmail-message-perl (>= 3.019) <!nocheck>,
 libmail-transport-perl <!nocheck>,
 libobject-realize-later-perl <!nocheck>,
 libscalar-list-utils-perl <!nocheck>,
 libtest-pod-perl <!nocheck>,
 libtest-simple-perl <!nocheck>,
 libtimedate-perl <!nocheck>,
 netbase <!nocheck>,
 perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmail-box-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmail-box-perl.git
Homepage: https://perl.overmeer.net/mailbox/

Package: libmail-box-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libdevel-globaldestruction-perl,
 libfile-remove-perl,
 libio-stringy-perl,
 libmail-message-perl (>= 3.019),
 libmail-transport-perl,
 libobject-realize-later-perl,
 libscalar-list-utils-perl,
 libtimedate-perl,
Suggests:
 libfile-fcntllock-perl,
 spamassassin,
Description: message-folder management module
 Mail::Box is the base-class for accessing various types of mail-folder
 organizational structures in a uniform way.  The various folder types vary
 on how they store their messages. For example, a folder may store many
 messages in a single file, or store each message in a separate file in a
 directory. Similarly, there may be different techniques for locking the
 folders.