[libmath-symbolic-perl] 06/07: Add fix-manpage-has-errors-from-pod2man.patch patch

Salvatore Bonaccorso carnil at debian.org
Wed Oct 23 21:20:05 UTC 2013


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

carnil pushed a commit to branch master
in repository libmath-symbolic-perl.

commit df95645ef633c357923422b999aef1c262c9fcf2
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed Oct 23 23:11:23 2013 +0200

    Add fix-manpage-has-errors-from-pod2man.patch patch
    
    Add missing encoding causing otherwise an pod2man error when generating
    manpage for Math::Symbolic::Parser::Precompiled.
---
 .../fix-manpage-has-errors-from-pod2man.patch        |   18 ++++++++++++++++++
 debian/patches/series                                |    1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/fix-manpage-has-errors-from-pod2man.patch b/debian/patches/fix-manpage-has-errors-from-pod2man.patch
new file mode 100644
index 0000000..71781fb
--- /dev/null
+++ b/debian/patches/fix-manpage-has-errors-from-pod2man.patch
@@ -0,0 +1,18 @@
+Description: Add explicit encoding to Math::Symbolic::Parser::Precompiled
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=89725
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=89725
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2013-10-23
+
+--- a/lib/Math/Symbolic/Parser/Precompiled.pm
++++ b/lib/Math/Symbolic/Parser/Precompiled.pm
+@@ -3,6 +3,8 @@
+ 
+ use strict;
+ 
++=encoding ISO8859-1
++
+ =head1 NAME
+ 
+ Math::Symbolic::Parser::Precompiled - Precompiled Math::Symbolic Parser
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3acda99
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-manpage-has-errors-from-pod2man.patch

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



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