r39446 - in /trunk/libnet-amazon-s3-perl: CHANGES META.yml Makefile.PL debian/changelog debian/control lib/Net/Amazon/S3.pm

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Tue Jul 7 04:01:20 UTC 2009


Author: ryan52-guest
Date: Tue Jul  7 04:01:09 2009
New Revision: 39446

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39446
Log:
no need to upload
* New upstream release
* Debian Policy 3.8.2

Modified:
    trunk/libnet-amazon-s3-perl/CHANGES
    trunk/libnet-amazon-s3-perl/META.yml
    trunk/libnet-amazon-s3-perl/Makefile.PL
    trunk/libnet-amazon-s3-perl/debian/changelog
    trunk/libnet-amazon-s3-perl/debian/control
    trunk/libnet-amazon-s3-perl/lib/Net/Amazon/S3.pm

Modified: trunk/libnet-amazon-s3-perl/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-s3-perl/CHANGES?rev=39446&op=diff
==============================================================================
--- trunk/libnet-amazon-s3-perl/CHANGES (original)
+++ trunk/libnet-amazon-s3-perl/CHANGES Tue Jul  7 04:01:09 2009
@@ -1,4 +1,8 @@
 Revision history for Perl module Net::Amazon::S3:
+
+0.52 Thu Jul  2 09:17:11 BST 2009
+    - increase version prerequisites for some modules so that they
+      are known to work
 
 0.51 Tue May 19 08:31:59 BST 2009
     - use MooseX::Types::DateTimeX so that we work with latest Moose

Modified: trunk/libnet-amazon-s3-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-s3-perl/META.yml?rev=39446&op=diff
==============================================================================
--- trunk/libnet-amazon-s3-perl/META.yml (original)
+++ trunk/libnet-amazon-s3-perl/META.yml Tue Jul  7 04:01:09 2009
@@ -1,34 +1,43 @@
 --- #YAML:1.0
-name:                Net-Amazon-S3
-version:             0.51
-abstract:            Use the Amazon S3 - Simple Storage Service
-license:             perl
-author:              
+name:               Net-Amazon-S3
+version:            0.52
+abstract:           Use the Amazon S3 - Simple Storage Service
+author:
     - Leon Brocard <acme at astray.com>
