[med-svn] r5603 - trunk/packages/insighttoolkit/trunk/debian

Steven Michael Robbins smr at alioth.debian.org
Fri Dec 17 07:53:28 UTC 2010


Author: smr
Date: 2010-12-17 07:53:27 +0000 (Fri, 17 Dec 2010)
New Revision: 5603

Modified:
   trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Quote the semi-colon-separated value.

Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules	2010-12-17 07:13:00 UTC (rev 5602)
+++ trunk/packages/insighttoolkit/trunk/debian/rules	2010-12-17 07:53:27 UTC (rev 5603)
@@ -79,7 +79,7 @@
 	-DWRAP_ITK_JAVA:BOOL=ON \
 	-DWRAP_ITK_PYTHON:BOOL=ON \
 	-DWRAP_ITK_TCL:BOOL=ON \
-	-DWRAP_ITK_DIMS:STRING=2;3;4 \
+	-DWRAP_ITK_DIMS:STRING='2;3;4' \
 	-DWRAPcomplex_float:BOOL=ON \
 	-DWRAPcovariant_vector_float:BOOL=ON \
 	-DWRAPfloat:BOOL=ON \




More information about the debian-med-commit mailing list