r3343 - in /packages/libemail-simple-perl/trunk: Changes MANIFEST META.yml Makefile.PL README Simple.pm debian/changelog lib/

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Thu Jul 27 20:22:20 UTC 2006


Author: ntyni-guest
Date: Thu Jul 27 20:22:19 2006
New Revision: 3343

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3343
Log:
svn-upgrade to 1.95

Added:
    packages/libemail-simple-perl/trunk/lib/
      - copied from r3342, packages/libemail-simple-perl/branches/upstream/current/lib/
Removed:
    packages/libemail-simple-perl/trunk/Simple.pm
Modified:
    packages/libemail-simple-perl/trunk/Changes
    packages/libemail-simple-perl/trunk/MANIFEST
    packages/libemail-simple-perl/trunk/META.yml
    packages/libemail-simple-perl/trunk/Makefile.PL
    packages/libemail-simple-perl/trunk/README
    packages/libemail-simple-perl/trunk/debian/changelog

Modified: packages/libemail-simple-perl/trunk/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-simple-perl/trunk/Changes?rev=3343&op=diff
==============================================================================
--- packages/libemail-simple-perl/trunk/Changes (original)
+++ packages/libemail-simple-perl/trunk/Changes Thu Jul 27 20:22:19 2006
@@ -1,4 +1,9 @@
 Revision history for Perl extension Email::Simple.
+
+1.95    2006-07-21
+
+  - update PEP url
+  - reorganize dist
 
 1.94    2006-07-03
 

Modified: packages/libemail-simple-perl/trunk/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-simple-perl/trunk/MANIFEST?rev=3343&op=diff
==============================================================================
--- packages/libemail-simple-perl/trunk/MANIFEST (original)
+++ packages/libemail-simple-perl/trunk/MANIFEST Thu Jul 27 20:22:19 2006
@@ -2,7 +2,7 @@
 Makefile.PL
 MANIFEST
 README
-Simple.pm
+lib/Email/Simple.pm
 t/1.t
 t/2.t
 t/3.t

Modified: packages/libemail-simple-perl/trunk/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-simple-perl/trunk/META.yml?rev=3343&op=diff
==============================================================================
--- packages/libemail-simple-perl/trunk/META.yml (original)
+++ packages/libemail-simple-perl/trunk/META.yml Thu Jul 27 20:22:19 2006
@@ -1,8 +1,8 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Email-Simple
-version:      1.94
-version_from: Simple.pm
+version:      1.95
+version_from: lib/Email/Simple.pm
 installdirs:  site
 requires:
     Test::More:                    0.47

Modified: packages/libemail-simple-perl/trunk/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-simple-perl/trunk/Makefile.PL?rev=3343&op=diff
==============================================================================
--- packages/libemail-simple-perl/trunk/Makefile.PL (original)
+++ packages/libemail-simple-perl/trunk/Makefile.PL Thu Jul 27 20:22:19 2006
@@ -2,7 +2,7 @@
 
 WriteMakefile(
                NAME          => 'Email::Simple',
-               VERSION_FROM  => 'Simple.pm',
+               VERSION_FROM  => 'lib/Email/Simple.pm',
                PREREQ_PM     => {
                                  'Test::More' => '0.47',
                                 },

Modified: packages/libemail-simple-perl/trunk/README
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-simple-perl/trunk/README?rev=3343&op=diff
==============================================================================
--- packages/libemail-simple-perl/trunk/README (original)
+++ packages/libemail-simple-perl/trunk/README Thu Jul 27 20:22:19 2006
@@ -71,6 +71,12 @@
     anyway). For more information on this issue please consult RT issue
     2478, http://rt.cpan.org/NoAuth/Bug.html?id=2478 .
 
+PERL EMAIL PROJECT
+
+This module is maintained by the Perl Email Project
+
+  http://emailproject.perl.org/wiki/Email::Simple
+
 COPYRIGHT AND LICENSE
     Copyright 2004 by Casey West
 
@@ -79,6 +85,3 @@
     This library is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.
 
-SEE ALSO
-    Perl Email Project, http://pep.kwiki.org .
-

Modified: packages/libemail-simple-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-simple-perl/trunk/debian/changelog?rev=3343&op=diff
==============================================================================
--- packages/libemail-simple-perl/trunk/debian/changelog (original)
+++ packages/libemail-simple-perl/trunk/debian/changelog Thu Jul 27 20:22:19 2006
@@ -1,3 +1,9 @@
+libemail-simple-perl (1.95-1) UNRELEASED; urgency=low
+
+  * (NOT RELEASED YET) New upstream release
+
+ -- Niko Tyni <ntyni at iki.fi>  Thu, 27 Jul 2006 23:22:30 +0300
+
 libemail-simple-perl (1.94-1) unstable; urgency=low
 
   * New upstream release.




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