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

Ondrej Certik ondrej at certik.cz
Sat Feb 2 20:47:26 UTC 2008


SVN commit 2046 by certik-guest:

make it compile

 M  +6 -0      paraview/trunk/debian/control  
 M  +2 -2      paraview/trunk/debian/rules  


--- paraview/trunk/debian/control #2045:2046
@@ -20,3 +20,9 @@
      * Support distributed computation models to process large data sets.
      * Create an open, flexible, and intuitive user interface.
      * Develop an extensible architecture based on open standards.
+ .
+ ParaView runs on distributed and shared memory parallel as well as single
+ processor systems and has been succesfully tested on Windows, Mac OS X, Linux
+ and various Unix workstations, clusters and supercomputers. Under the hood,
+ ParaView uses the Visualization Toolkit as the data processing and rendering
+ engine and has a user interface written using Qt.
--- paraview/trunk/debian/rules #2045:2046
@@ -29,7 +29,7 @@
 endif
 
 configure: configure-stamp
-configure-stamp:
+configure-stamp: patch
 	dh_testdir
 	# Add here commands to configure the package.
 	mkdir para
@@ -47,7 +47,7 @@
 
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 



More information about the Pkg-scicomp-devel mailing list