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

Ondrej Certik ondrej at certik.cz
Sat Feb 2 20:39:16 UTC 2008


SVN commit 2045 by certik-guest:

make it configure itself

 A             paraview/trunk/debian/patches (directory)  
 A             paraview/trunk/debian/patches/configure.patch  
 A             paraview/trunk/debian/patches/series  
 M  +7 -2      paraview/trunk/debian/rules  


--- paraview/trunk/debian/rules #2044:2045
@@ -9,7 +9,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/quilt/quilt.make
 
+
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -26,15 +28,18 @@
 	FFLAGS += -O2
 endif
 
-config.status: configure
+configure: configure-stamp
+configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
 	mkdir para
 	cd para; cmake ../
 
+	touch configure-stamp
+
 build: build-stamp
 
-build-stamp:  config.status
+build-stamp:  configure-stamp
 	dh_testdir
 
 	# Add here commands to compile the package.



More information about the Pkg-scicomp-devel mailing list