[SCM] Debian packaging of libmath-symbolic-perl branch, master, updated. 67cb452eba79392eb45ebc15a952618558873593

gregor herrmann gregoa at debian.org
Mon Jun 3 17:04:28 UTC 2013


The following commit has been merged in the master branch:
commit 6027308338b825415dfee03e7c92d445d6a04dcf
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 3 19:02:04 2013 +0200

    Add a patch to fix two remaining PODs.

diff --git a/debian/patches/fix-pod-encoding.patch b/debian/patches/fix-pod-encoding.patch
new file mode 100644
index 0000000..9fe8b63
--- /dev/null
+++ b/debian/patches/fix-pod-encoding.patch
@@ -0,0 +1,21 @@
+Description: add =encoding to the two last files.
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=79034
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=79034
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-03
+
+--- a/lib/Math/Symbolic.pm
++++ b/lib/Math/Symbolic.pm
+@@ -1,3 +1,4 @@
++=encoding utf8
+ 
+ =head1 NAME
+ 
+--- a/lib/Math/Symbolic/Compiler.pm
++++ b/lib/Math/Symbolic/Compiler.pm
+@@ -1,3 +1,4 @@
++=encoding utf8
+ 
+ =head1 NAME
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 5622f22..b59542e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-pod-spelling.patch
+fix-pod-encoding.patch

-- 
Debian packaging of libmath-symbolic-perl



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