Author: smr Date: 2014-08-18 23:40:10 +0000 (Mon, 18 Aug 2014) New Revision: 17779
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog trunk/packages/insighttoolkit/trunk/debian/rules Log: Enable ITKDeprecated module, to enable Elastix 4.7 to build. Modified: trunk/packages/insighttoolkit/trunk/debian/changelog =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/changelog 2014-08-18 18:29:34 UTC (rev 17778) +++ trunk/packages/insighttoolkit/trunk/debian/changelog 2014-08-18 23:40:10 UTC (rev 17779) @@ -1,3 +1,10 @@ +insighttoolkit4 (4.6.0-3) unstable; urgency=medium + + * rules: Build Module_ITKDeprecated as Elastix 4.7 needs now-deprecated + itkTransformToDisplacementFieldSource.h. See #757589. + + -- Steve M. Robbins <[email protected]> Mon, 18 Aug 2014 18:39:28 -0500 + insighttoolkit4 (4.6.0-2) unstable; urgency=medium * control.in: add libhdf5-dev dep to -dev package. Closes: #757594. Modified: trunk/packages/insighttoolkit/trunk/debian/rules =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/rules 2014-08-18 18:29:34 UTC (rev 17778) +++ trunk/packages/insighttoolkit/trunk/debian/rules 2014-08-18 23:40:10 UTC (rev 17779) @@ -58,6 +58,7 @@ -DModule_ITKVideoBridgeOpenCV:BOOL=OFF \ -DModule_ITKVideoBridgeVXL:BOOL=OFF \ -DModule_ITKVtkGlue:BOOL=OFF \ + -DModule_ITKDeprecated:BOOL=ON \ -DVCL_INCLUDE_CXX_0X:BOOL=ON \ -DITK_USE_SYSTEM_SWIG:BOOL=ON \ -DITK_WRAP_DIMS="2;3;4" \ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
