[SCM] Debian packaging of libnet-amazon-s3-perl branch, master, updated. debian/0.55-1-6-g0ecf53f

gregor herrmann gregoa at debian.org
Mon Dec 19 16:37:29 UTC 2011


The following commit has been merged in the master branch:
commit bfbac1366d0d52334f740fed6976b7c776efc1ab
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Dec 19 17:31:20 2011 +0100

    Remove patches, all applied upstream.

diff --git a/debian/patches/fix-spelling-error.diff b/debian/patches/fix-spelling-error.diff
deleted file mode 100644
index 19b0d25..0000000
--- a/debian/patches/fix-spelling-error.diff
+++ /dev/null
@@ -1,23 +0,0 @@
-Author: Fabrizio Regalli <fabreg at fabreg.it>
-Description: Fix spelling errors
-Last-update: 2011-07-26
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=69817
-
---- a/lib/Net/Amazon/S3/Bucket.pm
-+++ b/lib/Net/Amazon/S3/Bucket.pm
-@@ -475,13 +475,13 @@
- 
- =over
- 
--=item acl_xml (cannot be used in conjuction with acl_short)
-+=item acl_xml (cannot be used in conjunction with acl_short)
- 
- An XML string which contains access control information which matches
- Amazon's published schema.  There is an example of one of these XML strings
- in the tests for this module.
- 
--=item acl_short (cannot be used in conjuction with acl_xml)
-+=item acl_short (cannot be used in conjunction with acl_xml)
- 
- You can use the shorthand notation instead of specifying XML for
- certain 'canned' types of acls.
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index bd16bb3..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-use_ok.patch
-uri_escape_utf8.patch
-fix-spelling-error.diff
diff --git a/debian/patches/uri_escape_utf8.patch b/debian/patches/uri_escape_utf8.patch
deleted file mode 100644
index 9541b1b..0000000
--- a/debian/patches/uri_escape_utf8.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: add missing URI::Escape, since uri_escape_utf8 is used
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=72857
-Bug: https://rt.cpan.org/Ticket/Display.html?id=72857
-Bug-Debian: http://bugs.debian.org/531652
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-11-30
-
---- a/lib/Net/Amazon/S3/HTTPRequest.pm
-+++ b/lib/Net/Amazon/S3/HTTPRequest.pm
-@@ -4,6 +4,7 @@
- use HTTP::Date;
- use MIME::Base64 qw(encode_base64);
- use Moose::Util::TypeConstraints;
-+use URI::Escape qw(uri_escape_utf8);
- use URI::QueryParam;
- 
- my $METADATA_PREFIX      = 'x-amz-meta-';
diff --git a/debian/patches/use_ok.patch b/debian/patches/use_ok.patch
deleted file mode 100644
index e279724..0000000
--- a/debian/patches/use_ok.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Additional test that just "use"es the module.
- The other tests are skipped unfortunately, so lets do it separately.
-Bug: https://rt.cpan.org/Ticket/Display.html?id=72856
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=72856
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-11-30
-
---- /dev/null
-+++ b/t/00use.t
-@@ -0,0 +1,6 @@
-+use warnings;
-+use strict;
-+use lib 'lib';
-+use Test::More tests => 1;
-+
-+use_ok('Net::Amazon::S3');

-- 
Debian packaging of libnet-amazon-s3-perl



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