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

Rafael Laboissiere rafael at debian.org
Fri Jan 18 00:16:31 UTC 2008


SVN commit 2024 by rafael:

* Removed bogus rule
* Added missing "done" at end of "for ; do" construct

 M  +2 -7      xmds/trunk/debian/rules  


--- xmds/trunk/debian/rules #2023:2024
@@ -28,12 +28,6 @@
 		fi ;                            \
 	done
 
-makebuilddir/xmds::
-	if ! test -e source/xmds_config.h-orig ; then    		\
-		cp source/xmds_config.h source/xmds_config.h-orig ;	\
-	fi
-
-
 build/xmds:: make-examples-stamp
 make-examples-stamp:
 	# Run test
@@ -64,4 +58,5 @@
 	for i in $(preserved_files) ; do        \
 		if test -e $$i-orig ; then      \
 			mv $$i-orig $$i ;       \
-	fi ;                            \
+		fi ;                            \
+	done



More information about the Pkg-scicomp-devel mailing list