r36467 - in /packages/paraview/trunk/debian: changelog rules

malat-guest at users.alioth.debian.org malat-guest at users.alioth.debian.org
Mon May 10 15:52:11 UTC 2010


Author: malat-guest
Date: Mon May 10 15:52:10 2010
New Revision: 36467

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36467
Log:
One more bug

Modified:
    packages/paraview/trunk/debian/changelog
    packages/paraview/trunk/debian/rules

Modified: packages/paraview/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/paraview/trunk/debian/changelog?rev=36467&op=diff
==============================================================================
--- packages/paraview/trunk/debian/changelog (original)
+++ packages/paraview/trunk/debian/changelog Mon May 10 15:52:10 2010
@@ -1,11 +1,13 @@
 paraview (3.6.2-4) UNRELEASED; urgency=low
 
   * Adding myself to maintainers.
-  * Fix FTBFS with boost 1.52. Closes: #580974
+  * Fix FTBFS with boost 1.42. Closes: #580974
   * Fix vtkPVPluginInit.cxx.in installation. Closes: #580959
   * Fix lintian issue with deprecated manpages.
   * Fix path to pqClientDocFinder.txt. Closes: #544665
   * Fix min version for libhdf5-serial-dev. Closes: #581014
+  * Fix plugin path. Closes: #537169
+  * Fix vtkWrapClientServer installation. Closes: #581017
 
  -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Mon, 10 May 2010 15:41:21 +0200
 

Modified: packages/paraview/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/paraview/trunk/debian/rules?rev=36467&op=diff
==============================================================================
--- packages/paraview/trunk/debian/rules (original)
+++ packages/paraview/trunk/debian/rules Mon May 10 15:52:10 2010
@@ -153,8 +153,8 @@
 	-rm -rf debian/paraview/lib
 	-rm -rf debian/paraview/include
 	-rm -rf debian/paraview/scratch
-	#-rm debian/paraview/usr/bin/vtk*
 	# we need to keep: vtkWrapClientServer
+	find debian/paraview/usr/bin -type f -name vtk\* -not -name vtkWrapClientServer -print | xargs rm
 	# The assistant is actually the one from Qt, simply a convient copy, remove it !
 	-rm debian/paraview/usr/bin/assistant
 	# Technically we should be using system installed lproj:




More information about the debian-science-commits mailing list