File: control

package info (click to toggle)
libmail-box-perl 3.009-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,804 kB
  • sloc: perl: 9,588; makefile: 6
file content (43 lines) | stat: -rw-r--r-- 1,845 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
Source: libmail-box-perl
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
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdevel-globaldestruction-perl <!nocheck>,
                     libfile-remove-perl <!nocheck>,
                     libio-stringy-perl <!nocheck>,
                     libmail-message-perl <!nocheck>,
                     libmail-transport-perl <!nocheck>,
                     libobject-realize-later-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     netbase <!nocheck>,
                     perl
Standards-Version: 4.5.0
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: http://perl.overmeer.net/mailbox/
Rules-Requires-Root: no

Package: libmail-box-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdevel-globaldestruction-perl,
         libfile-remove-perl,
         libio-stringy-perl,
         libmail-message-perl,
         libmail-transport-perl,
         libobject-realize-later-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.