r51536 - in /trunk/libhttp-body-perl: Changes META.yml Makefile.PL debian/changelog debian/control debian/copyright lib/HTTP/Body.pm

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Mon Jan 25 14:51:11 UTC 2010


Author: bricas-guest
Date: Mon Jan 25 14:51:06 2010
New Revision: 51536

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51536
Log:
IGNORE-VERSION: 1.07-1
No need to upload as the upstream release had no significant changes
* New upstream release
* debian/control: add myself to Uploaders
* debian/copyright: add myself to debian/* section

Modified:
    trunk/libhttp-body-perl/Changes
    trunk/libhttp-body-perl/META.yml
    trunk/libhttp-body-perl/Makefile.PL
    trunk/libhttp-body-perl/debian/changelog
    trunk/libhttp-body-perl/debian/control
    trunk/libhttp-body-perl/debian/copyright
    trunk/libhttp-body-perl/lib/HTTP/Body.pm

Modified: trunk/libhttp-body-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/Changes?rev=51536&op=diff
==============================================================================
--- trunk/libhttp-body-perl/Changes (original)
+++ trunk/libhttp-body-perl/Changes Mon Jan 25 14:51:06 2010
@@ -1,4 +1,7 @@
 This file documents the revision history for Perl extension HTTP::Body.
+
+1.07    2010-01-24 20:40:00
+        - Up IO::File dependency.
 
 1.06    2010-01-09 19:21:00
         - Added $body->cleanup(1) flag to enable auto-deletion of temporary files

Modified: trunk/libhttp-body-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/META.yml?rev=51536&op=diff
==============================================================================
--- trunk/libhttp-body-perl/META.yml (original)
+++ trunk/libhttp-body-perl/META.yml Mon Jan 25 14:51:06 2010
@@ -23,7 +23,7 @@
   Carp: 0
   File::Temp: 0.14
   HTTP::Headers: 0
-  IO::File: 0
+  IO::File: 1.14
 resources:
   license: http://dev.perl.org/licenses/
-version: 1.06
+version: 1.07

Modified: trunk/libhttp-body-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/Makefile.PL?rev=51536&op=diff
==============================================================================
--- trunk/libhttp-body-perl/Makefile.PL (original)
+++ trunk/libhttp-body-perl/Makefile.PL Mon Jan 25 14:51:06 2010
@@ -8,7 +8,7 @@
 requires 'Carp';
 requires 'File::Temp' => '0.14';
 requires 'HTTP::Headers';
-requires 'IO::File';
+requires 'IO::File' => '1.14';
 
 test_requires 'Test::More' => '0.86';
 test_requires 'Test::Deep';

Modified: trunk/libhttp-body-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/debian/changelog?rev=51536&op=diff
==============================================================================
--- trunk/libhttp-body-perl/debian/changelog (original)
+++ trunk/libhttp-body-perl/debian/changelog Mon Jan 25 14:51:06 2010
@@ -1,3 +1,13 @@
+libhttp-body-perl (1.07-1) UNRELEASED; urgency=low
+  IGNORE-VERSION: 1.07-1
+  No need to upload as the upstream release had no significant changes
+
+  * New upstream release
+  * debian/control: add myself to Uploaders
+  * debian/copyright: add myself to debian/* section
+
+ -- Brian Cassidy <brian.cassidy at gmail.com>  Mon, 25 Jan 2010 10:47:04 -0400
+
 libhttp-body-perl (1.06-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libhttp-body-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/debian/control?rev=51536&op=diff
==============================================================================
--- trunk/libhttp-body-perl/debian/control (original)
+++ trunk/libhttp-body-perl/debian/control Mon Jan 25 14:51:06 2010
@@ -8,7 +8,8 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
  gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- Rene Mayorga <rmayorga at debian.org.sv>
+ Rene Mayorga <rmayorga at debian.org.sv>,
+ Brian Cassidy <brian.cassidy at gmail.com>
 Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/HTTP-Body/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-body-perl/

Modified: trunk/libhttp-body-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/debian/copyright?rev=51536&op=diff
==============================================================================
--- trunk/libhttp-body-perl/debian/copyright (original)
+++ trunk/libhttp-body-perl/debian/copyright Mon Jan 25 14:51:06 2010
@@ -21,6 +21,7 @@
  2009, Nathan Handler <nhandler at ubuntu.com>
  2005-2008, Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
  2008, Rene Mayorga <rmayorga at debian.org.sv>
+ 2010, Brian Cassidy <brian.cassidy at gmail.com>
 License: Artistic or GPL-1+
 
 License: Artistic

Modified: trunk/libhttp-body-perl/lib/HTTP/Body.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/lib/HTTP/Body.pm?rev=51536&op=diff
==============================================================================
--- trunk/libhttp-body-perl/lib/HTTP/Body.pm (original)
+++ trunk/libhttp-body-perl/lib/HTTP/Body.pm Mon Jan 25 14:51:06 2010
@@ -4,7 +4,7 @@
 
 use Carp       qw[ ];
 
-our $VERSION = '1.06';
+our $VERSION = '1.07';
 
 our $TYPES = {
     'application/octet-stream'          => 'HTTP::Body::OctetStream',




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