[med-svn] r7667 - in trunk/packages/volview/trunk/debian: . patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Mon Sep 5 15:05:35 UTC 2011
Author: malat-guest
Date: 2011-09-05 15:05:35 +0000 (Mon, 05 Sep 2011)
New Revision: 7667
Modified:
trunk/packages/volview/trunk/debian/changelog
trunk/packages/volview/trunk/debian/patches/fixmath.patch
Log:
Believe it or not, it is alive
Modified: trunk/packages/volview/trunk/debian/changelog
===================================================================
--- trunk/packages/volview/trunk/debian/changelog 2011-09-05 14:56:01 UTC (rev 7666)
+++ trunk/packages/volview/trunk/debian/changelog 2011-09-05 15:05:35 UTC (rev 7667)
@@ -1,5 +1,5 @@
-volview (3.4-1) unstable; urgency=low
+volview (3.4-1) experimental; urgency=low
- * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+ * Initial release (Closes: #640511)
-- Mathieu Malaterre <mathieu.malaterre at gmail.com> Fri, 02 Sep 2011 18:01:20 +0200
Modified: trunk/packages/volview/trunk/debian/patches/fixmath.patch
===================================================================
--- trunk/packages/volview/trunk/debian/patches/fixmath.patch 2011-09-05 14:56:01 UTC (rev 7666)
+++ trunk/packages/volview/trunk/debian/patches/fixmath.patch 2011-09-05 15:05:35 UTC (rev 7667)
@@ -55,7 +55,7 @@
Index: volview-3.4/VolViewLibraries/KWVolView/CMakeLists.txt
===================================================================
--- volview-3.4.orig/VolViewLibraries/KWVolView/CMakeLists.txt 2011-09-05 13:53:41.000000000 +0000
-+++ volview-3.4/VolViewLibraries/KWVolView/CMakeLists.txt 2011-09-05 14:55:39.000000000 +0000
++++ volview-3.4/VolViewLibraries/KWVolView/CMakeLists.txt 2011-09-05 15:04:04.000000000 +0000
@@ -16,7 +16,10 @@
@@ -68,12 +68,14 @@
INCLUDE_REGULAR_EXPRESSION("^.*$")
# --------------------------------------------------------------------------
-@@ -540,8 +543,8 @@
+@@ -540,8 +543,10 @@
TARGET_LINK_LIBRARIES(KWVolView
${KWWidgetsPro_LIBRARIES}
${VTKEdge_LIBRARIES}
- cmtar
- Curl
++ vtkKWEWidgets
++ vtkKWEVolumeRendering
+ #cmtar
+ curl
)
@@ -343,3 +345,18 @@
return 1;
}
+Index: volview-3.4/VolViewApplications/Kitware/VolView/CMakeLists.txt
+===================================================================
+--- volview-3.4.orig/VolViewApplications/Kitware/VolView/CMakeLists.txt 2011-09-05 14:56:52.000000000 +0000
++++ volview-3.4/VolViewApplications/Kitware/VolView/CMakeLists.txt 2011-09-05 14:58:55.000000000 +0000
+@@ -15,7 +15,9 @@
+ ENDIF(COMMAND CMAKE_POLICY)
+
+ PROJECT(VolView)
+-
++include_directories(
++ ${TCL_INCLUDE_PATH}
++ )
+ # --------------------------------------------------------------------------
+ # We need VolViewLibraries
+
More information about the debian-med-commit
mailing list