[libmail-imaptalk-perl] 04/06: Declare compliance with Debian Policy 3.9.7

Florian Schlichting fsfs at moszumanska.debian.org
Mon Apr 18 19:20:16 UTC 2016


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

fsfs pushed a commit to branch master
in repository libmail-imaptalk-perl.

commit 9f7ec80e23b74d5dda899144dbbae99196ad2c06
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Apr 18 21:03:21 2016 +0200

    Declare compliance with Debian Policy 3.9.7
---
 debian/control | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index a50ef79..482127d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
  Xavier Guimard <x.guimard at free.fr>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmail-imaptalk-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmail-imaptalk-perl.git
 Homepage: https://metacpan.org/release/Mail-IMAPTalk
@@ -22,20 +22,20 @@ Description: IMAP client interface with lots of features
  .
  Although other IMAP modules exist on CPAN, this has several advantages over
  other modules.
-  * It parses the more complex IMAP structures like envelopes and body      
-    structures into nice Perl data structures                            
-  * It correctly supports atoms, quoted strings and literals at any point.  
-    Some parsers in other modules aren't fully IMAP compatiable and may  
-    break at odd times with certain messages on some servers             
-  * It allows large return values (eg. attachments on a message) to be read 
-    directly into a file, rather than into memory                        
-  * It includes some helper functions to find the actual text/plain or      
-    text/html part of a message out of a complex MIME structure. It also 
+  * It parses the more complex IMAP structures like envelopes and body
+    structures into nice Perl data structures
+  * It correctly supports atoms, quoted strings and literals at any point.
+    Some parsers in other modules aren't fully IMAP compatiable and may
+    break at odd times with certain messages on some servers
+  * It allows large return values (eg. attachments on a message) to be read
+    directly into a file, rather than into memory
+  * It includes some helper functions to find the actual text/plain or
+    text/html part of a message out of a complex MIME structure. It also
     can find a list of attachements, and CID links for HTML messages with.
-    attached images                                                      
-  * It supports decoding of MIME headers to Perl utf-8 strings              
-    automatically, so you don't have to deal with MIME encoded headers   
-    (enabled optionally)                                                
+    attached images
+  * It supports decoding of MIME headers to Perl utf-8 strings
+    automatically, so you don't have to deal with MIME encoded headers
+    (enabled optionally)
  .
  While the IMAP protocol does allow for asynchronous running of commands, this
  module is designed to be used in a synchronous manner.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmail-imaptalk-perl.git



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