-generated_by:        ExtUtils::MakeMaker version 6.44
-distribution_type:   module
-requires:     
-    Class::Accessor::Fast:         0
-    Data::Stream::Bulk::Callback:  0
-    DateTime::Format::HTTP:        0
-    DateTime::Format::ISO8601:     0
-    Digest::HMAC_SHA1:             0
-    Digest::MD5:                   0
-    Digest::MD5::File:             0
-    File::stat:                    0
-    HTTP::Date:                    0
-    HTTP::Status:                  0
-    IO::File:                      1.14
-    LWP::UserAgent::Determined:    0
-    MIME::Base64:                  0
-    Moose:                         0
-    MooseX::StrictConstructor:     0
-    MooseX::Types::DateTimeX:      0
-    Regexp::Common:                0
-    Test::More:                    0.01
-    URI::Escape:                   0
-    XML::LibXML:                   0
-    XML::LibXML::XPathContext:     0
+license:            perl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    Class::Accessor::Fast:  0
+    Class::MOP:           0.88
+    Data::Stream::Bulk:   0.06
+    DateTime::Format::HTTP:  0
+    DateTime::Format::ISO8601:  0
+    Digest::HMAC_SHA1:    0
+    Digest::MD5:          0
+    Digest::MD5::File:    0
+    File::stat:           0
+    HTTP::Date:           0
+    HTTP::Status:         0
+    IO::File:             1.14
+    LWP::UserAgent::Determined:  0
+    MIME::Base64:         0
+    Moose:                0.85
+    MooseX::StrictConstructor:  0.08
+    MooseX::Types::DateTimeX:  0
+    Regexp::Common:       0
+    Test::More:           0.01
+    URI::Escape:          0
+    XML::LibXML:          0
+    XML::LibXML::XPathContext:  0
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.50
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: trunk/libnet-amazon-s3-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-s3-perl/Makefile.PL?rev=39446&op=diff
==============================================================================
--- trunk/libnet-amazon-s3-perl/Makefile.PL (original)
+++ trunk/libnet-amazon-s3-perl/Makefile.PL Tue Jul  7 04:01:09 2009
@@ -9,27 +9,28 @@
     ABSTRACT     => 'Use the Amazon S3 - Simple Storage Service',
     LICENSE      => 'perl',
     PREREQ_PM    => {
-        'Class::Accessor::Fast'        => '0',
-        'Data::Stream::Bulk::Callback' => '0',
-        'DateTime::Format::HTTP'       => '0',
-        'DateTime::Format::ISO8601'    => '0',
-        'Digest::HMAC_SHA1'            => '0',
-        'Digest::MD5'                  => '0',
-        'Digest::MD5::File'            => '0',
-        'File::stat'                   => '0',
-        'HTTP::Date'                   => '0',
-        'HTTP::Status'                 => '0',
-        'IO::File'                     => '1.14',
-        'LWP::UserAgent::Determined'   => '0',
-        'MIME::Base64'                 => '0',
-        'Moose'                        => '0',
-        'MooseX::StrictConstructor'    => '0',
-        'MooseX::Types::DateTimeX'     => '0',
-        'Test::More'                   => '0.01',
-        'Regexp::Common'               => '0',
-        'XML::LibXML'                  => '0',
-        'XML::LibXML::XPathContext'    => '0',
-        'URI::Escape'                  => '0',
+        'Class::MOP'                 => '0.88',
+        'Class::Accessor::Fast'      => '0',
+        'Data::Stream::Bulk'         => '0.06',
+        'DateTime::Format::HTTP'     => '0',
+        'DateTime::Format::ISO8601'  => '0',
+        'Digest::HMAC_SHA1'          => '0',
+        'Digest::MD5'                => '0',
+        'Digest::MD5::File'          => '0',
+        'File::stat'                 => '0',
+        'HTTP::Date'                 => '0',
+        'HTTP::Status'               => '0',
+        'IO::File'                   => '1.14',
+        'LWP::UserAgent::Determined' => '0',
+        'MIME::Base64'               => '0',
+        'Moose'                      => '0.85',
+        'MooseX::StrictConstructor'  => '0.08',
+        'MooseX::Types::DateTimeX'   => '0',
+        'Test::More'                 => '0.01',
+        'Regexp::Common'             => '0',
+        'XML::LibXML'                => '0',
+        'XML::LibXML::XPathContext'  => '0',
+        'URI::Escape'                => '0',
     }
 );
 

Modified: trunk/libnet-amazon-s3-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-s3-perl/debian/changelog?rev=39446&op=diff
==============================================================================
--- trunk/libnet-amazon-s3-perl/debian/changelog (original)
+++ trunk/libnet-amazon-s3-perl/debian/changelog Tue Jul  7 04:01:09 2009
@@ -1,8 +1,15 @@
-libnet-amazon-s3-perl (0.51-2) UNRELEASED; urgency=low
+libnet-amazon-s3-perl (0.52-1) UNRELEASED; urgency=low
 
+  no need to upload
+
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:36:33 +0000
+  [ Ryan Niebur ]
+  * New upstream release
+  * Debian Policy 3.8.2
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 06 Jul 2009 21:00:13 -0700
 
 libnet-amazon-s3-perl (0.51-1) unstable; urgency=low
 

Modified: trunk/libnet-amazon-s3-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-s3-perl/debian/control?rev=39446&op=diff
==============================================================================
--- trunk/libnet-amazon-s3-perl/debian/control (original)
+++ trunk/libnet-amazon-s3-perl/debian/control Tue Jul  7 04:01:09 2009
@@ -11,7 +11,7 @@
  Damyan Ivanov <dmn at debian.org>,
  gregor herrmann <gregoa at debian.org>,
  Ryan Niebur <ryanryan52 at gmail.com>
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Net-Amazon-S3/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-amazon-s3-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-amazon-s3-perl/

Modified: trunk/libnet-amazon-s3-perl/lib/Net/Amazon/S3.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-s3-perl/lib/Net/Amazon/S3.pm?rev=39446&op=diff
==============================================================================
--- trunk/libnet-amazon-s3-perl/lib/Net/Amazon/S3.pm (original)
+++ trunk/libnet-amazon-s3-perl/lib/Net/Amazon/S3.pm Tue Jul  7 04:01:09 2009
@@ -142,7 +142,7 @@
 
 __PACKAGE__->meta->make_immutable;
 
-our $VERSION = '0.51';
+our $VERSION = '0.52';
 
 my $KEEP_ALIVE_CACHESIZE = 10;
 




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