[libtest-cmd-perl] 07/09: Add patch to fix spelling and POD mistakes.

gregor herrmann gregoa at debian.org
Sun Jan 12 16:56:26 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtest-cmd-perl.

commit ce621f2fb1c5d92d644cdbd198f4f3c25869dbb9
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 12 17:54:55 2014 +0100

    Add patch to fix spelling and POD mistakes.
---
 debian/patches/pod.patch      | 18 ++++++++++++++++++
 debian/patches/series         |  2 ++
 debian/patches/spelling.patch | 18 ++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
new file mode 100644
index 0000000..f824f2c
--- /dev/null
+++ b/debian/patches/pod.patch
@@ -0,0 +1,18 @@
+Description: POD error
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=92082
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=92082
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-01-12
+
+--- a/Cmd.pm
++++ b/Cmd.pm
+@@ -1606,7 +1606,7 @@
+ 	$output = `script`;
+ 	ok($output eq "$line\n");
+ 
+-=back 4
++=back
+ 
+ Addtional hints on writing portable tests are welcome.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2cd8e6f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+spelling.patch
+pod.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..33b6df5
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=92081
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=92081
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-01-12
+
+--- a/Cmd.pm
++++ b/Cmd.pm
+@@ -1571,7 +1571,7 @@
+ How to make a file or script executable varies widely from system to
+ system, some systems using file name extensions to indicate executability,
+ others using a file permission bit.  The differences are complicated to
+-accomodate in a portable test script.  The easiest way to deal with this
++accommodate in a portable test script.  The easiest way to deal with this
+ complexity is to avoid it if you can.
+ 
+ If your test somehow requires executing a script that you generate

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



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