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

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

commit 4ce89a22d49215656f8be0bfdd7398e30999d1eb
Author: Lucas Kanashiro <kanash...@debian.org>
Date:   Mon Nov 28 16:50:19 2016 -0200

    Create patch fixing typo in manpage
---
 debian/changelog                         |  1 +
 debian/patches/fix-typo-in-manpage.patch | 26 ++++++++++++++++++++++++++
 debian/patches/series                    |  1 +
 3 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0d20ca3..0c26e62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libtext-reflow-perl (1.14-1) UNRELEASED; urgency=medium
   * Declare compliance with Debian policy 3.9.8
   * Add me as uploader, package without uploader
   * debian/rules: add hardening=+all
+  * Create patch fixing typo in manpage
 
  -- Lucas Kanashiro <kanash...@debian.org>  Mon, 28 Nov 2016 16:32:39 -0200
 
diff --git a/debian/patches/fix-typo-in-manpage.patch 
b/debian/patches/fix-typo-in-manpage.patch
new file mode 100644
index 0000000..96d15e0
--- /dev/null
+++ b/debian/patches/fix-typo-in-manpage.patch
@@ -0,0 +1,26 @@
+Description: fix typo in manpage
+Author: Lucas Kanashiro <kanash...@debian.org>
+Last-Updated: 2016-11-28
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=119017
+Bug: https://rt.cpan.org/Ticket/Display.html?id=119017
+
+--- a/Reflow.pm
++++ b/Reflow.pm
+@@ -547,7 +547,7 @@ sub reflow_para {
+ }
+ 
+ 
+-# Add spaces to ends of sentances and calculate @extra array of penalties
++# Add spaces to ends of sentence and calculate @extra array of penalties
+ sub reflow_penalties {
+   my $j;
+   $wordcount = $#words + 1;
+@@ -773,7 +773,7 @@ will not reflow any lines containing fiv
+ 
+ =item frenchspacing => 'n'
+ 
+-Normally two spaces are put at the end of a sentance or a clause.
++Normally two spaces are put at the end of a sentence or a clause.
+ The C<frenchspacing> option (taken from the TeX macro of the same name)
+ disables this feature.
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 5162df7..4ce8df4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+fix-typo-in-manpage.patch
 hashbang.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to