[Pkg-scicomp-devel] paraview

Steve M. Robbins steve at sumost.ca
Tue Apr 1 10:50:43 UTC 2008


Hi,

On Tue, Mar 18, 2008 at 11:04:21AM +0100, Christophe Prud'homme wrote:

> Paraview has been packaged (but not yet uploaded) by pkg-scicomp. It is almost 
> ready, only the manpages remain to be done. It has been tested on i386 and 
> amd64 with success.
> 
> check out svn from pkg-scicomp to get the paraview debian package. 

Fantastic news!  I'm very eager to have paraview in Debian.

I pulled the SVN trunk the other day and have just succeeded in
building it, though I had to make a small adjustment (patch attached).

Is there anything I can help with?  For example, I can start doing some
manpages.  I don't want to do work that is underway, of course.

Cheers,
-Steve


-------------- next part --------------
Index: debian/rules
===================================================================
--- debian/rules	(revision 2353)
+++ debian/rules	(working copy)
@@ -45,6 +45,7 @@
 	-rm debian/paraview/usr/bin/*.adp
 	-rm debian/paraview/usr/bin/vtkWrapPythonInit
 	-rm debian/paraview/usr/bin/vtkWrapPython
+	-mkdir -p debian/paraview/usr/lib/paraview
 	-for i in `find $(DEB_BUILDDIR)/bin/ -name "*.so*"`;  \
 	 do\
           install $$i debian/paraview/usr/lib/paraview; \
@@ -52,7 +53,6 @@
 	-mkdir -p debian/paraview/usr/share/doc/paraview
 	-rm -rf debian/paraview/usr/share/doc/paraview/html
 	-mv debian/paraview/usr/bin/Documentation/ debian/paraview/usr/share/doc/paraview/html
-	-mkdir -p debian/paraview/usr/lib/paraview
 	-mv debian/paraview/usr/plugins debian/paraview/usr/lib/paraview
 	-for i in `find debian/paraview/usr/lib/paraview/ -name "*.so*"`; \
          do \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-scicomp-devel/attachments/20080401/813a1a1c/attachment.pgp 


More information about the Pkg-scicomp-devel mailing list