File: control

package info (click to toggle)
libmail-box-perl 2.117-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,828 kB
  • ctags: 1,564
  • sloc: perl: 23,381; makefile: 2
file content (61 lines) | stat: -rw-r--r-- 2,503 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
52
53
54
55
56
57
58
59
60
61
Source: libmail-box-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Ryan Niebur <ryan@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Salvatore Bonaccorso <carnil@debian.org>,
           Daniel Lintott <daniel@serverb.co.uk>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libdevel-globaldestruction-perl (>= 0.09),
                     libdigest-hmac-perl,
                     libemail-abstract-perl,
                     libemail-simple-perl,
                     libfile-remove-perl,
                     libhtml-format-perl,
                     libio-stringy-perl,
                     libmailtools-perl,
                     libmime-tools-perl,
                     libmime-types-perl,
                     libobject-realize-later-perl (>= 0.19),
                     libtest-pod-perl,
                     libtext-autoformat-perl,
                     libtimedate-perl,
                     liburi-perl,
                     libuser-identity-perl (>= 0.94),
                     netbase,
                     perl
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmail-box-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmail-box-perl.git
Homepage: http://perl.overmeer.net/mailbox/

Package: libmail-box-perl
Architecture: all
Depends: libdevel-globaldestruction-perl (>= 0.09),
         libdigest-hmac-perl,
         libfile-remove-perl,
         libio-stringy-perl,
         libmailtools-perl,
         libmime-types-perl,
         libobject-realize-later-perl (>= 0.19),
         libtimedate-perl,
         liburi-perl,
         libuser-identity-perl (>= 0.94),
         ${misc:Depends},
         ${perl:Depends}
Suggests: libhtml-format-perl,
          libhtml-tree-perl,
          libmail-imapclient-perl,
          libmime-tools-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.