[paraview] 03/03: Correct path to perl script when use_external_vtk is on

Christophe Trophime trophime-guest at alioth.debian.org
Wed Nov 6 16:29:53 UTC 2013


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

trophime-guest pushed a commit to branch use_external_vtk
in repository paraview.

commit 4a55929729f971545307a4f869532d90c4136082
Author: Christophe Trophime <christrophime at googlemail.com>
Date:   Wed Nov 6 17:29:07 2013 +0100

    Correct path to perl script when use_external_vtk is on
---
 debian/patches/docs.patch |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/docs.patch b/debian/patches/docs.patch
index 3205b2e..db8bd16 100644
--- a/debian/patches/docs.patch
+++ b/debian/patches/docs.patch
@@ -18,7 +18,7 @@ Index: paraview/Utilities/Doxygen/doc_makeall.cmake.in
  #
 -set(PATH_TO_VTK_DOX_SCRIPTS "@ParaView_SOURCE_DIR@/VTK/Utilities/Doxygen")
 +if (PARAVIEW_USING_EXTERNAL_VTK)
-+  set(PATH_TO_VTK_DOX_SCRIPTS "${VTK_INSTALL_PREFIX}/share/doc/vtk-${VTK_MAJOR_VERSION}.${VTK_MINOR_VERSION}/doxygen")
++  set(PATH_TO_VTK_DOX_SCRIPTS "/usr/share/doc/vtk-${VTK_MAJOR_VERSION}.${VTK_MINOR_VERSION}/doxygen")
 +else()
 +  set(PATH_TO_VTK_DOX_SCRIPTS "@ParaView_SOURCE_DIR@/VTK/Utilities/Doxygen")
 +endif()
@@ -34,7 +34,7 @@ Index: paraview/Utilities/Doxygen/doxyfile.in
  
  
 -EXCLUDE_PATTERNS     =
-+EXCLUDE_PATTERNS = */VTK.old/*
++EXCLUDE_PATTERNS = */VTK/* */pv-src-tmp/*
  EXCLUDE              = \
      "@VTK_BINARY_DIR@/Utilities/Doxygen/dox/Common/Core/vtkSetGet.h" \
      "@VTK_BINARY_DIR@/Utilities/Doxygen/dox/Common/DataModel/vtkMarchingSquaresCases.h" \

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



More information about the debian-science-commits mailing list