[libpar-packer-perl] 09/10: Create patch fixing spelling error in manpage

Lucas Kanashiro kanashiro.duarte at gmail.com
Sat Jan 16 17:16:29 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libpar-packer-perl.

commit d53e8fe9d8f92015b170657744189ce741b8d65e
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sat Jan 16 14:58:52 2016 -0200

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

diff --git a/debian/changelog b/debian/changelog
index 809772f..4e27a8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libpar-packer-perl (1.029-1) UNRELEASED; urgency=medium
   * Remove TODO from d/docs, it was removed by upstream
   * Update upstream contact in d/copyright
   * Update debian/* copyright
+  * Create patch fixing spelling error in manpage
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sat, 16 Jan 2016 14:26:31 -0200
 
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..dbee9a9
--- /dev/null
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -0,0 +1,19 @@
+Description: Fix spelling error in manpage
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: 2016-01-16
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=111238
+Bug: https://rt.cpan.org/Ticket/Display.html?id=111238
+
+--- a/lib/pp.pm
++++ b/lib/pp.pm
+@@ -405,8 +405,8 @@ below the directory F<unicore> in your p
+ 
+ This option exists because it is impossible to detect using static analysis
+ if your program needs Unicode support at runtime. (Note: If your 
+-programm contains C<use utf8> this does B<not> imply it needs Unicode
+-support. It merely says that your programm is written in UTF-8.)
++program contains C<use utf8> this does B<not> imply it needs Unicode
++support. It merely says that your program is written in UTF-8.)
+ 
+ If your packed program exits with an error message like
+ 
diff --git a/debian/patches/series b/debian/patches/series
index c7e271e..6144250 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+fix-spelling-error-in-manpage.patch
 01_manpage-ext.patch
 fix-with-new-par-name
 autopkgtest.patch

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



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