[med-svn] r8890 - trunk/packages/insighttoolkit/wrapitk/python/trunk/debian

Steven Michael Robbins smr at alioth.debian.org
Sun Dec 11 03:01:37 UTC 2011


Author: smr
Date: 2011-12-11 03:01:37 +0000 (Sun, 11 Dec 2011)
New Revision: 8890

Modified:
   trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/changelog
   trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/rules
Log:
Don't build ITKVTKGLUE; fixes build failure with VTK 5.8.

Modified: trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/changelog	2011-12-11 03:00:45 UTC (rev 8889)
+++ trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/changelog	2011-12-11 03:01:37 UTC (rev 8890)
@@ -1,3 +1,9 @@
+wrapitk-python (3.20.1.2) unstable; urgency=low
+
+  * rules: Don't build ITKVTKGLUE.  Closes: #651433.
+
+ -- Steve M. Robbins <smr at debian.org>  Sat, 10 Dec 2011 20:59:37 -0600
+
 wrapitk-python (3.20.1.1) unstable; urgency=low
 
   * rules: Build with -g and -O1.

Modified: trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/rules	2011-12-11 03:00:45 UTC (rev 8889)
+++ trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/rules	2011-12-11 03:01:37 UTC (rev 8890)
@@ -35,7 +35,8 @@
 	-DWRAP_signed_short:BOOL=ON \
 	-DWRAP_unsigned_char:BOOL=ON \
 	-DWRAP_unsigned_short:BOOL=ON \
-	-DWRAP_vector_float:BOOL=ON
+	-DWRAP_vector_float:BOOL=ON \
+	-DBUILD_ITKVTKGLUE:BOOL=OFF
 
 VER_FULL = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)
 SOVERSION = $(VER_MAJOR).$(VER_MINOR)




More information about the debian-med-commit mailing list