[med-svn] r12718 - trunk/packages/vxl/trunk/debian/patches

Mathieu Malaterre malat at alioth.debian.org
Sat Dec 29 13:54:25 UTC 2012


Author: malat
Date: 2012-12-29 13:54:25 +0000 (Sat, 29 Dec 2012)
New Revision: 12718

Added:
   trunk/packages/vxl/trunk/debian/patches/moresoname.patch
Modified:
   trunk/packages/vxl/trunk/debian/patches/series
Log:
Fix missing sonames

Added: trunk/packages/vxl/trunk/debian/patches/moresoname.patch
===================================================================
--- trunk/packages/vxl/trunk/debian/patches/moresoname.patch	                        (rev 0)
+++ trunk/packages/vxl/trunk/debian/patches/moresoname.patch	2012-12-29 13:54:25 UTC (rev 12718)
@@ -0,0 +1,128 @@
+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.
+ .
+ vxl (1.17.0-1) experimental; urgency=low
+ .
+   * New upstream
+   * Use shapelib package
+   * Remove deprecated DMUA flag
+   * Bump Std-Vers to 3.9.4, no changes needed
+Author: Mathieu Malaterre <malat at debian.org>
+
+---
+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>
+
+--- vxl-1.17.0.orig/contrib/brl/bpro/core/brad_pro/CMakeLists.txt
++++ vxl-1.17.0/contrib/brl/bpro/core/brad_pro/CMakeLists.txt
+@@ -14,6 +14,7 @@ AUX_SOURCE_DIRECTORY(Templates brad_pro_
+ AUX_SOURCE_DIRECTORY(processes brad_pro_sources)
+ 
+ ADD_LIBRARY(brad_pro ${brad_pro_sources} )
++SET_TARGET_PROPERTIES(brad_pro PROPERTIES ${VNL_LIBRARY_PROPERTIES})
+ 
+ TARGET_LINK_LIBRARIES(brad_pro brad_io brad bprb brdb brip vbl_io vbl vil_pro)
+ 
+--- vxl-1.17.0.orig/contrib/brl/bbas/bsl/CMakeLists.txt
++++ vxl-1.17.0/contrib/brl/bbas/bsl/CMakeLists.txt
+@@ -16,6 +16,7 @@ SET(bsl_sources
+ AUX_SOURCE_DIRECTORY(Templates bsl_sources)
+ 
+ ADD_LIBRARY(bsl ${bsl_sources})
++SET_TARGET_PROPERTIES(bsl PROPERTIES ${VNL_LIBRARY_PROPERTIES})
+ INSTALL_TARGETS(/lib bsl)
+ INSTALL_NOBASE_HEADER_FILES(/include/vxl/contrib/brl/bbas/bsl ${bsl_sources})
+ TARGET_LINK_LIBRARIES(bsl vnl vbl)
+--- vxl-1.17.0.orig/contrib/brl/bbas/bwm/CMakeLists.txt
++++ vxl-1.17.0/contrib/brl/bbas/bwm/CMakeLists.txt
+@@ -110,6 +110,7 @@ ENDIF(MFC_FOUND)
+ AUX_SOURCE_DIRECTORY(Templates bwm_sources)
+ 
+ ADD_LIBRARY(bwm ${bwm_sources})
++SET_TARGET_PROPERTIES(bwm PROPERTIES ${VNL_LIBRARY_PROPERTIES})
+ 
+ TARGET_LINK_LIBRARIES( bwm bwm_video bwm_reg bwm_algo bwm_io vsph bsta_io bmsh3d bmsh3d_algo bsol vsol vdgl bgui vgui vil vbl vgl vgl_algo vnl_algo vnl vpgl vpgl_algo vpgl_io vpgl_file_formats bvgl vul )
+ 
+--- vxl-1.17.0.orig/contrib/brl/bbas/bvrml/pro/CMakeLists.txt
++++ vxl-1.17.0/contrib/brl/bbas/bvrml/pro/CMakeLists.txt
+@@ -14,6 +14,7 @@ AUX_SOURCE_DIRECTORY(processes bvrml_pro
+ AUX_SOURCE_DIRECTORY(Templates bvrml_pro_sources)
+ 
+ ADD_LIBRARY(bvrml_pro ${bvrml_pro_sources} )
++SET_TARGET_PROPERTIES(bvrml_pro PROPERTIES ${VNL_LIBRARY_PROPERTIES})
+ 
+ TARGET_LINK_LIBRARIES(bvrml_pro bvrml vpgl_algo vpgl_io bprb )
+ 
+--- vxl-1.17.0.orig/contrib/brl/bseg/boxm2/reg/CMakeLists.txt
++++ vxl-1.17.0/contrib/brl/bseg/boxm2/reg/CMakeLists.txt
+@@ -10,6 +10,7 @@ SET(boxm2_reg_sources
+    )
+ 
+ ADD_LIBRARY(boxm2_reg  ${boxm2_reg_sources})
++SET_TARGET_PROPERTIES(boxm2_reg PROPERTIES ${VNL_LIBRARY_PROPERTIES})
+ TARGET_LINK_LIBRARIES(boxm2_reg boxm2 boxm2_io brip baio vpgl vnl vidl vil_algo vil vgl_algo vgl_xio vgl vbl vul vsl vcl)
+ 
+ #install the .h .txx and libs
+--- vxl-1.17.0.orig/contrib/brl/bseg/boxm2/class/CMakeLists.txt
++++ vxl-1.17.0/contrib/brl/bseg/boxm2/class/CMakeLists.txt
+@@ -10,6 +10,7 @@ SET(boxm2_class_sources
+    )
+ 
+ ADD_LIBRARY(boxm2_class  ${boxm2_class_sources})
++SET_TARGET_PROPERTIES(boxm2_class PROPERTIES ${VNL_LIBRARY_PROPERTIES})
+ TARGET_LINK_LIBRARIES(boxm2_class boxm2 bvgl vpgl vnl vidl vil_algo vil vgl_algo vgl_xio vgl vbl vul vsl vcl)
+ 
+ #install the .h .txx and libs
+--- vxl-1.17.0.orig/contrib/brl/bseg/boxm2/pro/CMakeLists.txt
++++ vxl-1.17.0/contrib/brl/bseg/boxm2/pro/CMakeLists.txt
+@@ -36,6 +36,7 @@ IF(EXPAT_FOUND)
+   ENDIF(GEOTIFF_FOUND)
+ 
+   ADD_LIBRARY(boxm2_pro ${boxm2_pro_sources})
++  SET_TARGET_PROPERTIES(boxm2_pro PROPERTIES ${VNL_LIBRARY_PROPERTIES})
+ 
+   #install the .h .txx and libs
+   INSTALL_TARGETS(/lib boxm2_pro)
+--- vxl-1.17.0.orig/contrib/brl/bseg/bvpl/kernels/CMakeLists.txt
++++ vxl-1.17.0/contrib/brl/bseg/bvpl/kernels/CMakeLists.txt
+@@ -28,6 +28,7 @@ SET(bvpl_kernels_sources
+ AUX_SOURCE_DIRECTORY(Templates bvpl_kernels_sources)
+ 
+ ADD_LIBRARY(bvpl_kernels ${bvpl_kernels_sources})
++SET_TARGET_PROPERTIES(bvpl_kernels PROPERTIES ${VNL_LIBRARY_PROPERTIES})
+ TARGET_LINK_LIBRARIES(bvpl_kernels bxml bsvg bsta vgl_algo vgl vnl vbl)
+ 
+ #Directory with python/c++ processes
+--- vxl-1.17.0.orig/contrib/brl/bseg/bmrf/CMakeLists.txt
++++ vxl-1.17.0/contrib/brl/bseg/bmrf/CMakeLists.txt
+@@ -23,6 +23,7 @@ SET(bmrf_sources
+ AUX_SOURCE_DIRECTORY(Templates bmrf_sources)
+ 
+ ADD_LIBRARY(bmrf ${bmrf_sources})
++SET_TARGET_PROPERTIES(bmrf PROPERTIES ${VNL_LIBRARY_PROPERTIES})
+ INSTALL_TARGETS(/lib bmrf)
+ INSTALL_NOBASE_HEADER_FILES(/include/vxl/contrib/brl/bseg/bmrf ${bmrf_sources})
+ 
+--- vxl-1.17.0.orig/contrib/tbl/vepl1/CMakeLists.txt
++++ vxl-1.17.0/contrib/tbl/vepl1/CMakeLists.txt
+@@ -45,6 +45,7 @@ IF(CMAKE_COMPILER_IS_GNUCXX)
+ ENDIF(CMAKE_COMPILER_IS_GNUCXX)
+ 
+ ADD_LIBRARY(vepl1 ${vepl1_sources})
++SET_TARGET_PROPERTIES(vepl1 PROPERTIES ${VNL_LIBRARY_PROPERTIES})
+ INSTALL_TARGETS(/lib vepl1)
+ INSTALL_NOBASE_HEADER_FILES(/include/vxl/contrib/tbl/vepl1 ${vepl1_sources})
+ TARGET_LINK_LIBRARIES(vepl1 vipl vil1 ${CMAKE_THREAD_LIBS})

Modified: trunk/packages/vxl/trunk/debian/patches/series
===================================================================
--- trunk/packages/vxl/trunk/debian/patches/series	2012-12-29 13:46:33 UTC (rev 12717)
+++ trunk/packages/vxl/trunk/debian/patches/series	2012-12-29 13:54:25 UTC (rev 12718)
@@ -2,3 +2,4 @@
 vxl.soname.patch
 renamelibs.patch
 fixingupstream.patch
+moresoname.patch




More information about the debian-med-commit mailing list