Author: domibel-guest Date: 2009-01-04 01:23:29 +0000 (Sun, 04 Jan 2009) New Revision: 2893
Added: trunk/packages/igstk/trunk/debian/igstk-doc.doc-base Modified: trunk/packages/igstk/trunk/debian/changelog trunk/packages/igstk/trunk/debian/rules Log: Added debian/igstk-doc.doc-base Modified: trunk/packages/igstk/trunk/debian/changelog =================================================================== --- trunk/packages/igstk/trunk/debian/changelog 2009-01-03 22:34:16 UTC (rev 2892) +++ trunk/packages/igstk/trunk/debian/changelog 2009-01-04 01:23:29 UTC (rev 2893) @@ -1,8 +1,9 @@ -igstk (3.0.0~cvs20081223-2) experimental; urgency=low +igstk (3.0.0~cvs20081223-2) unstable; urgency=low * debian/rules: removed duplicate configuration * debian/rules: fixed installation of Examples * debian/control: added new package : igstk-doc + * debian/igstk-doc.doc-base: added -- Dominique Belhachemi <[email protected]> Sun, 28 Dec 2008 19:11:43 -0500 Added: trunk/packages/igstk/trunk/debian/igstk-doc.doc-base =================================================================== --- trunk/packages/igstk/trunk/debian/igstk-doc.doc-base (rev 0) +++ trunk/packages/igstk/trunk/debian/igstk-doc.doc-base 2009-01-04 01:23:29 UTC (rev 2893) @@ -0,0 +1,33 @@ +Document: igstk-doc +Title: IGSTK class documentation +Author: Various +Abstract: The Image-Guided Surgery Toolkit (IGstk: pronounced IGStick) + is a high-level component-based framework providing common + functionality for image-guided surgery applications. + . + This software framework consists of a set of high-level components + integrated with other low-level open source software libraries and + application programming interfaces (API) from hardware vendors. + . + The cornerstone of IGstk is robustness. IGstk provides the following + high-level functionality: + Ability to read and display medical images including CT and MRI in + DICOM format. + An interface to common tracking hardware (e.g. AURORA from + Northern Digital Inc.). A graphical user interface and visualization + capability including a four-quadrant view (axial, sagittal, coronal, + and 3D) as well as a multi-slice axial view (from 1 by 1 to many by + many such as 10 by 10). + . + Registration: point based registration and a means for selecting + these points. Robust common internal software services for logging, + exception-handling and problem resolution. +Section: Programming + +Format: HTML +Index: /usr/share/doc/igstk-doc/html/index.html +Files: /usr/share/doc/igstk-doc/html/*.html + + + + Modified: trunk/packages/igstk/trunk/debian/rules =================================================================== --- trunk/packages/igstk/trunk/debian/rules 2009-01-03 22:34:16 UTC (rev 2892) +++ trunk/packages/igstk/trunk/debian/rules 2009-01-04 01:23:29 UTC (rev 2893) @@ -129,10 +129,10 @@ install-indep: build-indep dh_install -pigstk-doc $(SHARED_BUILD_PATH)/Utilities/Doxygen/doc/html usr/share/doc/igstk-doc - dh_install -pigstk-examples Examples usr/share/igstk + dh_install -pigstk-examples Examples/* usr/share/doc/igstk-examples/examples # remove executable file mode bit - find debian/igstk-examples/usr/share/igstk/Examples \ + find debian/igstk-examples/usr/share/doc/igstk-examples/examples \ -type f -print0 | xargs -0 chmod 644 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
