[paraview] 05/10: Add path to paraview-python to load .so-modules.

Anton Gladky gladk at moszumanska.debian.org
Tue May 20 04:28:55 UTC 2014


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

gladk pushed a commit to branch master
in repository paraview.

commit 29f3dab2787b42c88a71a68e5b77873d986359e9
Author: Anton Gladky <gladk at debian.org>
Date:   Mon May 19 20:29:49 2014 +0200

    Add path to paraview-python to load .so-modules.
---
 debian/patches/fix_path_paraview.patch | 40 ++++++++++++++++++++++++++++++++++
 debian/patches/series                  |  2 +-
 2 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/debian/patches/fix_path_paraview.patch b/debian/patches/fix_path_paraview.patch
new file mode 100644
index 0000000..9270bb3
--- /dev/null
+++ b/debian/patches/fix_path_paraview.patch
@@ -0,0 +1,40 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ paraview (4.1.0-1) unstable; urgency=low
+ .
+   * Non-maintainer upload.
+   * debian/paraview.install:
+     - add usr/bin/vtkProcessShader
+Author: Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- paraview-4.1.0.orig/Wrapping/Python/paraview/__init__.py
++++ paraview-4.1.0/Wrapping/Python/paraview/__init__.py
+@@ -9,6 +9,10 @@ it provides:
+   simple
+ """
+ 
++import sys
++sys.path.append('/usr/lib/python2.7/dist-packages/paraview')
++
++
+ #==============================================================================
+ #
+ #  Program:   ParaView
diff --git a/debian/patches/series b/debian/patches/series
index 37881eb..d171d52 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,3 @@
 fix_manpages_errors.patch
-use_system_json.patch
 fix_libav10.patch
+fix_path_paraview.patch

-- 
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