[libparse-plainconfig-perl] 16/16: Create patch to fix typo in manpage

Lucas Kanashiro kanashiro at moszumanska.debian.org
Wed Jun 29 18:16:21 UTC 2016


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

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit 075d64b13b3940eb060c2f0677ac19a2f556f886
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Wed Jun 29 15:08:12 2016 -0300

    Create patch to fix typo in manpage
---
 debian/changelog                              |  1 +
 debian/patches/0001_fix-typo-in-manpage.patch | 17 +++++++++++++++++
 debian/patches/series                         |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6cd2ae3..5ec4d36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -49,6 +49,7 @@ libparse-plainconfig-perl (3.02-1) UNRELEASED; urgency=low
   * Declare compliance with Debian policy 3.9.8
   * debian/control: add build and runtime dependency on Class::EHierarchy
   * debian/control: update long description
+  * Create patch to fix typo in manpage
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Wed, 29 Jun 2016 12:29:27 -0300
 
diff --git a/debian/patches/0001_fix-typo-in-manpage.patch b/debian/patches/0001_fix-typo-in-manpage.patch
new file mode 100644
index 0000000..f44fd68
--- /dev/null
+++ b/debian/patches/0001_fix-typo-in-manpage.patch
@@ -0,0 +1,17 @@
+Description: fix typo in manpage
+Author: Lucas Kanashiro <kanashiro at debian.org>
+Last-Updated: 2016-06-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=115736
+Bug: https://rt.cpan.org/Ticket/Display.html?id=115736
+
+--- a/lib/Parse/PlainConfig.pm
++++ b/lib/Parse/PlainConfig.pm
+@@ -1120,7 +1120,7 @@ specific prototype preamble.
+ 
+     $errStr = $config->error;
+ 
+-Returns the last error that occured.  Note that this isn't reset between
++Returns the last error that occurred.  Note that this isn't reset between
+ method invocations.
+ 
+ =head1 DEPENDENCIES
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f857c26
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_fix-typo-in-manpage.patch

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



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