[libemail-mime-attachment-stripper-perl] 02/03: control

gregor herrmann gregoa at debian.org
Wed Jul 2 17:25:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libemail-mime-attachment-stripper-perl.

commit c3a62f4d06c2f316104aef93cd57738d3da52911
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jul 2 19:22:55 2014 +0200

    control
---
 debian/control | 44 ++++++++++++++++----------------------------
 1 file changed, 16 insertions(+), 28 deletions(-)

diff --git a/debian/control b/debian/control
index 9d2f564..eac5900 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,16 @@
 Source: libemail-mime-attachment-stripper-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at 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 (>= 1.861),
- libemail-simple-perl,
- perl (>= 5.13.4)
+                     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
@@ -17,27 +18,14 @@ 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 (>= 1.861)
-Description: strip the attachments from an email
- Given a Email::MIME object, detach all attachments from the message and make
- them available separately.
+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.
- .
- Given this message:
- .
- + multipart/mixed
- .
- - text/plain
- .
- - application/pdf; disposition=attachment
- .
- The PDF will be stripped. Whether the returned message is a single text/plain
- part or a multipart/mixed message with only the text/plain part remaining in
- it is not yet guaranteed one way or the other.
- .
- This description was automagically extracted from the module by dh-make-perl.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libemail-mime-attachment-stripper-perl.git



More information about the Pkg-perl-cvs-commits mailing list