[libtext-diff-perl] 05/06: Add patch fixing spelling error in manpage

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Feb 29 12:16:23 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libtext-diff-perl.

commit c7c73ae7c79810b3daac0aceb2ec87ffc6defe6d
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Feb 29 09:10:47 2016 -0300

    Add patch fixing spelling error in manpage
---
 debian/changelog                                   |  1 +
 debian/patches/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 8303624..01c2a59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libtext-diff-perl (1.44-1) UNRELEASED; urgency=medium
   * Import upstream version 1.44
   * Declare compliance with Debian policy 3.9.7
   * Wrap and sort dependencies
+  * Add patch fixing spelling error in manpage
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 29 Feb 2016 08:47:25 -0300
 
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..fe87820
--- /dev/null
+++ b/debian/patches/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: 2016-02-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=112564
+Bug: https://rt.cpan.org/Ticket/Display.html?id=112564
+
+--- a/lib/Text/Diff.pm
++++ b/lib/Text/Diff.pm
+@@ -433,7 +433,7 @@ following:
+ 
+    require Text::Diff;
+ 
+-That's a pretty rare occurence, so C<diff()> is exported by default.
++That's a pretty rare occurrence, so C<diff()> is exported by default.
+ 
+ If you pass a filename, but the file can't be read,
+ then C<diff()> will C<croak>.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8810115
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-error-in-manpage.patch

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



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