[lapack] 07/09: d/p/fix-typos.patch: reintroduce updated patch.

Sébastien Villemot sebastien at debian.org
Tue Jul 4 14:08:45 UTC 2017


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

sebastien pushed a commit to branch master
in repository lapack.

commit dff9b808ba3c824c6d60f50b70b849a2105b785d
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Tue Jul 4 15:43:28 2017 +0200

    d/p/fix-typos.patch: reintroduce updated patch.
---
 debian/patches/fix-typos.patch | 28 ++++++++++++++++++++++++++++
 debian/patches/series          |  1 +
 2 files changed, 29 insertions(+)

diff --git a/debian/patches/fix-typos.patch b/debian/patches/fix-typos.patch
new file mode 100644
index 0000000..0cf4690
--- /dev/null
+++ b/debian/patches/fix-typos.patch
@@ -0,0 +1,28 @@
+Description: Fix various typos
+Author: Sébastien Villemot <sebastien at debian.org>
+Forwarded: https://github.com/Reference-LAPACK/lapack/pull/174
+Last-Update: 2017-07-04
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/SRC/dlarrv.f
++++ b/SRC/dlarrv.f
+@@ -69,7 +69,7 @@
+ *>          VU is DOUBLE PRECISION
+ *>          Upper bound of the interval that contains the desired
+ *>          eigenvalues. VL < VU. 
+-*>          Note: VU is currently not used by this implmentation of DLARRV, VU is
++*>          Note: VU is currently not used by this implementation of DLARRV, VU is
+ *>          passed to DLARRV because it could be used compute gaps on the right end
+ *>          of the extremal eigenvalues. However, with not much initial accuracy in
+ *>          LAMBDA and VU, the formula can lead to an overestimation of the right gap
+--- a/SRC/slarrv.f
++++ b/SRC/slarrv.f
+@@ -69,7 +69,7 @@
+ *>          VU is REAL
+ *>          Upper bound of the interval that contains the desired
+ *>          eigenvalues. VL < VU. 
+-*>          Note: VU is currently not used by this implmentation of SLARRV, VU is
++*>          Note: VU is currently not used by this implementation of SLARRV, VU is
+ *>          passed to SLARRV because it could be used compute gaps on the right end
+ *>          of the extremal eigenvalues. However, with not much initial accuracy in
+ *>          LAMBDA and VU, the formula can lead to an overestimation of the right gap
diff --git a/debian/patches/series b/debian/patches/series
index cc20bb0..8ab24ae 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 icamax-izamax-extended-precision.patch
 doxygen-downsize.patch
+fix-typos.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lapack.git



More information about the debian-science-commits mailing list