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

Mathieu Malaterre malat-guest at alioth.debian.org
Mon Apr 4 10:08:15 UTC 2011


Author: malat-guest
Date: 2011-04-04 10:08:13 +0000 (Mon, 04 Apr 2011)
New Revision: 6452

Added:
   trunk/packages/vtkedge/trunk/debian/patches/bumpsoversion.patch
Modified:
   trunk/packages/vtkedge/trunk/debian/changelog
   trunk/packages/vtkedge/trunk/debian/control
   trunk/packages/vtkedge/trunk/debian/patches/series
   trunk/packages/vtkedge/trunk/debian/rules
Log:
bump soversion

Modified: trunk/packages/vtkedge/trunk/debian/changelog
===================================================================
--- trunk/packages/vtkedge/trunk/debian/changelog	2011-04-04 09:41:26 UTC (rev 6451)
+++ trunk/packages/vtkedge/trunk/debian/changelog	2011-04-04 10:08:13 UTC (rev 6452)
@@ -1,4 +1,4 @@
-vtkedge (0.1.0~20110403-1) unstable; urgency=low
+vtkedge (0.2.0~20110403-1) unstable; urgency=low
 
   [ Andreas Tille ]
   * debian/source/format: 3.0 (quilt)
@@ -7,6 +7,7 @@
   [ Mathieu Malaterre ]
   * Use vtkedge from svn trunk to build against VTK 5.6
   * Copyright change from GPL to BSD
+  * Manually change the cmake version to reflect ABI change
 
  -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Sun, 03 Apr 2011 22:16:29 +0200
 

Modified: trunk/packages/vtkedge/trunk/debian/control
===================================================================
--- trunk/packages/vtkedge/trunk/debian/control	2011-04-04 09:41:26 UTC (rev 6451)
+++ trunk/packages/vtkedge/trunk/debian/control	2011-04-04 10:08:13 UTC (rev 6452)
@@ -5,8 +5,11 @@
 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 (>= 8), 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
+Build-Depends: debhelper (>= 8), cmake (>= 2.8.1), libvtk5-dev (>= 5.4), quilt (>= 0.46-7~),
+ paraview (>= 3.8.1), libinsighttoolkit3-dev, libgdcm2-dev,
+ qt4-dev-tools, qt4-qmake, libqt4-dev, libhdf5-serial-dev, libqtwebkit-dev | libqt4-dev (<< 4.7), python-dev
 Standards-Version: 3.9.1
+XS-Python-Version: current
 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/
 

Added: trunk/packages/vtkedge/trunk/debian/patches/bumpsoversion.patch
===================================================================
--- trunk/packages/vtkedge/trunk/debian/patches/bumpsoversion.patch	                        (rev 0)
+++ trunk/packages/vtkedge/trunk/debian/patches/bumpsoversion.patch	2011-04-04 10:08:13 UTC (rev 6452)
@@ -0,0 +1,13 @@
+Index: vtkedge-0.1.0~20110403/CMakeLists.txt
+===================================================================
+--- vtkedge-0.1.0~20110403.orig/CMakeLists.txt	2011-04-04 12:06:07.000000000 +0200
++++ vtkedge-0.1.0~20110403/CMakeLists.txt	2011-04-04 12:06:23.000000000 +0200
+@@ -40,7 +40,7 @@
+ # VTKEdge version number.  An even minor number corresponds to a release
+ # -----------------------------------------------------------------------------
+ set(VTKEdge_VERSION_MAJOR 0)
+-set(VTKEdge_VERSION_MINOR 1)
++set(VTKEdge_VERSION_MINOR 2)
+ set(VTKEdge_VERSION_BUILD 0)
+ set(VTKEdge_VERSION
+   "${VTKEdge_VERSION_MAJOR}.${VTKEdge_VERSION_MINOR}.${VTKEdge_VERSION_BUILD}")

Modified: trunk/packages/vtkedge/trunk/debian/patches/series
===================================================================
--- trunk/packages/vtkedge/trunk/debian/patches/series	2011-04-04 09:41:26 UTC (rev 6451)
+++ trunk/packages/vtkedge/trunk/debian/patches/series	2011-04-04 10:08:13 UTC (rev 6452)
@@ -1,3 +1,4 @@
 sharedlibs_version.patch
 private_libs.patch
 move_cmakes.patch
+bumpsoversion.patch

Modified: trunk/packages/vtkedge/trunk/debian/rules
===================================================================
--- trunk/packages/vtkedge/trunk/debian/rules	2011-04-04 09:41:26 UTC (rev 6451)
+++ trunk/packages/vtkedge/trunk/debian/rules	2011-04-04 10:08:13 UTC (rev 6452)
@@ -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=OFF -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=ON -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