Author: tille Date: 2011-02-16 10:23:24 +0000 (Wed, 16 Feb 2011) New Revision: 5998
Added: trunk/packages/elastix/trunk/debian/upstream-metadata.yaml Modified: trunk/packages/elastix/trunk/debian/changelog trunk/packages/elastix/trunk/debian/control Log: Fix bug mentioning typo in description, added VCS fields, added upstream-metadata.yaml with citation Modified: trunk/packages/elastix/trunk/debian/changelog =================================================================== --- trunk/packages/elastix/trunk/debian/changelog 2011-02-16 10:13:54 UTC (rev 5997) +++ trunk/packages/elastix/trunk/debian/changelog 2011-02-16 10:23:24 UTC (rev 5998) @@ -1,8 +1,13 @@ elastix (4.4-2) UNRELEASED; urgency=low - * Fix name of Debian Med team (without '-') + * debian/control: + - Fix name of Debian Med team (without '-') + - Added Vcs fields + - Fix typo in description + Closes: #613621 + * Added debian/upstream-metadata.yaml - -- Andreas Tille <[email protected]> Mon, 24 Jan 2011 17:56:46 +0100 + -- Andreas Tille <[email protected]> Wed, 16 Feb 2011 10:57:01 +0100 elastix (4.4-1) experimental; urgency=low Modified: trunk/packages/elastix/trunk/debian/control =================================================================== --- trunk/packages/elastix/trunk/debian/control 2011-02-16 10:13:54 UTC (rev 5997) +++ trunk/packages/elastix/trunk/debian/control 2011-02-16 10:23:24 UTC (rev 5998) @@ -8,6 +8,8 @@ libinsighttoolkit3-dev (>= 3.20.0-5), libgdcm2-dev, zlib1g-dev, libpng12-dev, libtiff4-dev Build-Depends-Indep: doxygen, graphviz, texlive-latex-base, texlive-latex-extra, texlive-latex-recommended, ghostscript Standards-Version: 3.9.1 +Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/elastix/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/elastix/trunk/?rev=0&sc=0 Package: elastix Section: science @@ -15,7 +17,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: elastix-doc Description: toolbox for rigid and nonrigid registration of images - Image reigstration based on the well-known Insight Segmentation and + Image registration based on the well-known Insight Segmentation and Registration Toolkit (ITK). The software consists of a collection of algorithms that are commonly used to solve (medical) image registration problems. The modular design of elastix allows the user @@ -29,7 +31,7 @@ Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: toolbox for rigid and nonrigid registration of images - docs - Image reigstration based on the well-known Insight Segmentation and + Image registration based on the well-known Insight Segmentation and Registration Toolkit (ITK). The software consists of a collection of algorithms that are commonly used to solve (medical) image registration problems. The modular design of elastix allows the user Added: trunk/packages/elastix/trunk/debian/upstream-metadata.yaml =================================================================== --- trunk/packages/elastix/trunk/debian/upstream-metadata.yaml (rev 0) +++ trunk/packages/elastix/trunk/debian/upstream-metadata.yaml 2011-02-16 10:23:24 UTC (rev 5998) @@ -0,0 +1,12 @@ +Contact: Stefan Klein and Marius Staring +Homepage: http://elastix.isi.uu.nl/ +Name: Elastix +Reference: + author: S. Klein, M. Staring, K. Murphy, M. A. Viergever, J. Pluim + title: elastix: A Toolbox for Intensity-Based Medical Image Registration + journal: IEEE Transactions on Medical Imaging + volume: 29 + number: 1 + pages: 196 - 205 + year: 2010 + URL: http://ieeexplore.ieee.org/xpls/abs_all.jsp?tp=&arnumber=5338015&isnumber=5371922 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
