Author: tille Date: 2013-07-19 20:42:10 +0000 (Fri, 19 Jul 2013) New Revision: 14189
Modified: trunk/packages/invesalius/trunk/debian/changelog trunk/packages/invesalius/trunk/debian/control Log: `cme fix dpkg-control` to normalise control field and thus make it more easy to read Modified: trunk/packages/invesalius/trunk/debian/changelog =================================================================== --- trunk/packages/invesalius/trunk/debian/changelog 2013-07-19 20:02:27 UTC (rev 14188) +++ trunk/packages/invesalius/trunk/debian/changelog 2013-07-19 20:42:10 UTC (rev 14189) @@ -1,7 +1,12 @@ invesalius (3.0~b4-3) UNRELEASED; urgency=low + [ Thiago Franco de Moraes ] * debian/control: Added python-psutil as dependency (it was missing). + [ Andreas Tille ] + * debian/control: `cme fix dpkg-control` to normalise control field and thus + make it more easy to read + -- Thiago Franco de Moraes <[email protected]> Fri, 19 Jul 2013 09:11:19 -0300 invesalius (3.0~b4-2) unstable; urgency=low Modified: trunk/packages/invesalius/trunk/debian/control =================================================================== --- trunk/packages/invesalius/trunk/debian/control 2013-07-19 20:02:27 UTC (rev 14188) +++ trunk/packages/invesalius/trunk/debian/control 2013-07-19 20:42:10 UTC (rev 14189) @@ -1,21 +1,33 @@ Source: invesalius +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Andreas Tille <[email protected]>, + Thiago Franco de Moraes <[email protected]> Section: graphics Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Andreas Tille <[email protected]>, - Thiago Franco de Moraes <[email protected]> -Build-Depends-Indep: debhelper (>= 9), python, python-casmoothing -X-Python-Version: 2.7 +Build-Depends-Indep: debhelper (>= 9), + python, + python-casmoothing Standards-Version: 3.9.4 -Homepage: http://www.cti.gov.br/invesalius/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/invesalius/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/invesalius/trunk/ +Homepage: http://www.cti.gov.br/invesalius/ +X-Python-Version: 2.7 Package: invesalius Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-numpy, python-scipy, - python-wxgtk2.8 (>= 2.8.12), python-imaging, python-vtk, python-gdcm, python-vtkgdcm, - python-casmoothing, python-nibabel, python-serial, python-psutil +Depends: ${python:Depends}, + ${misc:Depends}, + python-numpy, + python-scipy, + python-wxgtk2.8 (>= 2.8.12), + python-imaging, + python-vtk, + python-gdcm, + python-vtkgdcm, + python-casmoothing, + python-nibabel, + python-serial, + python-psutil Description: 3D medical imaging reconstruction software InVesalius generates 3D medical imaging reconstructions based on a sequence of 2D DICOM files acquired with CT or MRI equipments. InVesalius is @@ -44,3 +56,4 @@ 2D DICOM files acquired with CT or MRI equipments. . This package contains a sample file to open in InVesalius. + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
