Author: malat Date: 2012-05-08 14:05:36 +0000 (Tue, 08 May 2012) New Revision: 10758
Modified: trunk/packages/gdcm/trunk/debian/control.in Log: update control.in Modified: trunk/packages/gdcm/trunk/debian/control.in =================================================================== --- trunk/packages/gdcm/trunk/debian/control.in 2012-05-08 13:39:28 UTC (rev 10757) +++ trunk/packages/gdcm/trunk/debian/control.in 2012-05-08 14:05:36 UTC (rev 10758) @@ -7,13 +7,14 @@ Steve M. Robbins <[email protected]> Build-Depends: debhelper (>= 8), python-all-dev, libvtk-java, pvrg-jpeg, uuid-dev, libz-dev, libexpat-dev, doxygen-latex, ghostscript, - swig, cmake, libvtk5-dev, libcharls-dev, javahelper, - libopenjpeg-dev, graphviz, default-jdk, + swig (>= 2.0.5), cmake (>= 2.6.2), libvtk5-dev, libcharls-dev, javahelper, + libopenjpeg-dev, graphviz, default-jdk, php5-dev, php5-cli, libpoppler-private-dev, libssl-dev, python-vtk, gccxml, libactiviz.net-cil [@DEB_MONO_ARCHS@], mummy [@DEB_MONO_ARCHS@], cli-common-dev (>= 0.8~) [@DEB_MONO_ARCHS@], mono-devel (>= 2.10.5) [@DEB_MONO_ARCHS@] +Build-Depends-Indep: vtk-doc Standards-Version: 3.9.3 X-Python-Version: @PYVER@ Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/gdcm/trunk/ @@ -86,6 +87,18 @@ CLI bindings to the GDCM DICOM library. It allows developers to use GDCM from C# environment. +Package: php5-gdcm +Section: php +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends} +Description: Grassroots DICOM PHP5 bindings + Grassroots DiCoM is a C++ library for DICOM medical files. It is + automatically wrapped to python/C#/Java (using swig). It supports + RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated. + . + Java bindings to the GDCM DICOM library. It allows developers to use + GDCM from PHP5 environment. + Package: libgdcm-java Section: java Architecture: any @@ -147,6 +160,18 @@ . VTK CLI bindings to the GDCM DICOM library. +Package: php5-vtkgdcm +Section: php +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, libgdcm2.2 (= ${binary:Version}) +Suggests: php-gdcm +Description: Grassroots DICOM VTK PHP bindings + Grassroots DiCoM is a C++ library for DICOM medical files. It is + automatically wrapped to python/C#/Java (using swig). It supports + RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated. + . + VTK PHP bindings to the GDCM DICOM library. + Package: libvtkgdcm-java Section: java Architecture: any @@ -185,3 +210,14 @@ Libvtkgdcm-tools provides a number of command line debugging and utility tool. Install this package for the gdcmviewer, gdcm2pnm and gdcm2vtk programs. + +Package: gdcm-doc +Architecture: all +Section: doc +Depends: ${misc:Depends}, vtk-doc, doc-base +Description: Grassroots DICOM documentation + Grassroots DiCoM is a C++ library for DICOM medical files. It is + automatically wrapped to python/C#/Java (using swig). It supports + RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated. + . + This is the documentation for gdcm and vtkgdcm _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
