[vtk6] 01/02: Add latex fix

Gert Wollny gert-guest at moszumanska.debian.org
Tue Feb 2 13:31:23 UTC 2016


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

gert-guest pushed a commit to branch master
in repository vtk6.

commit 97ea9a59b9e1890e26299cf5bbcca5d9afa1f1dd
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Tue Feb 2 13:23:55 2016 +0000

    Add latex fix
---
 debian/patches/97_fix_latex_doxygen.patch | 15 +++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/97_fix_latex_doxygen.patch b/debian/patches/97_fix_latex_doxygen.patch
new file mode 100644
index 0000000..f46ceae
--- /dev/null
+++ b/debian/patches/97_fix_latex_doxygen.patch
@@ -0,0 +1,15 @@
+Description: Fix Latex code that made Dokygen halt the build
+Author: Gert Wollny <gw.fossdev at gmail.com> 
+Last-Update: 2016-02-02
+Forwardedd: no
+--- a/Common/Core/vtkAbstractArray.h
++++ b/Common/Core/vtkAbstractArray.h
+@@ -381,7 +381,7 @@
+   // prominence P, we sample N values, with N = f(T; P, U).
+   // We want f to be sublinear in T in order to interactively handle large
+   // arrays; in practice, we can make f independent of T:
+-  // \f$ N >= \frac{5}{P}\mathrm{ln}\left(\frac{1}{PU}) \f$,
++  // \f$ N >= \frac{5}{P}\mathrm{ln}\left(\frac{1}{PU}\right) \f$,
+   // but note that small values of P are costly to achieve.
+   // The default parameters will locate prominent values that occur at least
+   // 1 out of every 1000 samples with a confidence of 0.999999 (= 1 - 1e6).
diff --git a/debian/patches/series b/debian/patches/series
index 9582b3a..b6bc021 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@
 90_gdal-2.0.patch
 95_ffmpeg_2.9.patch
 96_concurrent_vtkLookupTableMapData_fix.patch
+97_fix_latex_doxygen.patch

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



More information about the debian-science-commits mailing list