[med-svn] r20608 - trunk/packages/vtk-dicom/trunk/debian

Gert Wollny gert-guest at moszumanska.debian.org
Wed Dec 2 15:39:50 UTC 2015


Author: gert-guest
Date: 2015-12-02 15:39:49 +0000 (Wed, 02 Dec 2015)
New Revision: 20608

Modified:
   trunk/packages/vtk-dicom/trunk/debian/changelog
   trunk/packages/vtk-dicom/trunk/debian/control
   trunk/packages/vtk-dicom/trunk/debian/rules
Log:
Prepare new ubstream release and switch to vtk6

Modified: trunk/packages/vtk-dicom/trunk/debian/changelog
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/changelog	2015-12-02 13:55:35 UTC (rev 20607)
+++ trunk/packages/vtk-dicom/trunk/debian/changelog	2015-12-02 15:39:49 UTC (rev 20608)
@@ -1,3 +1,11 @@
+vtk-dicom (0.7.1-1) UNRELEASED; urgency=medium
+
+  * New upstream version 
+  * build by using vtk6 Closes: #803595 
+  * Add patch 01_ to properly link required vtkIO*SQL libraries  
+
+ -- Gert Wollny <gw.fossdev at gmail.com>  Wed, 02 Dec 2015 16:37:36 +0100
+
 vtk-dicom (0.5.5-2) unstable; urgency=low
 
   * Do not link explicitly to libpython. Closes: #762102

Modified: trunk/packages/vtk-dicom/trunk/debian/control
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/control	2015-12-02 13:55:35 UTC (rev 20607)
+++ trunk/packages/vtk-dicom/trunk/debian/control	2015-12-02 15:39:49 UTC (rev 20608)
@@ -2,7 +2,8 @@
 Section: graphics
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Mathieu Malaterre <malat at debian.org>
+Uploaders: Mathieu Malaterre <malat at debian.org>, 
+           Gert Wollny <gw.fossdev at gmail.com> 
 Build-Depends: cmake (>= 2.6.3),
                debhelper (>= 9),
                default-jdk,
@@ -19,15 +20,14 @@
 Standards-Version: 3.9.5
 X-Python-Version: 2.7
 
-Package: libvtk-dicom0.5-dev
+Package: libvtk-dicom-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libvtk-dicom0.5 (= ${binary:Version}), ${misc:Depends}
-Replaces: libvtk-dicom0.4-dev
-Conflicts: libvtk-dicom0.4-dev
-Provides: libvtk-dicom-dev
+Depends: libvtk-dicom0.7 (= ${binary:Version}), ${misc:Depends}
+Replaces: libvtk-dicom0.5-dev
+Conflicts: libvtk-dicom0.5-dev
 Description: DICOM for VTK - dev
  This package contains a set of classes for managing DICOM
  files and metadata from within VTK, and some utility programs
@@ -35,7 +35,7 @@
  .
  Development headers
 
-Package: libvtk-dicom0.5
+Package: libvtk-dicom0.7
 Section: libs
 Architecture: any
 Multi-Arch: same

Modified: trunk/packages/vtk-dicom/trunk/debian/rules
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/rules	2015-12-02 13:55:35 UTC (rev 20607)
+++ trunk/packages/vtk-dicom/trunk/debian/rules	2015-12-02 15:39:49 UTC (rev 20608)
@@ -17,7 +17,7 @@
 %:
 	dh $@ --with python2 --with javahelper --parallel
 
-SOVERSION=0.5
+SOVERSION=0.7
 # https://github.com/dgobbi/vtk-dicom/issues/19
 #	-DDICOM_INC_DIR:STRING=/include/vtk-dicom-$(SOVERSION)
 CMAKE_EXTRA_FLAGS += \
@@ -49,7 +49,7 @@
 	dh_install -p$(pkg_lib) --autodest usr/lib/$(DEB_HOST_MULTIARCH)/libvtkDICOM.so.*
 	# dev:
 	dh_install -p$(pkg_dev) --autodest usr/lib/$(DEB_HOST_MULTIARCH)/libvtkDICOM.so
-	dh_install -p$(pkg_dev) --autodest usr/lib/$(DEB_HOST_MULTIARCH)/dicom-0.5/cmake/*.cmake
+	dh_install -p$(pkg_dev) --autodest usr/lib/$(DEB_HOST_MULTIARCH)/dicom-0.7/cmake/*.cmake
 	dh_install -p$(pkg_dev) --autodest usr/include/
 	# python2
 	dh_install -p$(pkg_py2) --autodest usr/lib/$(DEB_HOST_MULTIARCH)/libvtkDICOMPythonD.so*




More information about the debian-med-commit mailing list