Author: tille Date: 2015-12-20 16:18:48 +0000 (Sun, 20 Dec 2015) New Revision: 20833
Removed: trunk/packages/invesalius/trunk/debian/menu Modified: trunk/packages/invesalius/trunk/debian/changelog trunk/packages/invesalius/trunk/debian/control trunk/packages/invesalius/trunk/debian/patches/10_sample_path.patch Log: Remove explicit python-vtk dependency and go with implicite one provides by python-casmoothing, Remove debian/menu, Add missing DEP3 header Modified: trunk/packages/invesalius/trunk/debian/changelog =================================================================== --- trunk/packages/invesalius/trunk/debian/changelog 2015-12-20 15:58:13 UTC (rev 20832) +++ trunk/packages/invesalius/trunk/debian/changelog 2015-12-20 16:18:48 UTC (rev 20833) @@ -1,3 +1,13 @@ +invesalius (3.0-2) unstable; urgency=medium + + * Remove explicit python-vtk dependency and go with implicite one + provides by python-casmoothing + Clothes: #808505 + * Remove debian/menu + * Add missing DEP3 header + + -- Andreas Tille <[email protected]> Sun, 20 Dec 2015 16:34:38 +0100 + invesalius (3.0-1) unstable; urgency=low [ Thiago Franco de Moraes ] Modified: trunk/packages/invesalius/trunk/debian/control =================================================================== --- trunk/packages/invesalius/trunk/debian/control 2015-12-20 15:58:13 UTC (rev 20832) +++ trunk/packages/invesalius/trunk/debian/control 2015-12-20 16:18:48 UTC (rev 20833) @@ -25,7 +25,6 @@ python-skimage, python-wxgtk3.0, python-imaging, - python-vtk, python-gdcm, python-vtkgdcm, python-casmoothing, Deleted: trunk/packages/invesalius/trunk/debian/menu =================================================================== --- trunk/packages/invesalius/trunk/debian/menu 2015-12-20 15:58:13 UTC (rev 20832) +++ trunk/packages/invesalius/trunk/debian/menu 2015-12-20 16:18:48 UTC (rev 20833) @@ -1,2 +0,0 @@ -?package(invesalius):needs="X11" section="Applications/Science/Medicine"\ - title="invesalius" command="/usr/bin/invesalius-3.0" Modified: trunk/packages/invesalius/trunk/debian/patches/10_sample_path.patch =================================================================== --- trunk/packages/invesalius/trunk/debian/patches/10_sample_path.patch 2015-12-20 15:58:13 UTC (rev 20832) +++ trunk/packages/invesalius/trunk/debian/patches/10_sample_path.patch 2015-12-20 16:18:48 UTC (rev 20833) @@ -1,3 +1,6 @@ +Author: Thiago Franco de Moraes <[email protected]> +Description: Adjust path to samples to the known Debian location + diff --git a/invesalius/constants.py b/invesalius/constants.py index 3dfc5df..610c3bd 100644 --- a/invesalius/constants.py _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
