r60349 - in /trunk/libemail-messageid-perl: Changes META.yml debian/changelog debian/control debian/copyright debian/rules debian/source/ debian/source/format lib/Email/MessageID.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Fri Jul 16 05:23:23 UTC 2010


Author: ansgar-guest
Date: Fri Jul 16 05:23:06 2010
New Revision: 60349

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60349
Log:
* New upstream release (1.402).
* Use tiny debian/rules.
* Make build-dep on perl unversioned.
* debian/control: Remove article from short description.
* Use source format 3.0 (quilt).
* debian/copyright: Formatting changes for current DEP-5 proposal.
* Bump Standards-Version to 3.9.0.

Added:
    trunk/libemail-messageid-perl/debian/source/
    trunk/libemail-messageid-perl/debian/source/format
Modified:
    trunk/libemail-messageid-perl/Changes
    trunk/libemail-messageid-perl/META.yml
    trunk/libemail-messageid-perl/debian/changelog
    trunk/libemail-messageid-perl/debian/control
    trunk/libemail-messageid-perl/debian/copyright
    trunk/libemail-messageid-perl/debian/rules
    trunk/libemail-messageid-perl/lib/Email/MessageID.pm

Modified: trunk/libemail-messageid-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-messageid-perl/Changes?rev=60349&op=diff
==============================================================================
--- trunk/libemail-messageid-perl/Changes (original)
+++ trunk/libemail-messageid-perl/Changes Fri Jul 16 05:23:06 2010
@@ -1,4 +1,7 @@
 Revision history for Email-MessageID
+
+1.402     2010-07-14
+          improve documentation of in_brackets
 
 1.401     2009-01-22
           add repo location to metadata

Modified: trunk/libemail-messageid-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-messageid-perl/META.yml?rev=60349&op=diff
==============================================================================
--- trunk/libemail-messageid-perl/META.yml (original)
+++ trunk/libemail-messageid-perl/META.yml Fri Jul 16 05:23:06 2010
@@ -1,12 +1,14 @@
 --- #YAML:1.0
 name:               Email-MessageID
-version:            1.401
+version:            1.402
 abstract:           Generate world unique message-ids
 author:
     - Casey West <casey at geeknest.com>
 license:            perl
 distribution_type:  module
 configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
     ExtUtils::MakeMaker:  0
 requires:
     Email::Address:  1.80
@@ -18,7 +20,7 @@
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.48
+generated_by:       ExtUtils::MakeMaker version 6.56
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4

Modified: trunk/libemail-messageid-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-messageid-perl/debian/changelog?rev=60349&op=diff
==============================================================================
--- trunk/libemail-messageid-perl/debian/changelog (original)
+++ trunk/libemail-messageid-perl/debian/changelog Fri Jul 16 05:23:06 2010
@@ -1,10 +1,7 @@
-libemail-messageid-perl (1.401-1) UNRELEASED; urgency=low
-
-  IGNORE-VERSION: 1.401-1
-  no need to upload, the only change is a git url in Makefile.PL
+libemail-messageid-perl (1.402-1) unstable; urgency=low
 
   [ Brian Cassidy ]
-  * New upstream release
+  * New upstream release (1.401).
   * debian/control: Added myself to uploaders
 
   [ gregor herrmann ]
@@ -12,7 +9,16 @@
     (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
- -- Brian Cassidy <brian.cassidy at gmail.com>  Sun, 25 Jan 2009 11:39:49 -0400
+  [ Ansgar Burchardt ]
+  * New upstream release (1.402).
+  * Use tiny debian/rules.
+  * Make build-dep on perl unversioned.
+  * debian/control: Remove article from short description.
+  * Use source format 3.0 (quilt).
+  * debian/copyright: Formatting changes for current DEP-5 proposal.
+  * Bump Standards-Version to 3.9.0.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 16 Jul 2010 14:22:48 +0900
 
 libemail-messageid-perl (1.400-1) unstable; urgency=low
 

Modified: trunk/libemail-messageid-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-messageid-perl/debian/control?rev=60349&op=diff
==============================================================================
--- trunk/libemail-messageid-perl/debian/control (original)
+++ trunk/libemail-messageid-perl/debian/control Fri Jul 16 05:23:06 2010
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.0), libemail-address-perl,
+Build-Depends-Indep: perl, libemail-address-perl,
  libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
