r23278 - in /trunk/libmail-imaptalk-perl/debian: ./ changelog compat control copyright rules watch

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Wed Jul 16 08:35:35 UTC 2008


Author: yvesago-guest
Date: Wed Jul 16 08:35:33 2008
New Revision: 23278

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23278
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libmail-imaptalk-perl/debian/
    trunk/libmail-imaptalk-perl/debian/changelog
    trunk/libmail-imaptalk-perl/debian/compat
    trunk/libmail-imaptalk-perl/debian/control
    trunk/libmail-imaptalk-perl/debian/copyright
    trunk/libmail-imaptalk-perl/debian/rules   (with props)
    trunk/libmail-imaptalk-perl/debian/watch

Added: trunk/libmail-imaptalk-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-imaptalk-perl/debian/changelog?rev=23278&op=file
==============================================================================
--- trunk/libmail-imaptalk-perl/debian/changelog (added)
+++ trunk/libmail-imaptalk-perl/debian/changelog Wed Jul 16 08:35:33 2008
@@ -1,0 +1,5 @@
+libmail-imaptalk-perl (1.03-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #491049)
+
+ -- AGOSTINI Yves <agostini at univ-metz.fr>  Wed, 16 Jul 2008 10:21:14 +0200

Added: trunk/libmail-imaptalk-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-imaptalk-perl/debian/compat?rev=23278&op=file
==============================================================================
--- trunk/libmail-imaptalk-perl/debian/compat (added)
+++ trunk/libmail-imaptalk-perl/debian/compat Wed Jul 16 08:35:33 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libmail-imaptalk-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-imaptalk-perl/debian/control?rev=23278&op=file
==============================================================================
--- trunk/libmail-imaptalk-perl/debian/control (added)
+++ trunk/libmail-imaptalk-perl/debian/control Wed Jul 16 08:35:33 2008
@@ -1,0 +1,38 @@
+Source: libmail-imaptalk-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Mail-IMAPTalk/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmail-imaptalk-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-imaptalk-perl/
+
+Package: libmail-imaptalk-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description:  IMAP client interface with lots of features
+ Mail::IMAPTalk communicates with an IMAP server. Each IMAP server command is
+ mapped to a method of this object.
+ .
+ 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 
+     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)                                                
+ .
+ While the IMAP protocol does allow for asynchronous running of commands, this
+ module is designed to be used in a synchronous manner.

Added: trunk/libmail-imaptalk-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-imaptalk-perl/debian/copyright?rev=23278&op=file
==============================================================================
--- trunk/libmail-imaptalk-perl/debian/copyright (added)
+++ trunk/libmail-imaptalk-perl/debian/copyright Wed Jul 16 08:35:33 2008
@@ -1,0 +1,22 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat rev=102
+Debianized-By: AGOSTINI Yves <agostini at univ-metz.fr>
+Debianized-Date: Sun, 16 Jul 2008 10:37:58 +0200
+Original-Source-Location: http://search.cpan.org/dist/Mail-IMAPTalk/
+Upstream-Author: Rob Mueller <cpan at robm.fastmail.fm>
+
+Files: *
+Copyright: Copyright (C) 2003-2005 by FastMail IP Partners
+License: GPL-1+ | Artistic
+ This library is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+Files: debian/*
+Copyright: 
+ Copyright 2008 Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+License: GPL-1+ | Artistic
+ The Debian packaging is put under the same terms as the module itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.

Added: trunk/libmail-imaptalk-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-imaptalk-perl/debian/rules?rev=23278&op=file
==============================================================================
--- trunk/libmail-imaptalk-perl/debian/rules (added)
+++ trunk/libmail-imaptalk-perl/debian/rules Wed Jul 16 08:35:33 2008
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libmail-imaptalk-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmail-imaptalk-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-imaptalk-perl/debian/watch?rev=23278&op=file
==============================================================================
--- trunk/libmail-imaptalk-perl/debian/watch (added)
+++ trunk/libmail-imaptalk-perl/debian/watch Wed Jul 16 08:35:33 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Mail-IMAPTalk/   .*/Mail-IMAPTalk-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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