[libfile-rsync-perl] 01/02: Fix spelling errors in File::Rsync manpage

Salvatore Bonaccorso carnil at debian.org
Sun May 22 10:32:54 UTC 2016


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

carnil pushed a commit to branch master
in repository libfile-rsync-perl.

commit 3cc25e39a9dedf70d02ebe42a3b228df97939753
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun May 22 12:24:36 2016 +0200

    Fix spelling errors in File::Rsync manpage
---
 debian/patches/fix-spelling-error-in-manpage.patch | 27 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/fix-spelling-error-in-manpage.patch b/debian/patches/fix-spelling-error-in-manpage.patch
new file mode 100644
index 0000000..98b1c1b
--- /dev/null
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -0,0 +1,27 @@
+Description: Fix spelling errors in manpage
+Origin: vendor
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2016-05-22
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114573
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114573
+
+--- a/Rsync.pm
++++ b/Rsync.pm
+@@ -165,7 +165,7 @@ They should have the proper single or do
+ should be split up the way you want them passed to exec.
+ The purpose of this option is to allow the use of arbitrary options added by
+ patches, and/or to allow the use of new options in rsync without needing an
+-imediate update to the module in addtition to I<rsync(1)> itself.
++immediate update to the module in addtition to I<rsync(1)> itself.
+ 
+ =cut
+ 
+@@ -787,7 +787,7 @@ all output to stderr from the last I<exe
+ was no output.
+ In an array context it will return an array of all output to stderr or an
+ empty list.
+-The scalar context can be used to efficiently test for the existance of output.
++The scalar context can be used to efficiently test for the existence of output.
+ I<rsync> sends all messages from the remote I<rsync> process and any error
+ messages to stderr.
+ This method's purpose is to make it easier for you to parse that output for
diff --git a/debian/patches/series b/debian/patches/series
index 4390f90..156c242 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 skip-badoption-test-in-autopkgtest.patch
+fix-spelling-error-in-manpage.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-rsync-perl.git



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