Author: malat-guest Date: 2011-12-12 14:14:19 +0000 (Mon, 12 Dec 2011) New Revision: 8921
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog trunk/packages/insighttoolkit/trunk/debian/control trunk/packages/insighttoolkit/trunk/debian/control.in trunk/packages/insighttoolkit/trunk/debian/rules Log: Use system installed VXL Modified: trunk/packages/insighttoolkit/trunk/debian/changelog =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/changelog 2011-12-12 13:56:52 UTC (rev 8920) +++ trunk/packages/insighttoolkit/trunk/debian/changelog 2011-12-12 14:14:19 UTC (rev 8921) @@ -1,3 +1,9 @@ +insighttoolkit (3.20.1-2) UNRELEASED; urgency=low + + * Use system installed VXL + + -- Mathieu Malaterre <[email protected]> Fri, 09 Dec 2011 13:59:20 +0100 + insighttoolkit (3.20.1-1) unstable; urgency=low * New upstream. Modified: trunk/packages/insighttoolkit/trunk/debian/control =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/control 2011-12-12 13:56:52 UTC (rev 8920) +++ trunk/packages/insighttoolkit/trunk/debian/control 2011-12-12 14:14:19 UTC (rev 8921) @@ -3,10 +3,11 @@ Section: science Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Steve M. Robbins <[email protected]> -Build-Depends: debhelper (>= 8), +DM-Upload-Allowed: yes +Uploaders: Steve M. Robbins <[email protected]>, Mathieu Malaterre <[email protected]> +Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6.6-3~), cmake, cableswig (>= 0.1.0+cvs20110226), gccxml (>= 0.9.0+cvs20110723), - zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff4-dev, + zlib1g-dev (>= 1.2.2), libpng-dev, libtiff4-dev, libvxl1-dev, libfftw3-dev, uuid-dev, libgdcm2-dev, libvtk5-dev, python-vtk Modified: trunk/packages/insighttoolkit/trunk/debian/control.in =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/control.in 2011-12-12 13:56:52 UTC (rev 8920) +++ trunk/packages/insighttoolkit/trunk/debian/control.in 2011-12-12 14:14:19 UTC (rev 8921) @@ -3,10 +3,11 @@ Section: science Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Steve M. Robbins <[email protected]> -Build-Depends: debhelper (>= 8), +DM-Upload-Allowed: yes +Uploaders: Steve M. Robbins <[email protected]>, Mathieu Malaterre <[email protected]> +Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6.6-3~) cmake, cableswig (>= 0.1.0+cvs20110226), gccxml (>= 0.9.0+cvs20110723), - zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff4-dev, + zlib1g-dev (>= 1.2.2), libpng-dev, libtiff4-dev, libvxl1-dev, libfftw3-dev, uuid-dev, libgdcm2-dev, libvtk5-dev, python-vtk Modified: trunk/packages/insighttoolkit/trunk/debian/rules =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/rules 2011-12-12 13:56:52 UTC (rev 8920) +++ trunk/packages/insighttoolkit/trunk/debian/rules 2011-12-12 14:14:19 UTC (rev 8921) @@ -21,7 +21,7 @@ -DITK_USE_SYSTEM_PNG:BOOL=ON \ -DITK_USE_SYSTEM_TIFF:BOOL=ON \ -DITK_USE_SYSTEM_ZLIB:BOOL=ON \ - -DITK_USE_SYSTEM_VXL:BOOL=OFF \ + -DITK_USE_SYSTEM_VXL:BOOL=ON \ -DUSE_FFTWD:BOOL=ON \ -DUSE_FFTWF:BOOL=ON \ -DITK_USE_CONCEPT_CHECKING:BOOL=ON \ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
