[med-svn] r2965 - trunk/packages/dicomscope/trunk/debian

malat-guest at alioth.debian.org malat-guest at alioth.debian.org
Mon Jan 12 10:37:35 UTC 2009


Author: malat-guest
Date: 2009-01-12 10:37:35 +0000 (Mon, 12 Jan 2009)
New Revision: 2965

Modified:
   trunk/packages/dicomscope/trunk/debian/rules
Log:
I do not understand what was being done. cmake only generates files in the binary dir, so there is no reason to delete src files, esp before compilation...

Modified: trunk/packages/dicomscope/trunk/debian/rules
===================================================================
--- trunk/packages/dicomscope/trunk/debian/rules	2009-01-12 10:29:54 UTC (rev 2964)
+++ trunk/packages/dicomscope/trunk/debian/rules	2009-01-12 10:37:35 UTC (rev 2965)
@@ -74,12 +74,12 @@
 
 	rm -rf debian/build
 
-	# The build process obviosely leaves several files behind in other
+	# The build process obviously leaves several files behind in other
 	# directories than the BUILD target. These have to removed manually
 	for dir in $(DICOMscope_TO_REMOVE); do \
 	    rm -rf DICOMscope/"$$dir" ; \
 	done
-	rm -rf tkgui/dicomscope
+	#rm -rf tkgui/dicomscope
 
 	dh_clean 
 




More information about the debian-med-commit mailing list