[libtest-simple-perl] 20/21: Add patches to fix POD and spelling mistakes.

gregor herrmann gregoa at debian.org
Tue May 10 17:42:02 UTC 2016


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

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

commit 434fb0e07471c38e6b68a7c3be9b8405b7a14ad0
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue May 10 19:40:00 2016 +0200

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

diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch
new file mode 100644
index 0000000..e1083ea
--- /dev/null
+++ b/debian/patches/pod-syntax.patch
@@ -0,0 +1,19 @@
+Description: fix POD syntax
+ add missing =back
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-05-10
+Forwarded: https://github.com/Test-More/test-more/issues/658
+Bug: https://github.com/Test-More/test-more/issues/658
+
+--- a/lib/Test2/API/Breakage.pm
++++ b/lib/Test2/API/Breakage.pm
+@@ -139,6 +139,8 @@
+ specified one then the module will not work. A newer version may work, but is
+ not tested or verified.
+ 
++=back
++
+ =head1 SOURCE
+ 
+ The source code repository for Test2 can be found at
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a620992
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+pod-syntax.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..f2a4a2e
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,29 @@
+Description: fix some spelling mistakes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-05-10
+Forwarded: https://github.com/Test-More/test-more/issues/657
+Bug: https://github.com/Test-More/test-more/issues/657
+
+--- a/lib/Test2.pm
++++ b/lib/Test2.pm
+@@ -25,7 +25,7 @@
+ =head1 GETTING STARTED
+ 
+ If you are interested in writing tests using new tools then you should look at
+-L<Test2::Suite>. L<Test::Suite> is a seperate cpan distribution that contains
++L<Test2::Suite>. L<Test::Suite> is a separate cpan distribution that contains
+ many tools implemented on Test2.
+ 
+ If you are interested in writing new tools you should take a look at
+--- a/lib/Test2/Transition.pod
++++ b/lib/Test2/Transition.pod
+@@ -7,7 +7,7 @@
+ =head1 DESCRIPTION
+ 
+ This is where gotchas and breakages related to the Test2 upgrade are
+-documented. The upgrade causes Test::Builder to defer to Test2 uner the hood.
++documented. The upgrade causes Test::Builder to defer to Test2 under the hood.
+ This transition is mostly transparent, but there are a few cases that can trip
+ you up.
+ 

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



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