[med-svn] r12752 - in trunk/packages/camitk/trunk/debian: . patches

Mathieu Malaterre malat at alioth.debian.org
Wed Jan 9 10:14:14 UTC 2013


Author: malat
Date: 2013-01-09 10:14:14 +0000 (Wed, 09 Jan 2013)
New Revision: 12752

Added:
   trunk/packages/camitk/trunk/debian/patches/
   trunk/packages/camitk/trunk/debian/patches/series
   trunk/packages/camitk/trunk/debian/patches/sonamefix.patch
Modified:
   trunk/packages/camitk/trunk/debian/rules
Log:
Try to fix the soname in plugin issue

Added: trunk/packages/camitk/trunk/debian/patches/series
===================================================================
--- trunk/packages/camitk/trunk/debian/patches/series	                        (rev 0)
+++ trunk/packages/camitk/trunk/debian/patches/series	2013-01-09 10:14:14 UTC (rev 12752)
@@ -0,0 +1 @@
+sonamefix.patch

Added: trunk/packages/camitk/trunk/debian/patches/sonamefix.patch
===================================================================
--- trunk/packages/camitk/trunk/debian/patches/sonamefix.patch	                        (rev 0)
+++ trunk/packages/camitk/trunk/debian/patches/sonamefix.patch	2013-01-09 10:14:14 UTC (rev 12752)
@@ -0,0 +1,67 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ camitk (3.0.3-1) unstable; urgency=low
+ .
+   [ Emmanuel Promayon ]
+   * New upstream.
+     - Remove non-free tetgen from source. Closes: #689951
+     - Adding -fPIC to fix FTBFS on armhf and mipsel. Closes: #690830
+   * Fix typo in d/control. Closes: #689021
+ .
+   [ Mathieu Malaterre ]
+   * Remove DMUA (deprecated)
+   * Bump Std-Vers to 3.9.4, no changes needed
+   * Remove myself from Uploaders
+Author: Emmanuel Promayon <Emmanuel.Promayon at imag.fr>
+Bug-Debian: http://bugs.debian.org/689021
+Bug-Debian: http://bugs.debian.org/689951
+Bug-Debian: http://bugs.debian.org/690830
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- camitk-3.0.3.orig/cmake/modules/CamiTKMacros.cmake
++++ camitk-3.0.3/cmake/modules/CamiTKMacros.cmake
+@@ -483,7 +483,7 @@ macro(camitk_extension)
+     endif()
+ 
+     # target properties (outputname and remove soname)
+-    set_property(TARGET ${${TYPE_EXTENSION}_TARGET_NAME} PROPERTY NO_SONAME 1)    
++    set_property(TARGET ${${TYPE_EXTENSION_CMAKE}_TARGET_NAME} PROPERTY NO_SONAME 1)    
+     set_target_properties(${${TYPE_EXTENSION_CMAKE}_TARGET_NAME} 
+                           PROPERTIES OUTPUT_NAME ${EXTENSION_NAME}
+     )
+--- camitk-3.0.3.orig/components/vtkmesh/CMakeLists.txt
++++ camitk-3.0.3/components/vtkmesh/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-# vtkmes component does not require any specific things
++# vtkmesh component does not require any specific things
+ # to be compiled/generated by default
+ # there are some header installation needed 
+ camitk_extension(
+--- camitk-3.0.3.orig/components/physicalmodel/PMComponentExtension.cpp
++++ camitk-3.0.3/components/physicalmodel/PMComponentExtension.cpp
+@@ -36,7 +36,7 @@ QString PMComponentExtension::getName()
+ 
+ // --------------- getDescription -------------------
+ QString PMComponentExtension::getDescription() const {
+-  return "Manage Physical Model <em>.pml</em> files in <b>CamiTK</b>.<br/>CamiTK was initially mainly developped to support this format. Lots of things are possible with a physical model!";
++  return "Manage Physical Model <em>.pml</em> files in <b>CamiTK</b>.<br/>CamiTK was initially mainly developed to support this format. Lots of things are possible with a physical model!";
+ }
+ 
+ // --------------- getFileExtensions -------------------

Modified: trunk/packages/camitk/trunk/debian/rules
===================================================================
--- trunk/packages/camitk/trunk/debian/rules	2013-01-08 18:30:22 UTC (rev 12751)
+++ trunk/packages/camitk/trunk/debian/rules	2013-01-09 10:14:14 UTC (rev 12752)
@@ -4,6 +4,11 @@
 
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
+# warning: couldn't find library libphysicalmodel.so
+#LD_LIBRARY_PATH:=$(LD_LIBRARY_PATH):$(CURDIR)/debian/libcamitk3/usr/lib/camitk-3.0/components/
+# warning: couldn't find library libmultipicking.so
+#LD_LIBRARY_PATH:=$(LD_LIBRARY_PATH):$(CURDIR)/debian/libcamitk3/usr/lib/camitk-3.0/actions/
+
 CMAKE_EXTRA_FLAGS = \
 	-DCMAKE_SKIP_RPATH=ON \
 	-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \




More information about the debian-med-commit mailing list