[med-svn] r1680 - trunk/packages/insighttoolkit/trunk/debian

smr at alioth.debian.org smr at alioth.debian.org
Sat Apr 5 05:40:05 UTC 2008


Author: smr
Date: 2008-04-05 05:40:04 +0000 (Sat, 05 Apr 2008)
New Revision: 1680

Modified:
   trunk/packages/insighttoolkit/trunk/debian/CMakeCache.txt.debian
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/control
   trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Build with python-numarray.

Modified: trunk/packages/insighttoolkit/trunk/debian/CMakeCache.txt.debian
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/CMakeCache.txt.debian	2008-04-05 05:05:16 UTC (rev 1679)
+++ trunk/packages/insighttoolkit/trunk/debian/CMakeCache.txt.debian	2008-04-05 05:40:04 UTC (rev 1680)
@@ -49,6 +49,7 @@
 
 // Optional libraries
 ITK_USE_MINC2:BOOL=ON
+ITK_USE_PYTHON_NUMARRAY:BOOL=ON
 
 // Enable concept checking
 ITK_USE_CONCEPT_CHECKING:BOOL=ON

Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog	2008-04-05 05:05:16 UTC (rev 1679)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog	2008-04-05 05:40:04 UTC (rev 1680)
@@ -1,9 +1,13 @@
 insighttoolkit (3.4.0-3) UNRELEASED; urgency=low
 
-  * debian/CMakeCache.txt.debian: Set ITK_USE_MINC2=ON.
-  * debian/control: Build-depend on libminc-dev (>= 2).
+  * CMakeCache.txt.debian: Set ITK_USE_MINC2=ON.
+  * control: Build-depend on libminc-dev (>= 2).
+  
+  * CMakeCache.txt.debian: Set ITK_USE_PYTHON_NUMARRAY=ON.
+  * rules: Add PYTHON_NUMARRAY_INCLUDE_DIR to CMakeCache.txt.
+  * control: Build-depend on python-numarray.
 
- -- Steve M. Robbins <smr at debian.org>  Fri, 04 Apr 2008 23:22:53 -0500
+ -- Steve M. Robbins <smr at debian.org>  Sat, 05 Apr 2008 00:39:37 -0500
 
 insighttoolkit (3.4.0-2) unstable; urgency=low
 

Modified: trunk/packages/insighttoolkit/trunk/debian/control
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control	2008-04-05 05:05:16 UTC (rev 1679)
+++ trunk/packages/insighttoolkit/trunk/debian/control	2008-04-05 05:40:04 UTC (rev 1680)
@@ -4,7 +4,7 @@
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Gavin Baker <gavinb at antonym.org>, Steve M. Robbins <smr at debian.org>
-Build-Depends: cdbs (>= 0.4.49), patchutils, debhelper (>= 5), cmake, cableswig, zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff4-dev (>= 3.7.3), python-support (>= 0.6.4), python-dev, libminc-dev (>= 2)
+Build-Depends: cdbs (>= 0.4.49), patchutils, debhelper (>= 5), cmake, cableswig, zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff4-dev (>= 3.7.3), python-support (>= 0.6.4), python-dev, libminc-dev (>= 2), python-numarray
 XS-Python-Version: current
 Standards-Version: 3.7.3
 

Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules	2008-04-05 05:05:16 UTC (rev 1679)
+++ trunk/packages/insighttoolkit/trunk/debian/rules	2008-04-05 05:40:04 UTC (rev 1680)
@@ -20,6 +20,7 @@
 	echo PYTHON_EXECUTABLE:FILEPATH=/usr/bin/$(PYVERS) >> $@
 	echo PYTHON_INCLUDE_PATH:PATH=/usr/include/$(PYVERS) >> $@
 	echo PYTHON_LIBRARY:FILEPATH=/usr/lib/lib$(PYVERS).so >> $@
+	echo PYTHON_NUMARRAY_INCLUDE_DIR:PATH=/usr/include/$(PYVERS)/numarray >> $@
 
 common-configure-arch:: $(DEB_BUILDDIR)/CMakeCache.txt
 	cd $(DEB_BUILDDIR) && cmake ..




More information about the debian-med-commit mailing list