r36466 - in /packages/paraview/trunk/debian/patches: pv_plugin_path.patch series

malat-guest at users.alioth.debian.org malat-guest at users.alioth.debian.org
Mon May 10 15:39:52 UTC 2010


Author: malat-guest
Date: Mon May 10 15:39:49 2010
New Revision: 36466

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36466
Log:
toward bug #537169

Added:
    packages/paraview/trunk/debian/patches/pv_plugin_path.patch   (with props)
Modified:
    packages/paraview/trunk/debian/patches/series

Added: packages/paraview/trunk/debian/patches/pv_plugin_path.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/paraview/trunk/debian/patches/pv_plugin_path.patch?rev=36466&op=file
==============================================================================
--- packages/paraview/trunk/debian/patches/pv_plugin_path.patch (added)
+++ packages/paraview/trunk/debian/patches/pv_plugin_path.patch Mon May 10 15:39:49 2010
@@ -1,0 +1,14 @@
+See bug #537169
+
+--- ParaView3/CMake/ParaViewPlugins.cmake    2009-06-10 15:18:18.000000000 +0200
++++ paraview-3.6.2/CMake/ParaViewPlugins.cmake    2010-04-06 20:15:34.000000000 +0200
+@@ -8,7 +8,7 @@
+ MACRO(internal_paraview_install_plugin name)
+   IF (PV_INSTALL_BIN_DIR)
+     INSTALL(TARGETS ${name}
+-      DESTINATION "${PV_INSTALL_BIN_DIR}/plugins/${name}"
++      DESTINATION "/usr/lib/paraview/plugins/${name}"
+       COMPONENT Runtime)
+   ENDIF (PV_INSTALL_BIN_DIR)
+ ENDMACRO(internal_paraview_install_plugin)
+

Propchange: packages/paraview/trunk/debian/patches/pv_plugin_path.patch
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: packages/paraview/trunk/debian/patches/pv_plugin_path.patch
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: packages/paraview/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/paraview/trunk/debian/patches/series?rev=36466&op=diff
==============================================================================
--- packages/paraview/trunk/debian/patches/series (original)
+++ packages/paraview/trunk/debian/patches/series Mon May 10 15:39:49 2010
@@ -4,3 +4,4 @@
 icet_cmake.patch
 vtkPVPluginInit.cxx.in.patch
 vector_property_map.hpp.patch
+pv_plugin_path.patch




More information about the debian-science-commits mailing list