1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
Source: pixelmed
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: graphics
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: default-jdk,
javahelper,
junit4,
libcommons-codec-java,
libcommons-compress-java,
libcommons-net-java (>= 3),
libhsqldb-java,
libjaxb-api-java,
libjmdns-java,
libjsonp-java,
libpixelmed-codec-java,
libpixelmed-imageio-java,
libvecmath-java
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/pixelmed
Vcs-Git: https://salsa.debian.org/med-team/pixelmed.git
Homepage: http://www.pixelmed.com
Rules-Requires-Root: no
Package: libpixelmed-java
Architecture: all
Section: java
Depends: ${java:Depends}, ${misc:Depends}
Recommends: libpixelmed-imageio-java
Suggests: libpixelmed-java-doc
Conflicts: pixelmed-java
Replaces: pixelmed-java
Description: DICOM implementation containing Image Viewer and a ECG Viewer
This is a stand-alone DICOM toolkit that implements code for reading
and creating DICOM data, DICOM network and file support, a database of
DICOM objects, support for display of directories, images, reports and
spectra, and DICOM object validation.
Package: libpixelmed-java-doc
Architecture: all
Section: doc
Depends: doc-base, ${misc:Depends}
Suggests: libpixelmed-java
Description: DICOM implementation containing Image Viewer and a ECG Viewer - doc
This is a stand-alone DICOM toolkit that implements code for reading
and creating DICOM data, DICOM network and file support, a database of
DICOM objects, support for display of directories, images, reports and
spectra, and DICOM object validation.
.
This is the documentation package for libpixelmed-java
Package: pixelmed-apps
Architecture: all
Section: utils
Depends: default-jre-headless (>= 2:1.7) | java7-runtime-headless,
java-wrappers,
libpixelmed-java (= ${binary:Version}),
${misc:Depends}
Conflicts: pixelmed-java
Replaces: pixelmed-java
Description: DICOM implementation containing Image Viewer and a ECG Viewer - cli
This is a stand-alone DICOM toolkit that implements code for reading
and creating DICOM data, DICOM network and file support, a database of
DICOM objects, support for display of directories, images, reports and
spectra, and DICOM object validation.
.
Provide command line applications for using pixelmed
Package: pixelmed-webstart-apps
Architecture: all
Section: utils
Depends: libbcprov-java,
libpixelmed-java (= ${binary:Version}),
${misc:Depends}
Description: DICOM implementation containing Image Viewer and a ECG Viewer - jnlp
This is a stand-alone DICOM toolkit that implements code for reading
and creating DICOM data, DICOM network and file support, a database of
DICOM objects, support for display of directories, images, reports and
spectra, and DICOM object validation.
.
Provide JNLP applications as command line apps
Package: pixelmed-www
Architecture: all
Section: web
Depends: pixelmed-webstart-apps (= ${binary:Version}), ${misc:Depends}
Description: DICOM implementation containing Image Viewer and a ECG Viewer - web
This is a stand-alone DICOM toolkit that implements code for reading
and creating DICOM data, DICOM network and file support, a database of
DICOM objects, support for display of directories, images, reports and
spectra, and DICOM object validation.
.
This is the web package. Depends on JNLP applications, provides HTML pages
|