Author: smr
Date: 2012-01-31 04:37:23 +0000 (Tue, 31 Jan 2012)
New Revision: 9497

Modified:
   trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/changelog
   trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/control
   trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/rules
Log:
Reenable ITKVTKGLUE.

Modified: trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/changelog 
2012-01-31 04:24:46 UTC (rev 9496)
+++ trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/changelog 
2012-01-31 04:37:23 UTC (rev 9497)
@@ -1,3 +1,13 @@
+wrapitk-python (3.20.1.5) unstable; urgency=low
+
+  * rules: Build ITKVTKGLUE, thanks to patch from Paul Novotny.  Closes:
+    #651433.
+  
+  * control.in: Ensure build with insighttoolkit >= 3.20.1-4, which has
+    patch for ITKVTKGLUE and vtk 5.8.
+
+ -- Steve M. Robbins <[email protected]>  Mon, 30 Jan 2012 22:36:46 -0600
+
 wrapitk-python (3.20.1.4) unstable; urgency=low
 
   * rules: Disable wrapping for Module/FFT until gccxml issue with long

Modified: trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/control
===================================================================
--- trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/control   
2012-01-31 04:24:46 UTC (rev 9496)
+++ trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/control   
2012-01-31 04:37:23 UTC (rev 9497)
@@ -4,7 +4,7 @@
 Priority: optional
 Maintainer: Debian Med Packaging Team 
<[email protected]>
 Uploaders: Steve M. Robbins <[email protected]>
-Build-Depends: debhelper (>= 8), libinsighttoolkit3-dev (>= 3.20.1),
+Build-Depends: debhelper (>= 8), libinsighttoolkit3-dev (>= 3.20.1-4),
  cmake, cableswig (>= 0.1.0+cvs20110226), gccxml (>= 0.9.0+cvs20110723),
  libgdcm2-dev, libfftw3-dev,
  python-dev (>= 2.6.6-3~), python-numpy,

Modified: trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/rules     
2012-01-31 04:24:46 UTC (rev 9496)
+++ trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/rules     
2012-01-31 04:37:23 UTC (rev 9497)
@@ -38,9 +38,10 @@
        -DWRAP_vector_float:BOOL=ON \
        -DWRAP_FFT:BOOL=OFF \
        -DWRAP_FFTW:BOOL=OFF \
-       -DBUILD_ITKVTKGLUE:BOOL=OFF
+       -DBUILD_ITKVTKGLUE:BOOL=ON
 
-VER_FULL = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)
+# Need Revision -4 to build ITKVTKGLUE.
+VER_FULL = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)-4
 SOVERSION = $(VER_MAJOR).$(VER_MINOR)
 
 pkg_python = python-insighttoolkit$(VER_MAJOR)


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to