[med-svn] r5143 - in trunk/packages/vtkedge/trunk/debian: . patches

Mathieu Malaterre malat-guest at alioth.debian.org
Thu Aug 19 08:00:55 UTC 2010


Author: malat-guest
Date: 2010-08-19 08:00:52 +0000 (Thu, 19 Aug 2010)
New Revision: 5143

Added:
   trunk/packages/vtkedge/trunk/debian/patches/move_cmakes.patch
Modified:
   trunk/packages/vtkedge/trunk/debian/changelog
   trunk/packages/vtkedge/trunk/debian/control
   trunk/packages/vtkedge/trunk/debian/libvtkedge-dev.install
   trunk/packages/vtkedge/trunk/debian/patches/series
   trunk/packages/vtkedge/trunk/debian/rules
Log:
prepare for next upload

Modified: trunk/packages/vtkedge/trunk/debian/changelog
===================================================================
--- trunk/packages/vtkedge/trunk/debian/changelog	2010-08-19 03:04:40 UTC (rev 5142)
+++ trunk/packages/vtkedge/trunk/debian/changelog	2010-08-19 08:00:52 UTC (rev 5143)
@@ -1,10 +1,17 @@
-vtkedge (0.1.0-3) UNRELEASED; urgency=low
+vtkedge (0.1.0-3) unstable; urgency=low
 
+  [ Charles Plessy ]
   * Pass --no-name to gzip in order to generate stable MD5 sums
     (debian/get-orig-source).
 
- -- Charles Plessy <plessy at debian.org>  Mon, 24 May 2010 14:04:31 +0900
+  [ Mathieu Malaterre ]
+  * Fix VTKEdgeConfig.cmake points to wrong location for UseVTKEdge.cmake
+    (Closes: #590843)
+  * Update Standards-Version to 3.9.1 (no change needed)
+  * Remove paraview plugin since not compatible with ParaView 3.8
 
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Thu, 19 Aug 2010 10:00:01 +0200
+
 vtkedge (0.1.0-2) unstable; urgency=low
 
   * Team upload.

Modified: trunk/packages/vtkedge/trunk/debian/control
===================================================================
--- trunk/packages/vtkedge/trunk/debian/control	2010-08-19 03:04:40 UTC (rev 5142)
+++ trunk/packages/vtkedge/trunk/debian/control	2010-08-19 08:00:52 UTC (rev 5143)
@@ -5,8 +5,8 @@
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 DM-Upload-Allowed: yes
 Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), cmake (>= 2.8.1), libvtk5-dev (>= 5.4), quilt (>= 0.46-7~), paraview, libinsighttoolkit3-dev, libgdcm2-dev, qt4-qmake, libqt4-dev, libhdf5-serial-dev
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 7.0.50~), cmake (>= 2.8.1), libvtk5-dev (>= 5.4), quilt (>= 0.46-7~), paraview, libinsighttoolkit3-dev, libgdcm2-dev, qt4-dev-tools, qt4-qmake, libqt4-dev, libhdf5-serial-dev
+Standards-Version: 3.9.1
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/vtkedge/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/vtkedge/trunk/
 

Modified: trunk/packages/vtkedge/trunk/debian/libvtkedge-dev.install
===================================================================
--- trunk/packages/vtkedge/trunk/debian/libvtkedge-dev.install	2010-08-19 03:04:40 UTC (rev 5142)
+++ trunk/packages/vtkedge/trunk/debian/libvtkedge-dev.install	2010-08-19 08:00:52 UTC (rev 5143)
@@ -1,4 +1,4 @@
-usr/lib/*.cmake usr/lib/VTKEdge
+usr/lib/VTKEdge/*.cmake
 usr/CMake/*.cmake usr/lib/VTKEdge/CMake
 usr/include/VTKEdge/*.h
 usr/lib/lib*.so

Added: trunk/packages/vtkedge/trunk/debian/patches/move_cmakes.patch
===================================================================
--- trunk/packages/vtkedge/trunk/debian/patches/move_cmakes.patch	                        (rev 0)
+++ trunk/packages/vtkedge/trunk/debian/patches/move_cmakes.patch	2010-08-19 08:00:52 UTC (rev 5143)
@@ -0,0 +1,13 @@
+Index: vtkedge/CMakeLists.txt
+===================================================================
+--- vtkedge.orig/CMakeLists.txt	2010-07-28 16:38:02.000000000 -0400
++++ vtkedge/CMakeLists.txt	2010-07-29 07:44:33.000000000 -0400
+@@ -121,7 +121,7 @@
+ endif(NOT VTKEdge_INSTALL_INCLUDE_DIR)
+ 
+ if(NOT VTKEdge_INSTALL_PACKAGE_DIR)
+-  set(VTKEdge_INSTALL_PACKAGE_DIR ${VTKEdge_INSTALL_LIB_DIR} CACHE INTERNAL "")
++  set(VTKEdge_INSTALL_PACKAGE_DIR ${VTKEdge_INSTALL_LIB_DIR}/${PROJECT_NAME} CACHE INTERNAL "")
+ endif(NOT VTKEdge_INSTALL_PACKAGE_DIR)
+ 
+ if(NOT VTKEdge_VTK_INSTALL_PACKAGE_DIR)


Property changes on: trunk/packages/vtkedge/trunk/debian/patches/move_cmakes.patch
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Modified: trunk/packages/vtkedge/trunk/debian/patches/series
===================================================================
--- trunk/packages/vtkedge/trunk/debian/patches/series	2010-08-19 03:04:40 UTC (rev 5142)
+++ trunk/packages/vtkedge/trunk/debian/patches/series	2010-08-19 08:00:52 UTC (rev 5143)
@@ -1,2 +1,3 @@
 sharedlibs_version.patch
 private_libs.patch
+move_cmakes.patch

Modified: trunk/packages/vtkedge/trunk/debian/rules
===================================================================
--- trunk/packages/vtkedge/trunk/debian/rules	2010-08-19 03:04:40 UTC (rev 5142)
+++ trunk/packages/vtkedge/trunk/debian/rules	2010-08-19 08:00:52 UTC (rev 5143)
@@ -5,7 +5,7 @@
 
 override_dh_auto_configure:
 	# testing does not work as we deactivate rpath during conf time
-	dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE:BOOL=OFF -DVTK_DATA_ROOT:PATH=/usr/share/VTKData -DCMAKE_SKIP_RPATH:BOOL=YES -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_TESTING:BOOL=OFF -DVTKEdge_BUILD_PARAVIEW_PLUGINS:BOOL=ON -DVTKEdge_USE_ITK:BOOL=ON
+	dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE:BOOL=OFF -DVTK_DATA_ROOT:PATH=/usr/share/VTKData -DCMAKE_SKIP_RPATH:BOOL=YES -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_TESTING:BOOL=OFF -DVTKEdge_BUILD_PARAVIEW_PLUGINS:BOOL=OFF -DVTKEdge_USE_ITK:BOOL=ON
 	# if anyone has an nvidia card...
 	#dh_auto_configure -- -DVTK_DATA_ROOT:PATH=/usr/share/VTKData -DCMAKE_SKIP_RPATH:BOOL=YES -DCMAKE_BUILD_TYPE:STRING=Release -DVTKEdge_USE_CUDA:BOOL=ON -DVTKEdge_USE_NVCONTROL:BOOL=ON
 




More information about the debian-med-commit mailing list