[libnet-amazon-s3-tools-perl] 03/03: Add patch to fix spelling errors found by lintian

Axel Beckert abe at deuxchevaux.org
Sun May 31 10:35:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libnet-amazon-s3-tools-perl.

commit 5c195695bf078f709a831b4ee4e90dafe4af4aeb
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 31 12:34:53 2015 +0200

    Add patch to fix spelling errors found by lintian
---
 debian/changelog                   |   1 +
 debian/patches/fix-spelling-errors | 106 +++++++++++++++++++++++++++++++++++++
 debian/patches/series              |   1 +
 3 files changed, 108 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5a5a549..e974b8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,6 +41,7 @@ libnet-amazon-s3-tools-perl (0.08-2) UNRELEASED; urgency=low
   * Switch to minimal dh v7 style debian/rules file.
   * Declare compliance with Debian Policy 3.9.6.
   * Mark package as autopkgtestable.
+  * Add patch to fix spelling errors found by lintian.
 
  -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:25:43 -0700
 
diff --git a/debian/patches/fix-spelling-errors b/debian/patches/fix-spelling-errors
new file mode 100644
index 0000000..19bb7d8
--- /dev/null
+++ b/debian/patches/fix-spelling-errors
@@ -0,0 +1,106 @@
+Description: Fix spelling errors found by lintian
+Author: Axel Beckert <abe at debian.org>
+
+Index: libnet-amazon-s3-tools-perl/s3acl
+===================================================================
+--- libnet-amazon-s3-tools-perl.orig/s3acl	2015-05-31 12:30:27.179703536 +0200
++++ libnet-amazon-s3-tools-perl/s3acl	2015-05-31 12:32:21.058758908 +0200
+@@ -487,7 +487,7 @@
+ 
+ =item B<--get>
+ 
+-Retreive and display the ACL for each specified bucket or item.
++Retrieve and display the ACL for each specified bucket or item.
+ 
+ =item B<--xml>
+ 
+@@ -532,7 +532,7 @@
+ Grants are specified in parsed form, and then joined together by
+ commas with no whitespace.
+ 
+-There is an extention to the parsed grant format. If the grantee is
++There is an extension to the parsed grant format. If the grantee is
+ specified as "ANY", then it matches any and all grantees in the ACL.
+ If the permission is specified as "ANY", then it matches any
+ permission.  Thus
+@@ -611,11 +611,11 @@
+ One or more bucket names or bucket and key names, specifies an item.
+ As many as possible will be be processed.
+ 
+-If just a bucket name is given, the ACL for that bucket is retreived
++If just a bucket name is given, the ACL for that bucket is retrieved
+ or modified.
+ 
+-If a bucket name and a key, seperated by a slash, is given,
+-the ACL for that key in that bucket is retreived or modified.
++If a bucket name and a key, separated by a slash, is given,
++the ACL for that key in that bucket is retrieved or modified.
+ 
+ If a bucket name begins with one or more dashes, it might be mistaken
+ for a command line option.  If this is the case, separate the command
+@@ -819,7 +819,7 @@
+ For items, the comments give the bucket name, the item key, and the
+ Amazon canonical user string for the owner.
+ 
+-A grant is grantee string and a permission string, seperated with a
++A grant is grantee string and a permission string, separated with a
+ colon character.  A grantee can be one of the strings "OWNER",
+ "WORLD", or "USERS", or a URI wrapped in angle brackets, or the email
+ address of an Amazon user, or a Amazon canonical user string, which is
+@@ -859,7 +859,7 @@
+ Errors and warnings are very "Perl-ish", and can be confusing.
+ 
+ Trying to access a bucket or item that does not exist or is not
+-accessable by the user generates less than helpful error messages.
++accessible by the user generates less than helpful error messages.
+ 
+ L<Net::Amazon::S3> already uses L<XML::LibXML> and
+ L<XML::LibXML::XPathContext>, so this tool should use those instead of
+Index: libnet-amazon-s3-tools-perl/s3get
+===================================================================
+--- libnet-amazon-s3-tools-perl.orig/s3get	2015-05-31 12:30:27.179703536 +0200
++++ libnet-amazon-s3-tools-perl/s3get	2015-05-31 12:32:26.274715470 +0200
+@@ -195,7 +195,7 @@
+ 
+ Errors and warnings are very "Perl-ish", and can be confusing.
+ 
+-Trying to access an item that does not exist or is not accessable by
++Trying to access an item that does not exist or is not accessible by
+ the user generates less than helpful error messages.
+ 
+ Trying to retrieve a bucket instead of an item is silently skipped.
+Index: libnet-amazon-s3-tools-perl/s3ls
+===================================================================
+--- libnet-amazon-s3-tools-perl.orig/s3ls	2015-05-31 12:30:27.179703536 +0200
++++ libnet-amazon-s3-tools-perl/s3ls	2015-05-31 12:32:50.282515349 +0200
+@@ -284,7 +284,7 @@
+ item owner, the creation date, the MD5, and the size of the item are
+ also output.
+ 
+-If a bucket name and an item key, seperated by a slash character, is
++If a bucket name and an item key, separated by a slash character, is
+ specified on the command line, then the bucket name and the item key
+ are output.  This is useful to check that the item actually exists.
+ 
+@@ -316,7 +316,7 @@
+ Errors and warnings are very "Perl-ish", and can be confusing.
+ 
+ Trying to access a bucket or item that does not exist or is not
+-accessable by the user generates less than helpful error messages.
++accessible by the user generates less than helpful error messages.
+ 
+ This tool does not efficiently handle listing huge buckets, as it
+ downloads and parses the entire bucket listing, before it outputs
+Index: libnet-amazon-s3-tools-perl/s3put
+===================================================================
+--- libnet-amazon-s3-tools-perl.orig/s3put	2015-05-31 12:30:27.179703536 +0200
++++ libnet-amazon-s3-tools-perl/s3put	2015-05-31 12:32:56.658462149 +0200
+@@ -219,7 +219,7 @@
+ 
+ Errors and warnings are very "Perl-ish", and can be confusing.
+ 
+-Trying to write to a bucket that does not exist or is not accessable by
++Trying to write to a bucket that does not exist or is not accessible by
+ the user generates less than helpful error messages.
+ 
+ Trying to put a bucket instead of an item is silently skipped.
diff --git a/debian/patches/series b/debian/patches/series
index f631064..fccbe59 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix-pod2man-errors
 fix-shebang
+fix-spelling-errors

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-amazon-s3-tools-perl.git



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