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

Ondrej Certik ondrej at certik.cz
Sun Feb 24 11:14:11 UTC 2008


SVN commit 2195 by certik-guest:

vtkWrapPythonInit removed

 M  +2 -1      paraview/trunk/debian/changelog  
 M  +1 -0      paraview/trunk/debian/rules  


--- paraview/trunk/debian/changelog #2194:2195
@@ -12,6 +12,7 @@
   * Python scripting fixed
   * Build against Python 2.4
   * /usr/lib/paraview/doc directory removed
+  * /usr/bin/vtkWrapPythonInit removed
 
   [ Christophe Prud'homme ]
   * debian/copyright: added all the copyrights and licenses
@@ -22,4 +23,4 @@
   * debian/rules: enable shared libs and reduce package size tremendously
   * debian/rules: set the installation directories
 
- -- Ondrej Certik <ondrej at certik.cz>  Fri, 22 Feb 2008 23:39:40 +0100
+ -- Ondrej Certik <ondrej at certik.cz>  Sun, 24 Feb 2008 12:13:35 +0100
--- paraview/trunk/debian/rules #2194:2195
@@ -43,6 +43,7 @@
         done
 	-rm debian/paraview/usr/bin/*.txt
 	-rm debian/paraview/usr/bin/*.adp
+	-rm debian/paraview/usr/bin/vtkWrapPythonInit
 	-for i in `find $(DEB_BUILDDIR)/bin/ -name "*.so*"`;  \
 	 do\
           install $$i debian/paraview/usr/lib/paraview; \



More information about the Pkg-scicomp-devel mailing list