Author: malat-guest Date: 2010-05-23 10:59:16 +0000 (Sun, 23 May 2010) New Revision: 4817
Modified: trunk/packages/vtkedge/trunk/debian/changelog trunk/packages/vtkedge/trunk/debian/control trunk/packages/vtkedge/trunk/debian/rules Log: got ITK plugin working Modified: trunk/packages/vtkedge/trunk/debian/changelog =================================================================== --- trunk/packages/vtkedge/trunk/debian/changelog 2010-05-23 10:49:45 UTC (rev 4816) +++ trunk/packages/vtkedge/trunk/debian/changelog 2010-05-23 10:59:16 UTC (rev 4817) @@ -1,3 +1,10 @@ +vtkedge (0.1.0-2) unstable; urgency=low + + * Fix lintian error : missing-build-dependency. No change required + * Add paraview and ITK plugins + + -- Mathieu Malaterre <[email protected]> Mon, 10 May 2010 10:31:17 +0200 + vtkedge (0.1.0-1) unstable; urgency=low * Initial release (Closes: #551978) Modified: trunk/packages/vtkedge/trunk/debian/control =================================================================== --- trunk/packages/vtkedge/trunk/debian/control 2010-05-23 10:49:45 UTC (rev 4816) +++ trunk/packages/vtkedge/trunk/debian/control 2010-05-23 10:59:16 UTC (rev 4817) @@ -3,8 +3,8 @@ Section: science Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Mathieu Malaterre (malat) <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), cmake, libvtk5-dev (>= 5.4), quilt +Uploaders: Mathieu Malaterre <[email protected]> +Build-Depends: debhelper (>= 7.0.50~), cmake, libvtk5-dev (>= 5.4), quilt (>= 0.46-7~), paraview, libinsighttoolkit3-dev, libgdcm2-dev, qt4-qmake, libqt4-dev Standards-Version: 3.8.4 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/vtkedge/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/vtkedge/trunk/ Modified: trunk/packages/vtkedge/trunk/debian/rules =================================================================== --- trunk/packages/vtkedge/trunk/debian/rules 2010-05-23 10:49:45 UTC (rev 4816) +++ trunk/packages/vtkedge/trunk/debian/rules 2010-05-23 10:59:16 UTC (rev 4817) @@ -5,7 +5,7 @@ override_dh_auto_configure: # testing does not work as we deactivate rpath during conf time - dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE:BOOL=OFF -DVTK_DATA_ROOT:PATH=/usr/share/VTKData -DCMAKE_SKIP_RPATH:BOOL=YES -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_TESTING:BOOL=OFF + dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE:BOOL=OFF -DVTK_DATA_ROOT:PATH=/usr/share/VTKData -DCMAKE_SKIP_RPATH:BOOL=YES -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_TESTING:BOOL=OFF -DVTKEdge_BUILD_PARAVIEW_PLUGINS:BOOL=OFF -DVTKEdge_USE_ITK:BOOL=ON # if anyone has an nvidia card... #dh_auto_configure -- -DVTK_DATA_ROOT:PATH=/usr/share/VTKData -DCMAKE_SKIP_RPATH:BOOL=YES -DCMAKE_BUILD_TYPE:STRING=Release -DVTKEdge_USE_CUDA:BOOL=ON -DVTKEdge_USE_NVCONTROL:BOOL=ON _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
