[SCM] Paraview packaging branch, experimental, updated. debian/3.14.1-7-22-ge8886ba
Anton Gladky
gladky.anton at gmail.com
Mon Nov 26 19:39:22 UTC 2012
The following commit has been merged in the experimental branch:
commit 8a4b47b4420f4f2cb2e871d2f0b0e8b5e0ba97bc
Author: Anton Gladky <gladky.anton at gmail.com>
Date: Mon Nov 26 18:58:41 2012 +0100
Install plugins into the correct place.
diff --git a/debian/paraview.install b/debian/paraview.install
index 5cadb5f..ae50bcb 100644
--- a/debian/paraview.install
+++ b/debian/paraview.install
@@ -2,6 +2,7 @@ debian/*.xpm usr/share/pixmaps/
debian/*.desktop usr/share/applications/
usr/bin/paraview
usr/lib/paraview/paraview
+usr/lib/paraview/plugins
usr/bin/pvbatch
usr/lib/paraview/pvbatch
usr/bin/pvblot
diff --git a/debian/rules b/debian/rules
index 1bac8f6..8c03647 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,7 @@ extra_flags += -Wno-dev \
-DVTK_INSTALL_DATA_DIR="share/paraview" \
-DVTK_INSTALL_DOC_DIR="share/doc/paraview" \
-DVTK_INSTALL_PACKAGE_DIR="lib/cmake/paraview" \
+ -DPV_INSTALL_PLUGIN_DIR="lib/paraview/plugins" \
-DVTK_CUSTOM_LIBRARY_SUFFIX="" \
-DVTK_USE_SYSTEM_TIFF=ON \
-DVTK_USE_SYSTEM_ZLIB=ON \
--
Paraview packaging
More information about the debian-science-commits
mailing list