[med-svn] [gdcm] 01/06: Add java packages back

Gert Wollny gert-guest at moszumanska.debian.org
Sat Feb 27 21:44:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

gert-guest pushed a commit to branch master
in repository gdcm.

commit dd3c9fb564f91543d6a96d12bf75ef65ffcb38a5
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Sat Feb 27 19:29:45 2016 +0000

    Add java packages back
---
 debian/changelog  |  6 ++++++
 debian/control    | 48 +++++++++++++++++++++++++++++++++++++-----------
 debian/control.in | 32 ++++++++++++++++++++++++++++++--
 3 files changed, 73 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cf107a7..a5ffbf0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gdcm (2.6.3-3) UNRELEASED; urgency=medium
+
+  * re-instate java package 
+
+ -- Gert Wollny <gw.fossdev at gmail.com>  Sat, 27 Feb 2016 19:28:48 +0000
+
 gdcm (2.6.3-2) unstable; urgency=medium
 
   * [d96d77] d/p/03: Update patch to use new VTK perl scripts
diff --git a/debian/control b/debian/control
index 7e8ebe8..c5be0b0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Andreas Tille <tille at debian.org>,
  Steve M. Robbins <smr at debian.org>,
  Sébastien Jodogne <s.jodogne at gmail.com>, 
  Gert Wollny <gw.fossdev at gmail.com> 
-Build-Depends: debhelper (>= 9),
+Build-Depends: cmake (>= 2.8.9),
+               debhelper (>= 9),
                dh-strip-nondeterminism, 
                dh-python, 
 	       python-all-dev,
@@ -14,11 +15,13 @@ Build-Depends: debhelper (>= 9),
 	       uuid-dev,
 	       libz-dev,
 	       libexpat-dev,
+	       doxygen,
 	       swig3.0,
-	       cmake (>= 2.8.9),
+	       javahelper,
 	       libvtk6-dev,
 	       libcharls-dev, 
 	       libopenjpeg-dev,
+	       libvtk-java,
 	       php5-dev,
 	       php5-cli,
 	       libxml2-dev,
@@ -30,16 +33,13 @@ Build-Depends: debhelper (>= 9),
 	       libsocket++-dev,
 	       libpapyrus3-dev,
 	       cli-common-dev (>= 0.9) [amd64 armel armhf i386 mipsel kfreebsd-amd64 kfreebsd-i386 ppc64 ppc64el s390x],
-	       mono-devel (>= 2.10.5) [amd64 armel armhf i386 mipsel kfreebsd-amd64 kfreebsd-i386 ppc64 ppc64el s390x],
-               xsltproc, 
-               docbook-xsl-ns
-Build-Depends-Indep: vtk6-doc (>= 6.2.0+dfsg1-9),
-		     doxygen,
+	       mono-devel (>= 2.10.5) [amd64 armel armhf i386 mipsel kfreebsd-amd64 kfreebsd-i386 ppc64 ppc64el s390x]
+Build-Depends-Indep: vtk6-doc,
 		     doxygen-latex,
 		     ghostscript, 
                      graphviz
-Build-Conflicts: libopenjp2-7-dev
-Standards-Version: 3.9.7
+Build-Conflicts: libopenjp2-7-dev 		     
+Standards-Version: 3.9.6
 X-Python-Version: 2.7
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/gdcm.git
 Vcs-git: git://anonscm.debian.org/debian-med/gdcm.git
@@ -116,7 +116,7 @@ Description: Grassroots DICOM CLI bindings
 Package: php5-gdcm
 Section: php
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common 
+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
@@ -178,7 +178,7 @@ Description: Grassroots DICOM VTK CLI bindings
 Package: php5-vtkgdcm
 Section: php
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common, libgdcm2.6 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, libgdcm2.6 (= ${binary:Version})
 Suggests: php-gdcm
 Description: Grassroots DICOM VTK PHP bindings
  Grassroots DiCoM is a C++ library for DICOM medical files. It is
@@ -225,3 +225,29 @@ Description: Grassroots DICOM documentation
  RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated.
  .
  This is the documentation for gdcm and vtkgdcm
+
+Package: libgdcm-java
+Section: java
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}
+Suggests: java-virtual-machine
+Description: Grassroots DICOM Java 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 Java environment.
+
+Package: libvtkgdcm-java
+Section: java
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}, libgdcm2.6 (= ${binary:Version})
+Suggests: libgdcm-java
+Description: Grassroots DICOM VTK Java 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 Java bindings to the GDCM DICOM library.
+
diff --git a/debian/control.in b/debian/control.in
index 646a00b..af956c0 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -6,7 +6,8 @@ Uploaders: Andreas Tille <tille at debian.org>,
  Steve M. Robbins <smr at debian.org>,
  Sébastien Jodogne <s.jodogne at gmail.com>, 
  Gert Wollny <gw.fossdev at gmail.com> 
-Build-Depends: debhelper (>= 9),
+Build-Depends: cmake (>= 2.8.9),
+               debhelper (>= 9),
                dh-strip-nondeterminism, 
                dh-python, 
 	       python-all-dev,
@@ -16,10 +17,11 @@ Build-Depends: debhelper (>= 9),
 	       libexpat-dev,
 	       doxygen,
 	       swig3.0,
-	       cmake (>= 2.8.9),
+	       javahelper,
 	       libvtk6-dev,
 	       libcharls-dev, 
 	       libopenjpeg-dev,
+	       libvtk-java,
 	       php5-dev,
 	       php5-cli,
 	       libxml2-dev,
@@ -223,3 +225,29 @@ Description: Grassroots DICOM documentation
  RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated.
  .
  This is the documentation for gdcm and vtkgdcm
+
+Package: libgdcm-java
+Section: java
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}
+Suggests: java-virtual-machine
+Description: Grassroots DICOM Java 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 Java environment.
+
+Package: libvtkgdcm-java
+Section: java
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}, libgdcm2.6 (= ${binary:Version})
+Suggests: libgdcm-java
+Description: Grassroots DICOM VTK Java 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 Java bindings to the GDCM DICOM library.
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gdcm.git



More information about the debian-med-commit mailing list