File: control

package info (click to toggle)
libemail-mime-attachment-stripper-perl 1.317-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 196 kB
  • sloc: perl: 166; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,425 bytes parent folder | download | duplicates (2)
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
Source: libemail-mime-attachment-stripper-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libcapture-tiny-perl,
                     libemail-abstract-perl,
                     libemail-mime-contenttype-perl (>= 1.016),
                     libemail-mime-perl,
                     libemail-simple-perl,
                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
                     perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libemail-mime-attachment-stripper-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libemail-mime-attachment-stripper-perl.git
Homepage: https://metacpan.org/release/Email-MIME-Attachment-Stripper

Package: libemail-mime-attachment-stripper-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libemail-abstract-perl,
         libemail-mime-contenttype-perl (>= 1.016),
         libemail-mime-perl
Description: module to strip attachments from an email
 Given a Email::MIME object, Email::MIME::Attachment::Stripper detaches all
 attachments from the message and makes them available separately.
 .
 The message you're left with might still be multipart, but it should only be
 multipart/alternative or multipart/related.