summaryrefslogtreecommitdiff
path: root/debian/control
blob: e940a95cec39c042603a0b5790071601035f7006 (plain)
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
Source: libmime-tools-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@iki.fi>,
           Damyan Ivanov <dmn@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libconvert-binhex-perl,
                     libmailtools-perl,
                     libtest-deep-perl,
                     libtest-pod-perl,
                     netbase,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmime-tools-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmime-tools-perl.git
Homepage: https://metacpan.org/release/MIME-tools

Package: libmime-tools-perl
Architecture: all
Depends: libconvert-binhex-perl,
         libmailtools-perl,
         ${misc:Depends},
         ${perl:Depends}
Breaks: libmime-perl (<< 5.425-2)
Provides: libmime-perl
Replaces: libmime-perl (<< 5.425-2)
Description: Perl5 modules for MIME-compliant messages
 This package provides the MIME-tools modules. MIME::Tools is a
 collection of Perl5 MIME:: modules for parsing, decoding, and generating
 single- or multipart (even nested multipart) MIME messages.