[med-svn] r4040 - trunk/packages/insighttoolkit/trunk/debian
Steven Michael Robbins
smr at alioth.debian.org
Sat Sep 26 17:08:48 UTC 2009
Author: smr
Date: 2009-09-26 17:08:46 +0000 (Sat, 26 Sep 2009)
New Revision: 4040
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/control.in
trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Remove support for obsoleted python-numarray.
Modified: trunk/packages/insighttoolkit/trunk/debian/CMakeCache.txt.debian
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/CMakeCache.txt.debian 2009-09-26 15:33:09 UTC (rev 4039)
+++ trunk/packages/insighttoolkit/trunk/debian/CMakeCache.txt.debian 2009-09-26 17:08:46 UTC (rev 4040)
@@ -53,7 +53,6 @@
ITK_USE_SYSTEM_ZLIB:BOOL=ON
// Optional libraries
-ITK_USE_PYTHON_NUMARRAY:BOOL=ON
USE_FFTWD:BOOL=ON
USE_FFTWF:BOOL=ON
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog 2009-09-26 15:33:09 UTC (rev 4039)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog 2009-09-26 17:08:46 UTC (rev 4040)
@@ -11,7 +11,12 @@
* control.in: Build depend on current versions of both cableswig and
gccxml.
- -- Steve M. Robbins <smr at debian.org> Sat, 26 Sep 2009 10:32:36 -0500
+ * Python-Numarray is removed from Debian.
+ - CMakeCache.txt.debian: Remove ITK_USE_PYTHON_NUMARRAY=ON.
+ - rules: Remove PYTHON_NUMARRAY_INCLUDE_DIR from CMakeCache.txt.
+ - control.in: Remove build-depend on python-numarray.
+
+ -- Steve M. Robbins <smr at debian.org> Sat, 26 Sep 2009 12:08:01 -0500
insighttoolkit (3.14.0-2) unstable; urgency=low
Modified: trunk/packages/insighttoolkit/trunk/debian/control
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control 2009-09-26 15:33:09 UTC (rev 4039)
+++ trunk/packages/insighttoolkit/trunk/debian/control 2009-09-26 17:08:46 UTC (rev 4040)
@@ -7,7 +7,7 @@
Build-Depends: cdbs (>= 0.4.49), quilt, debhelper (>= 7),
cmake, cableswig (>= 0.1.0+cvs20090916), gccxml (>= 0.9.0+cvs20090916),
zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff4-dev (>= 3.7.3),
- python-support (>= 0.6.4), python-dev, python-numarray, libfftw3-dev,
+ python-support (>= 0.6.4), python-dev, libfftw3-dev,
tcl8.4-dev, tk8.4-dev, uuid-dev, libgdcm2-dev, libjpeg62-dev,
libfreetype6-dev, libopenjpeg-dev, graphviz,
libxext-dev, libxss-dev, libxft-dev, libpoppler-dev, libssl-dev
Modified: trunk/packages/insighttoolkit/trunk/debian/control.in
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control.in 2009-09-26 15:33:09 UTC (rev 4039)
+++ trunk/packages/insighttoolkit/trunk/debian/control.in 2009-09-26 17:08:46 UTC (rev 4040)
@@ -7,7 +7,7 @@
Build-Depends: cdbs (>= 0.4.49), quilt, debhelper (>= 7),
cmake, cableswig (>= 0.1.0+cvs20090916), gccxml (>= 0.9.0+cvs20090916),
zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff4-dev (>= 3.7.3),
- python-support (>= 0.6.4), python-dev, python-numarray, libfftw3-dev,
+ python-support (>= 0.6.4), python-dev, libfftw3-dev,
tcl8.4-dev, tk8.4-dev, uuid-dev, libgdcm2-dev, libjpeg62-dev,
libfreetype6-dev, libopenjpeg-dev, graphviz,
libxext-dev, libxss-dev, libxft-dev, libpoppler-dev, libssl-dev
Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules 2009-09-26 15:33:09 UTC (rev 4039)
+++ trunk/packages/insighttoolkit/trunk/debian/rules 2009-09-26 17:08:46 UTC (rev 4040)
@@ -50,7 +50,6 @@
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 >> $@
echo TCL_INCLUDE_PATH:PATH=/usr/include/tcl$(TCLVERS) >> $@
echo TCL_LIBRARY:FILEPATH=/usr/lib/libtcl$(TCLVERS).so >> $@
echo TCL_TCLSH:FILEPATH=/usr/bin/tclsh$(TCLVERS) >> $@
More information about the debian-med-commit
mailing list