Author: smr Date: 2014-01-04 23:39:22 +0000 (Sat, 04 Jan 2014) New Revision: 15724
Modified: trunk/packages/elastix/trunk/debian/changelog trunk/packages/elastix/trunk/debian/control Log: Tighten ITK build dep to ensure ITK 4.5 is used with the review module present. Modified: trunk/packages/elastix/trunk/debian/changelog =================================================================== --- trunk/packages/elastix/trunk/debian/changelog 2014-01-04 23:37:08 UTC (rev 15723) +++ trunk/packages/elastix/trunk/debian/changelog 2014-01-04 23:39:22 UTC (rev 15724) @@ -1,3 +1,12 @@ +elastix (4.6-2) unstable; urgency=low + + * patches/itk-review-detection.patch: New. Update ITK "Review module" + detection to be compatible with ITK 4.5. + * control: Tighten ITK build dep to be 4.5.0-2 because -1 omitted the + review module. + + -- Steve M. Robbins <[email protected]> Sat, 04 Jan 2014 17:38:55 -0600 + elastix (4.6-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/elastix/trunk/debian/control =================================================================== --- trunk/packages/elastix/trunk/debian/control 2014-01-04 23:37:08 UTC (rev 15723) +++ trunk/packages/elastix/trunk/debian/control 2014-01-04 23:39:22 UTC (rev 15724) @@ -6,7 +6,7 @@ Priority: optional Build-Depends: debhelper (>= 9), cmake, - libinsighttoolkit4-dev, + libinsighttoolkit4-dev (>= 4.5.0-2), zlib1g-dev, libpng-dev, libtiff-dev _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
