[libtest-unit-perl] 05/06: Create patch fixing spelling error in manpage

Lucas Kanashiro kanashiro.duarte at gmail.com
Wed Dec 30 18:59:19 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libtest-unit-perl.

commit cf6d1f7274121f964b4e6dcdeb36cc42afb1d323
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Dec 30 16:52:37 2015 -0200

    Create patch fixing spelling error in manpage
---
 debian/changelog                                      |  1 +
 debian/patches/50_fix-spelling-error-in-manpage.patch | 17 +++++++++++++++++
 debian/patches/series                                 |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cc2143f..e2a90d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libtest-unit-perl (0.25-3) UNRELEASED; urgency=medium
   * Move debian/examples to debian/libtest-unit-perl.examples
   * Declare compliance with Debian policy 3.9.6
   * Mark package as autopkgtestable
+  * Create patch fixing spelling error in manpage
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Wed, 30 Dec 2015 16:22:21 -0200
 
diff --git a/debian/patches/50_fix-spelling-error-in-manpage.patch b/debian/patches/50_fix-spelling-error-in-manpage.patch
new file mode 100644
index 0000000..8166013
--- /dev/null
+++ b/debian/patches/50_fix-spelling-error-in-manpage.patch
@@ -0,0 +1,17 @@
+Description: Fix spelling error in manpage
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: 2015-12-30
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110790
+Bug: https://rt.cpan.org/Ticket/Display.html?id=110790
+
+--- a/lib/Test/Unit/Procedural.pm
++++ b/lib/Test/Unit/Procedural.pm
+@@ -173,7 +173,7 @@ For convenience, C<create_suite()> will
+ suite for a given package. This will build a test case for each
+ subroutine in the package given that has a name starting with C<test>
+ and pack them all together into one TestSuite object for easy testing.
+-If you dont give a package name to C<create_suite()>, the current
++If you don't give a package name to C<create_suite()>, the current
+ package is taken as default.
+ 
+ Test output is one status line (a "." for every successful test run,
diff --git a/debian/patches/series b/debian/patches/series
index ccf12ab..cf19842 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+50_fix-spelling-error-in-manpage.patch
 20_fix-defined-array-warnings.patch
 30_fix-xism-test-suite-failures.patch
 40_make-deep-test-less-fragile.patch

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



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