Author: smr
Date: 2011-01-22 23:45:06 +0000 (Sat, 22 Jan 2011)
New Revision: 5687

Modified:
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Most of patch 0002-Fixed-some-things-in-the-rules-file.patch from Paul
Novotny, mailed to debian-med 2011-01-22.

Did not apply change to get-orig-source rule, as the "orig" source
uploaded to Debian for 3.20.0 has the Code/Review directory deleted.

* Some of the Wrap settings were misspelled.
* Turned off wrapping of 4D images. I don't think this is needed by most
  people. This reduces the package size significantly



Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog        2011-01-22 
23:40:08 UTC (rev 5686)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog        2011-01-22 
23:45:06 UTC (rev 5687)
@@ -6,6 +6,8 @@
   * patches/wrapitk-externalprojects.patch: New.  Add two External
     Projects to the WrapITK build. PyBuffer provides easy interoperability
     with numpy. ItkVtkGlue makes it easy to convert from and to VTK.
+  
+  * rules: Turn off wrapping 4D images, fix wrap setting misspellings.
 
  -- Steve M. Robbins <[email protected]>  Sat, 22 Jan 2011 17:38:46 -0600
 

Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules    2011-01-22 23:40:08 UTC 
(rev 5686)
+++ trunk/packages/insighttoolkit/trunk/debian/rules    2011-01-22 23:45:06 UTC 
(rev 5687)
@@ -80,16 +80,16 @@
        -DWRAP_ITK_JAVA:BOOL=ON \
        -DWRAP_ITK_PYTHON:BOOL=ON \
        -DWRAP_ITK_TCL:BOOL=ON \
-       -DWRAP_ITK_DIMS:STRING='2;3;4' \
-       -DWRAPcomplex_float:BOOL=ON \
-       -DWRAPcovariant_vector_float:BOOL=ON \
-       -DWRAPfloat:BOOL=ON \
-       -DWRAPrgb_unsigned_char:BOOL=ON \
-       -DWRAPrgb_unsigned_short:BOOL=ON \
-       -DWRAPsigned_short:BOOL=ON \
-       -DWRAPunsigned_char:BOOL=ON \
-       -DWRAPunsigned_short:BOOL=ON \
-       -DWRAPvector_float:BOOL=ON
+       -DWRAP_ITK_DIMS:STRING='2;3' \
+       -DWRAP_complex_float:BOOL=ON \
+       -DWRAP_covariant_vector_float:BOOL=ON \
+       -DWRAP_float:BOOL=ON \
+       -DWRAP_rgb_unsigned_char:BOOL=ON \
+       -DWRAP_rgb_unsigned_short:BOOL=ON \
+       -DWRAP_signed_short:BOOL=ON \
+       -DWRAP_unsigned_char:BOOL=ON \
+       -DWRAP_unsigned_short:BOOL=ON \
+       -DWRAP_vector_float:BOOL=ON
 
 pre-build::
        test -d Code/Review || mv review Code/Review


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to