File: control

package info (click to toggle)
libemail-mime-perl 1.949-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 484 kB
  • sloc: perl: 1,074; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,884 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
Source: libemail-mime-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>,
           Damyan Ivanov <dmn@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libemail-address-xs-perl <!nocheck>,
                     libemail-messageid-perl <!nocheck>,
                     libemail-mime-contenttype-perl (>= 1.023) <!nocheck>,
                     libemail-mime-encodings-perl <!nocheck>,
                     libemail-simple-perl (>= 2.212) <!nocheck>,
                     libmime-types-perl <!nocheck>,
                     libmodule-runtime-perl <!nocheck>,
                     perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libemail-mime-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libemail-mime-perl.git
Homepage: https://metacpan.org/release/Email-MIME
Rules-Requires-Root: no

Package: libemail-mime-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libemail-address-xs-perl,
         libemail-messageid-perl,
         libemail-mime-contenttype-perl (>= 1.023),
         libemail-mime-encodings-perl,
         libemail-simple-perl (>= 2.212),
         libmime-types-perl,
         libmodule-runtime-perl
Provides: libemail-mime-creator-perl,
          libemail-mime-modifier-perl
Description: module for simple MIME message parsing
 Email::MIME is an extension of the Email::Simple module for easily handling
 MIME-encoded messages. It takes a message as a string, splits it up into its
 constituent parts, and allows you access to various parts of the message.
 Headers are decoded from MIME encoding.