Author: malat-guest Date: 2011-08-19 15:15:56 +0000 (Fri, 19 Aug 2011) New Revision: 7488
Modified: trunk/packages/vtkedge/trunk/debian/changelog trunk/packages/vtkedge/trunk/debian/control trunk/packages/vtkedge/trunk/debian/get-orig-source trunk/packages/vtkedge/trunk/debian/libvtkedge-dev.install Log: Update to new release Modified: trunk/packages/vtkedge/trunk/debian/changelog =================================================================== --- trunk/packages/vtkedge/trunk/debian/changelog 2011-08-19 15:11:25 UTC (rev 7487) +++ trunk/packages/vtkedge/trunk/debian/changelog 2011-08-19 15:15:56 UTC (rev 7488) @@ -1,3 +1,11 @@ +vtkedge (0.2.0~20110819-1) unstable; urgency=low + + * Build upstream from newer svn (20110819) + * Remove references to old GPL license. Closes: #634739 + * Install *.txx file. Closes: #632861 + + -- Mathieu Malaterre <[email protected]> Fri, 19 Aug 2011 17:12:42 +0200 + vtkedge (0.2.0~20110403-1) unstable; urgency=low [ Andreas Tille ] Modified: trunk/packages/vtkedge/trunk/debian/control =================================================================== --- trunk/packages/vtkedge/trunk/debian/control 2011-08-19 15:11:25 UTC (rev 7487) +++ trunk/packages/vtkedge/trunk/debian/control 2011-08-19 15:15:56 UTC (rev 7488) @@ -22,8 +22,8 @@ that complement the Visualization Toolkit (VTK), as well as custom modules to allow the use of these techniques within ParaView. VTKEdge does not replace VTK, but rather is built alongside VTK to provide additional functionality. - VTKEdge is available either as open source under the GPLv3 licensing terms, or - as a commercial product. This new toolkit was created by Kitware in order to + VTKEdge is available as open source under the BSD licensing terms. + This new toolkit was created by Kitware in order to provide the open source visualization community with access to some of our latest technology, while still meeting the commercialization requirements of the government contracts that funded the research and development effort. @@ -39,8 +39,8 @@ that complement the Visualization Toolkit (VTK), as well as custom modules to allow the use of these techniques within ParaView. VTKEdge does not replace VTK, but rather is built alongside VTK to provide additional functionality. - VTKEdge is available either as open source under the GPLv3 licensing terms, or - as a commercial product. This new toolkit was created by Kitware in order to + VTKEdge is available as open source under the BSD licensing terms. + This new toolkit was created by Kitware in order to provide the open source visualization community with access to some of our latest technology, while still meeting the commercialization requirements of the government contracts that funded the research and development effort. Modified: trunk/packages/vtkedge/trunk/debian/get-orig-source =================================================================== --- trunk/packages/vtkedge/trunk/debian/get-orig-source 2011-08-19 15:11:25 UTC (rev 7487) +++ trunk/packages/vtkedge/trunk/debian/get-orig-source 2011-08-19 15:15:56 UTC (rev 7488) @@ -11,7 +11,7 @@ fi REVISION=`echo $VERSION | sed -e 's/^.*~//g'` -#REVISION=3538 / 20110403 +#REVISION=3565 / 20110819 FOLDER=${PACKAGE}-${VERSION} if [ -z ${TARFILE}]; then Modified: trunk/packages/vtkedge/trunk/debian/libvtkedge-dev.install =================================================================== --- trunk/packages/vtkedge/trunk/debian/libvtkedge-dev.install 2011-08-19 15:11:25 UTC (rev 7487) +++ trunk/packages/vtkedge/trunk/debian/libvtkedge-dev.install 2011-08-19 15:15:56 UTC (rev 7488) @@ -1,4 +1,5 @@ usr/lib/VTKEdge/*.cmake usr/CMake/*.cmake usr/lib/VTKEdge/CMake usr/include/VTKEdge/*.h +usr/include/VTKEdge/*.txx usr/lib/lib*.so _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
