Author: tille Date: 2015-07-04 20:24:16 +0000 (Sat, 04 Jul 2015) New Revision: 19506
Added: trunk/packages/dicomscope/trunk/debian/libdicomscope-jni.install Modified: trunk/packages/dicomscope/trunk/debian/changelog trunk/packages/dicomscope/trunk/debian/control trunk/packages/dicomscope/trunk/debian/dicomscope.install Log: Split up arch any package with JNI files to enable co-installation of amd64 and i386 Modified: trunk/packages/dicomscope/trunk/debian/changelog =================================================================== --- trunk/packages/dicomscope/trunk/debian/changelog 2015-07-04 12:26:32 UTC (rev 19505) +++ trunk/packages/dicomscope/trunk/debian/changelog 2015-07-04 20:24:16 UTC (rev 19506) @@ -1,9 +1,10 @@ -dicomscope (3.6.0-11.1) UNRELEASED; urgency=medium +dicomscope (3.6.0-12) UNRELEASED; urgency=medium - * Team upload - * Moved debian/upstream to debian/upstream/metadata + * Split up arch any package with JNI files to enable co-installation + of amd64 and i386 + Closes: #771996 - -- Andreas Tille <[email protected]> Sat, 04 Jul 2015 09:24:20 +0200 + -- Andreas Tille <[email protected]> Sat, 04 Jul 2015 22:17:56 +0200 dicomscope (3.6.0-11) unstable; urgency=low Modified: trunk/packages/dicomscope/trunk/debian/control =================================================================== --- trunk/packages/dicomscope/trunk/debian/control 2015-07-04 12:26:32 UTC (rev 19505) +++ trunk/packages/dicomscope/trunk/debian/control 2015-07-04 20:24:16 UTC (rev 19506) @@ -11,7 +11,7 @@ Homepage: http://dicom.offis.de/dscope.php.en Package: dicomscope -Architecture: any +Architecture: all Depends: ${java:Depends}, ${shlibs:Depends}, ${misc:Depends}, tk8.6 | tk8.5 | tk8.4 | wish, default-jre, jarwrapper Description: OFFIS DICOM Viewer DICOMscope is a free DICOM viewer which can display uncompressed, monochrome @@ -30,6 +30,28 @@ extensions, including a print server, support for encrypted DICOM communication, digital signatures and structured reporting. +Package: libdicomscope-jni +Architecture: any +Depends: ${java:Depends}, ${shlibs:Depends}, ${misc:Depends}, default-jre +Description: OFFIS DICOM Viewer (JNI files) + 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 has been demonstrated at ECR 2001 and contains numerous + extensions, including a print server, support for encrypted DICOM + communication, digital signatures and structured reporting. + . + This package contains the architecture dependant JNI files. + Package: dicomscope-doc Architecture: all Section: doc Modified: trunk/packages/dicomscope/trunk/debian/dicomscope.install =================================================================== --- trunk/packages/dicomscope/trunk/debian/dicomscope.install 2015-07-04 12:26:32 UTC (rev 19505) +++ trunk/packages/dicomscope/trunk/debian/dicomscope.install 2015-07-04 20:24:16 UTC (rev 19506) @@ -1,3 +1,2 @@ usr/share/dicomscope/ -usr/lib/*/jni/*.so etc/dcmtk/DICOMscope.cfg Added: trunk/packages/dicomscope/trunk/debian/libdicomscope-jni.install =================================================================== --- trunk/packages/dicomscope/trunk/debian/libdicomscope-jni.install (rev 0) +++ trunk/packages/dicomscope/trunk/debian/libdicomscope-jni.install 2015-07-04 20:24:16 UTC (rev 19506) @@ -0,0 +1 @@ +usr/lib/*/jni/*.so _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
