[Pkg-scicomp-devel] paraview/trunk/debian

Ondrej Certik ondrej at certik.cz
Fri Feb 22 00:52:15 UTC 2008


SVN commit 2184 by certik-guest:

Huge improvement in python scripting committed. Use it like this:

$ LD_LIBRARY_PATH=/usr/lib/paraview PYTHONPATH=/usr/lib/paraview python2.5
Python 2.5.2a0 (r251:54863, Feb 10 2008, 10:33:12) 
[GCC 4.2.3 (Debian 4.2.3-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import paraview
>>> 


The paths should still be fixed somehow, but it is usable even now.



 M  +5 -2      paraview/trunk/debian/changelog  
 M  +3 -0      paraview/trunk/debian/rules  


--- paraview/trunk/debian/changelog #2183:2184
@@ -1,12 +1,15 @@
 paraview (3.2.1-1) unstable; urgency=low
 
   TODO before the first upload to NEW:
-    - make "import paraview" work in "pvpython"
-    - man pages to all executables
+    - man pages to all executables (at least a dummy one with symlinks)
+    - add README.Debian with a quick intro how to use paraview in Debian (MPI
+    stuff, python, ...)
 
   [ Ondrej Certik ]
   * Initial Debian packaging (Closes: #462631)
   * XS-Vcs-Svn and XS-Vcs-Browser fields added
+  * Python scripting fixed 
+  * /usr/lib/paraview/doc directory removed
 
   [ Christophe Prud'homme ]
   * debian/copyright: added all the copyrights and licenses
--- paraview/trunk/debian/rules #2183:2184
@@ -60,6 +60,9 @@
          do \
            chrpath -r/usr/lib/paraview:/usr/lib/python2.5/config $$i; \
          done
+	-mkdir -p debian/paraview/usr/lib/python2.5/site-packages/
+	-cp -r $(DEB_BUILDDIR)/Utilities/VTKPythonWrapping/paraview debian/paraview/usr/lib/python2.5/site-packages/
+	-rm -r debian/paraview/usr/lib/paraview/doc
 
 orig-tarball:
 	wget http://www.paraview.org/files/v3.2/paraview-3.2.1.tar.gz



More information about the Pkg-scicomp-devel mailing list