[med-svn] r7611 - in trunk/packages/openslide/trunk/debian: . patches

Mathieu Malaterre malat-guest at alioth.debian.org
Thu Sep 1 19:43:21 UTC 2011


Author: malat-guest
Date: 2011-09-01 19:43:21 +0000 (Thu, 01 Sep 2011)
New Revision: 7611

Added:
   trunk/packages/openslide/trunk/debian/patches/removetest.patch
Modified:
   trunk/packages/openslide/trunk/debian/patches/series
   trunk/packages/openslide/trunk/debian/rules
Log:
final touch with test

Added: trunk/packages/openslide/trunk/debian/patches/removetest.patch
===================================================================
--- trunk/packages/openslide/trunk/debian/patches/removetest.patch	                        (rev 0)
+++ trunk/packages/openslide/trunk/debian/patches/removetest.patch	2011-09-01 19:43:21 UTC (rev 7611)
@@ -0,0 +1,17 @@
+There is a source code for test, but it requires a valid input file which in
+the case of virtual slides are very difficult to share !
+
+Furthermore the test use callgrind.h for benchmarking. What this means is that
+if I wanted to compile this test, I would need to B-D on valgrind which is not
+available on all arch supported by debian. Instead remove the test and make
+this library available on all paltforms supported by debian
+Index: trunk/openslide-3.2.4/CMakeLists.txt
+===================================================================
+--- trunk.orig/openslide-3.2.4/CMakeLists.txt	2011-09-01 21:40:35.000000000 +0200
++++ trunk/openslide-3.2.4/CMakeLists.txt	2011-09-01 21:40:39.000000000 +0200
+@@ -35,4 +35,4 @@
+ include_directories(${CMAKE_CURRENT_BINARY_DIR} src)
+ 
+ add_subdirectory(src)
+-add_subdirectory(test)
++#add_subdirectory(test)

Modified: trunk/packages/openslide/trunk/debian/patches/series
===================================================================
--- trunk/packages/openslide/trunk/debian/patches/series	2011-09-01 19:34:08 UTC (rev 7610)
+++ trunk/packages/openslide/trunk/debian/patches/series	2011-09-01 19:43:21 UTC (rev 7611)
@@ -1 +1,2 @@
+removetest.patch
 openslide_soname.patch

Modified: trunk/packages/openslide/trunk/debian/rules
===================================================================
--- trunk/packages/openslide/trunk/debian/rules	2011-09-01 19:34:08 UTC (rev 7610)
+++ trunk/packages/openslide/trunk/debian/rules	2011-09-01 19:43:21 UTC (rev 7611)
@@ -6,8 +6,5 @@
 %:
 	dh --parallel --with quilt --buildsystem=cmake $@ 
 
-# There is a source code for test, but it requires a valid input file
-# which in the case of virtual slides are very difficult to share :)
-
 get-orig-source:
 	./debian/get-orig-source




More information about the debian-med-commit mailing list