r30302 - in /trunk/libemail-mime-contenttype-perl: Changes META.yml Makefile.PL debian/changelog lib/Email/MIME/ContentType.pm

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Fri Jan 30 15:23:30 UTC 2009


Author: bricas-guest
Date: Fri Jan 30 15:23:26 2009
New Revision: 30302

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30302
Log:
New upstream release

Modified:
    trunk/libemail-mime-contenttype-perl/Changes
    trunk/libemail-mime-contenttype-perl/META.yml
    trunk/libemail-mime-contenttype-perl/Makefile.PL
    trunk/libemail-mime-contenttype-perl/debian/changelog
    trunk/libemail-mime-contenttype-perl/lib/Email/MIME/ContentType.pm

Modified: trunk/libemail-mime-contenttype-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-contenttype-perl/Changes?rev=30302&op=diff
==============================================================================
--- trunk/libemail-mime-contenttype-perl/Changes (original)
+++ trunk/libemail-mime-contenttype-perl/Changes Fri Jan 30 15:23:26 2009
@@ -1,4 +1,7 @@
 Revision history for Perl extension Email::MIME::ContentType
+
+1.015     2009-01-22
+          add repo metadata
 
 1.014     2007-03-22
           packaging improvements

Modified: trunk/libemail-mime-contenttype-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-contenttype-perl/META.yml?rev=30302&op=diff
==============================================================================
--- trunk/libemail-mime-contenttype-perl/META.yml (original)
+++ trunk/libemail-mime-contenttype-perl/META.yml Fri Jan 30 15:23:26 2009
@@ -1,13 +1,21 @@
 --- #YAML:1.0
-name:                Email-MIME-ContentType
-version:             1.014
-abstract:            Parse a MIME Content-Type Header
-license:             perl
-generated_by:        ExtUtils::MakeMaker version 6.32
-distribution_type:   module
-requires:     
-meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
-    version: 1.2
+name:               Email-MIME-ContentType
+version:            1.015
+abstract:           Parse a MIME Content-Type Header
 author:
     - Simon Cozens <simon at nonet>
+license:            perl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+requires:  {}
+resources:
+    Repository:  http://github.com/rjbs/email-mime-contenttype
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.48
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: trunk/libemail-mime-contenttype-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-contenttype-perl/Makefile.PL?rev=30302&op=diff
==============================================================================
--- trunk/libemail-mime-contenttype-perl/Makefile.PL (original)
+++ trunk/libemail-mime-contenttype-perl/Makefile.PL Fri Jan 30 15:23:26 2009
@@ -10,4 +10,12 @@
   ($] >= 5.005 ?
     (ABSTRACT_FROM  => 'lib/Email/MIME/ContentType.pm',
      AUTHOR         => 'Simon Cozens <simon at nonet>') : ()),
+  (eval { ExtUtils::MakeMaker->VERSION(6.46) }
+    ? (META_MERGE => {
+        resources => {
+          Repository => 'http://github.com/rjbs/email-mime-contenttype'
+        }
+      })
+    : ()
+  ),
 );

Modified: trunk/libemail-mime-contenttype-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-contenttype-perl/debian/changelog?rev=30302&op=diff
==============================================================================
--- trunk/libemail-mime-contenttype-perl/debian/changelog (original)
+++ trunk/libemail-mime-contenttype-perl/debian/changelog Fri Jan 30 15:23:26 2009
@@ -1,10 +1,14 @@
-libemail-mime-contenttype-perl (1.014-4) UNRELEASED; urgency=low
+libemail-mime-contenttype-perl (1.015-1) UNRELEASED; urgency=low
 
+  [ Brian Cassidy ]
+  * New upstream release
+
+  [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:42:20 +0100
+ -- Brian Cassidy <brian.cassidy at gmail.com>  Fri, 30 Jan 2009 11:21:38 -0400
 
 libemail-mime-contenttype-perl (1.014-3) unstable; urgency=low
 

Modified: trunk/libemail-mime-contenttype-perl/lib/Email/MIME/ContentType.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-contenttype-perl/lib/Email/MIME/ContentType.pm?rev=30302&op=diff
==============================================================================
--- trunk/libemail-mime-contenttype-perl/lib/Email/MIME/ContentType.pm (original)
+++ trunk/libemail-mime-contenttype-perl/lib/Email/MIME/ContentType.pm Fri Jan 30 15:23:26 2009
@@ -1,5 +1,4 @@
 package Email::MIME::ContentType;
-# $Id: /my/pep/Email-MIME-ContentType/trunk/lib/Email/MIME/ContentType.pm 31133 2007-03-22T19:52:26.296283Z rjbs  $
 use base 'Exporter';
 use vars qw[
   $VERSION @EXPORT
@@ -8,7 +7,7 @@
 @EXPORT = qw(parse_content_type);
 use strict;
 use Carp;
-$VERSION = '1.014';
+$VERSION = '1.015';
 
 $STRICT_PARAMS=1;
 
@@ -93,8 +92,6 @@
 
 version 1.013
 
-  $Id: /my/pep/Email-MIME-ContentType/trunk/lib/Email/MIME/ContentType.pm 31133 2007-03-22T19:52:26.296283Z rjbs  $
-
 =head1 SYNOPSIS
 
   use Email::MIME::ContentType;




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