[med-svn] r13190 - in trunk/packages/activiz.net/trunk/debian: . patches
Mathieu Malaterre
malat at alioth.debian.org
Fri Mar 15 14:20:54 UTC 2013
Author: malat
Date: 2013-03-15 14:20:54 +0000 (Fri, 15 Mar 2013)
New Revision: 13190
Added:
trunk/packages/activiz.net/trunk/debian/patches/removesoname.patch
Modified:
trunk/packages/activiz.net/trunk/debian/changelog
trunk/packages/activiz.net/trunk/debian/patches/series
Log:
Remove soname
Modified: trunk/packages/activiz.net/trunk/debian/changelog
===================================================================
--- trunk/packages/activiz.net/trunk/debian/changelog 2013-03-15 14:07:33 UTC (rev 13189)
+++ trunk/packages/activiz.net/trunk/debian/changelog 2013-03-15 14:20:54 UTC (rev 13190)
@@ -4,6 +4,7 @@
* Bump Std-Vers to 3.9.4, no changes needed
* Use dh(9), get hardening for free
* Update patches (use DEP3)
+ * Remove SONAME from C# gluelib. Closes: #673966
-- Mathieu Malaterre <malat at debian.org> Fri, 15 Mar 2013 15:06:20 +0100
Added: trunk/packages/activiz.net/trunk/debian/patches/removesoname.patch
===================================================================
--- trunk/packages/activiz.net/trunk/debian/patches/removesoname.patch (rev 0)
+++ trunk/packages/activiz.net/trunk/debian/patches/removesoname.patch 2013-03-15 14:20:54 UTC (rev 13190)
@@ -0,0 +1,14 @@
+Description: Remove SONAME from C# glue code
+Author: Mathieu Malaterre <malat at debian.org>
+Forwarded: not-needed
+
+--- activiz.net-1.0~git20111214.orig/CMakeLists.txt
++++ activiz.net-1.0~git20111214/CMakeLists.txt
+@@ -1055,6 +1055,7 @@ ELSE(MV_ONE_EXPORT_LAYER_DLL)
+ FOREACH(kit ${kits})
+ SET(AVDN_INSTALL_TARGETS ${AVDN_INSTALL_TARGETS} "Kitware.VTK.vtk${kit}.Unmanaged")
+ ADD_LIBRARY(Kitware.VTK.vtk${kit}.Unmanaged SHARED ${${kit}_EL_SOURCES})
++ set_property(TARGET Kitware.VTK.vtk${kit}.Unmanaged PROPERTY NO_SONAME 1)
+ SET(unmanaged_targets ${unmanaged_targets} "Kitware.VTK.vtk${kit}.Unmanaged")
+ SET(unmanaged_dlls ${unmanaged_dlls} "${CMAKE_SHARED_LIBRARY_PREFIX}Kitware.VTK.vtk${kit}.Unmanaged${CMAKE_SHARED_LIBRARY_SUFFIX}")
+ IF(WIN32)
Modified: trunk/packages/activiz.net/trunk/debian/patches/series
===================================================================
--- trunk/packages/activiz.net/trunk/debian/patches/series 2013-03-15 14:07:33 UTC (rev 13189)
+++ trunk/packages/activiz.net/trunk/debian/patches/series 2013-03-15 14:20:54 UTC (rev 13190)
@@ -7,3 +7,4 @@
removedoxfromall.patch
removeusersguide.patch
buildindephack.patch
+removesoname.patch
More information about the debian-med-commit
mailing list