[libpdl-linearalgebra-perl] 04/05: Add a patch to fix a spelling mistake in the POD.

gregor herrmann gregoa at debian.org
Mon Aug 31 14:46:23 UTC 2015


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

gregoa pushed a commit to branch master
in repository libpdl-linearalgebra-perl.

commit 0d164670b08d2302fc5c8acec8b0b0c07e80b8bb
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Aug 31 16:39:47 2015 +0200

    Add a patch to fix a spelling mistake in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 4da99ae..fd49179 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-I-don-t-need-to-link-with-gfortran-explicitly.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..636430d
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,29 @@
+Description: fix a spelling mistake
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-08-31
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106790
+Bug: https://rt.cpan.org/Ticket/Display.html?id=106790
+
+--- a/GENERATED/PDL/LinearAlgebra/Trans.pm
++++ b/GENERATED/PDL/LinearAlgebra/Trans.pm
+@@ -89,7 +89,7 @@
+ Computes exp(t*A), the matrix exponential of a general matrix,
+ using the irreducible rational Pade approximation to the 
+ exponential function exp(x) = r(x) = (+/-)( I + 2*(q(x)/p(x)) ), 
+-combined with scaling-and-squaring and optionaly normalization of the trace.
++combined with scaling-and-squaring and optionally normalization of the trace.
+ The algorithm is described in Roger B. Sidje (rbs.uq.edu.au)
+ "EXPOKIT: Software Package for Computing Matrix Exponentials".
+ ACM - Transactions On Mathematical Software, 24(1):130-156, 1998
+--- a/Trans/trans.pd
++++ b/Trans/trans.pd
+@@ -403,7 +403,7 @@
+ Computes exp(t*A), the matrix exponential of a general matrix,
+ using the irreducible rational Pade approximation to the 
+ exponential function exp(x) = r(x) = (+/-)( I + 2*(q(x)/p(x)) ), 
+-combined with scaling-and-squaring and optionaly normalization of the trace.
++combined with scaling-and-squaring and optionally normalization of the trace.
+ The algorithm is described in Roger B. Sidje (rbs at maths.uq.edu.au)
+ "EXPOKIT: Software Package for Computing Matrix Exponentials".
+ ACM - Transactions On Mathematical Software, 24(1):130-156, 1998

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



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