Author: malat-guest Date: 2009-01-08 13:02:16 +0000 (Thu, 08 Jan 2009) New Revision: 2925
Modified: trunk/packages/dicomscope/trunk/debian/README.Debian trunk/packages/dicomscope/trunk/debian/control Log: Adding dependencies + update README Modified: trunk/packages/dicomscope/trunk/debian/README.Debian =================================================================== --- trunk/packages/dicomscope/trunk/debian/README.Debian 2009-01-08 12:09:31 UTC (rev 2924) +++ trunk/packages/dicomscope/trunk/debian/README.Debian 2009-01-08 13:02:16 UTC (rev 2925) @@ -1,4 +1,7 @@ -you can start the app using: +This pacackage contains in fact the dicomscope 3.6.0 release thanks to OFFIS Team for releasing the source code of it. - java -jar /usr/share/dicomscope/DICOMscope.jar +An helper is provided to start the jar archive: + /usr/bin/dicomscope + +--Mathieu Malaterre Modified: trunk/packages/dicomscope/trunk/debian/control =================================================================== --- trunk/packages/dicomscope/trunk/debian/control 2009-01-08 12:09:31 UTC (rev 2924) +++ trunk/packages/dicomscope/trunk/debian/control 2009-01-08 13:02:16 UTC (rev 2925) @@ -4,7 +4,7 @@ DM-Upload-Allowed: yes Uploaders: Mathieu Malaterre <[email protected]> Priority: extra -Build-Depends: debhelper (>= 4), cmake, libdcmtk1-dev, sun-java5-jdk | sun-java6-jdk, libssl-dev, libxml2-dev +Build-Depends: debhelper (>= 4), cmake, libdcmtk1-dev, sun-java5-jdk | sun-java6-jdk, libssl-dev, libxml2-dev, tofrodos Standards-Version: 3.8.0 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/dicomscope/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/dicomscope/trunk/ @@ -12,7 +12,7 @@ Package: dicomscope Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, tk8.3 | tk8.4 +Depends: ${shlibs:Depends}, ${misc:Depends}, tk8.3 | tk8.4, libdcmtk1, libssl0.9.8, libxml2, sun-java5-jre | sun-java6-jre Description: The OFFIS DICOM Viewer DICOMscope is a free DICOM viewer which can display uncompressed, monochrome DICOM images from all modalities and which supports monitor calibration according to DICOM part 14 as well as presentation states. DICOMscope offers a print client (DICOM Basic Grayscale Print Management) which also implements the optional Presentation LUT SOP Class. The development of this prototype was commissioned by the "Committee for the Advancement of DICOM" and demonstrated at the European Congress of Radiology ECR 1999. An enhanced version was developed for the "DICOM Display Consistency Demonstration" at RSNA InfoRAD 1999. The current release 3.5.1 has been demonstrated at ECR 2001 and contains numerous extensions, including a print server, support for encrypted DICOM communication, digital signatures and structured reporting. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
