[med-svn] r10750 - in trunk/packages/gdcm/trunk/debian: . patches

Mathieu Malaterre malat at alioth.debian.org
Tue May 8 08:12:48 UTC 2012


Author: malat
Date: 2012-05-08 08:12:47 +0000 (Tue, 08 May 2012)
New Revision: 10750

Added:
   trunk/packages/gdcm/trunk/debian/patches/removetransitivepython.patch
Removed:
   trunk/packages/gdcm/trunk/debian/libgdcm2.2.lintian-overrides
Modified:
   trunk/packages/gdcm/trunk/debian/patches/series
Log:
remove remaining warning

Deleted: trunk/packages/gdcm/trunk/debian/libgdcm2.2.lintian-overrides
===================================================================
--- trunk/packages/gdcm/trunk/debian/libgdcm2.2.lintian-overrides	2012-05-08 07:20:35 UTC (rev 10749)
+++ trunk/packages/gdcm/trunk/debian/libgdcm2.2.lintian-overrides	2012-05-08 08:12:47 UTC (rev 10750)
@@ -1 +0,0 @@
-libgdcm2.2 binary: package-name-doesnt-match-sonames

Added: trunk/packages/gdcm/trunk/debian/patches/removetransitivepython.patch
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/removetransitivepython.patch	                        (rev 0)
+++ trunk/packages/gdcm/trunk/debian/patches/removetransitivepython.patch	2012-05-08 08:12:47 UTC (rev 10750)
@@ -0,0 +1,13 @@
+Description: remove linking to libpythonX.Y.so from python module
+Author: Mathieu Malaterre <malat at debian.org>
+
+--- gdcm-2.2.0.orig/Utilities/VTK/CMakeLists.txt
++++ gdcm-2.2.0/Utilities/VTK/CMakeLists.txt
+@@ -711,6 +711,7 @@ IF(GDCM_WRAP_PYTHON)
+       TARGET_LINK_LIBRARIES(${VTKGDCM_NAME}PythonD vtkPythonCore)
+     endif()
+     TARGET_LINK_LIBRARIES(${VTKGDCM_NAME}Python ${VTKGDCM_NAME}PythonD)
++SET_PROPERTY(TARGET ${VTKGDCM_NAME}PythonD PROPERTY LINK_INTERFACE_LIBRARIES "")
+     set_property(TARGET ${VTKGDCM_NAME}Python PROPERTY NO_SONAME 1)
+     #set_property(TARGET ${VTKGDCM_NAME}PythonD PROPERTY NO_SONAME 1)
+     # Python extension modules on Windows must have the extension ".pyd"

Modified: trunk/packages/gdcm/trunk/debian/patches/series
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/series	2012-05-08 07:20:35 UTC (rev 10749)
+++ trunk/packages/gdcm/trunk/debian/patches/series	2012-05-08 08:12:47 UTC (rev 10750)
@@ -14,3 +14,4 @@
 csharpfixes.patch
 fixdoxygeninstall.patch
 linkvtkdoc.patch
+removetransitivepython.patch




More information about the debian-med-commit mailing list