Author: malat-guest Date: 2012-01-26 15:11:36 +0000 (Thu, 26 Jan 2012) New Revision: 9437
Modified: trunk/packages/volview/trunk/debian/changelog trunk/packages/volview/trunk/debian/control Log: fix B-D Modified: trunk/packages/volview/trunk/debian/changelog =================================================================== --- trunk/packages/volview/trunk/debian/changelog 2012-01-26 09:15:25 UTC (rev 9436) +++ trunk/packages/volview/trunk/debian/changelog 2012-01-26 15:11:36 UTC (rev 9437) @@ -1,3 +1,10 @@ +volview (3.4-2) UNRELEASED; urgency=low + + * Use any curl.h provider + * Make sure to use vtkedge 0.2 and above + + -- Mathieu Malaterre <[email protected]> Thu, 26 Jan 2012 16:10:33 +0100 + volview (3.4-1) unstable; urgency=low * Initial release (Closes: #640511) Modified: trunk/packages/volview/trunk/debian/control =================================================================== --- trunk/packages/volview/trunk/debian/control 2012-01-26 09:15:25 UTC (rev 9436) +++ trunk/packages/volview/trunk/debian/control 2012-01-26 15:11:36 UTC (rev 9437) @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 8), cmake (>= 2.8.2), libinsighttoolkit3-dev (>= 3.20), libvtk5-dev (>= 5.8.0), libfftw3-dev, libgdcm2-dev (>= 2.0.18), libkwwidgets1-dev, tcl8.5-dev, tk8.5-dev, - libavformat-dev, libvtkedge-dev (>> 0.1), libcurl4-openssl-dev, libtar-dev + libavformat-dev, libvtkedge-dev (>= 0.2), libcurl4-dev, libtar-dev Standards-Version: 3.9.2 Homepage: http://www.kitware.com/products/volview.html Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/volview/trunk/ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