@@ -11,11 +11,11 @@
 Homepage: http://search.cpan.org/dist/Email-MessageID/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libemail-messageid-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libemail-messageid-perl/
-Standards-Version: 3.8.0
+Standards-Version: 3.9.0
 
 Package: libemail-messageid-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libemail-address-perl
-Description: A Perl library for unique mail Message-ID generation
+Description: Perl library for unique mail Message-ID generation
  Message-IDs are optional, but highly recommended headers that identify a
  message uniquely. The Email::MessageID module generates unique Message-IDs.

Modified: trunk/libemail-messageid-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-messageid-perl/debian/copyright?rev=60349&op=diff
==============================================================================
--- trunk/libemail-messageid-perl/debian/copyright (original)
+++ trunk/libemail-messageid-perl/debian/copyright Fri Jul 16 05:23:06 2010
@@ -1,18 +1,10 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=228
-Upstream-Name: Email-MessageID
-Upstream-Maintainer: Ricardo SIGNES
-Upstream-Source: http://search.cpan.org/dist/Email-MessageID/
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: Email-MessageID
+Maintainer: Ricardo SIGNES
+Source: http://search.cpan.org/dist/Email-MessageID/
 
-Files: *
 Copyright: © 2004, Casey West <casey at geeknest.com>
-License: GPL-1+ | Artistic
- This module is free software; you can redistribute it and/or modify
- it under the same terms as Perl 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'.
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright:
@@ -20,7 +12,18 @@
  © 2008, Damyan Ivanov
  © 2008, gregor herrmann
  © 2008, Ansgar Burchardt <ansgar at 43-1.org>
-License: GPL-1+ | Artistic
- It is assumed that all contributors put their work under the same license
- as the module itself.
+License: Artistic or GPL-1+
 
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'.

Modified: trunk/libemail-messageid-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-messageid-perl/debian/rules?rev=60349&op=diff
==============================================================================
--- trunk/libemail-messageid-perl/debian/rules (original)
+++ trunk/libemail-messageid-perl/debian/rules Fri Jul 16 05:23:06 2010
@@ -1,23 +1,4 @@
 #!/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

Added: trunk/libemail-messageid-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-messageid-perl/debian/source/format?rev=60349&op=file
==============================================================================
--- trunk/libemail-messageid-perl/debian/source/format (added)
+++ trunk/libemail-messageid-perl/debian/source/format Fri Jul 16 05:23:06 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libemail-messageid-perl/lib/Email/MessageID.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-messageid-perl/lib/Email/MessageID.pm?rev=60349&op=diff
==============================================================================
--- trunk/libemail-messageid-perl/lib/Email/MessageID.pm (original)
+++ trunk/libemail-messageid-perl/lib/Email/MessageID.pm Fri Jul 16 05:23:06 2010
@@ -3,7 +3,7 @@
 package Email::MessageID;
 use base 'Email::Address';
 
-our $VERSION = '1.401';
+our $VERSION = '1.402';
 
 =head1 NAME
 
@@ -13,7 +13,7 @@
 
   use Email::MessageID;
 
-  my $mid = Email::MessageID->new;
+  my $mid = Email::MessageID->new->in_brackets;
 
   print "Message-ID: $mid\x0A\x0D";
 
@@ -104,15 +104,22 @@
 
 =head2 in_brackets
 
-The Message-Id header must start and end with angle brackets.  This is a common
-mistake:
+When using Email::MessageID directly to populate the C<Message-ID> field, be
+sure to use C<in_brackets> to get the string inside angle brackets:
+
 
   header => [
     ...
-    'Message-Id' => Email::MessageID->new->as_string,
+    'Message-Id' => Email::MessageID->new->in_brackets,
   ],
 
-Instead, use C<in_brackets> to get the string inside angle brackets.
+Don't make this common mistake:
+
+  header => [
+    ...
+    'Message-Id' => Email::MessageID->new->as_string, # WRONG!
+  ],
+
 
 =cut
 




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