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

Steven Michael Robbins smr at alioth.debian.org
Mon Apr 5 06:58:32 UTC 2010


Author: smr
Date: 2010-04-05 06:58:29 +0000 (Mon, 05 Apr 2010)
New Revision: 4715

Modified:
   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:
Build with tcl 8.5.

Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog	2010-04-05 06:46:15 UTC (rev 4714)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog	2010-04-05 06:58:29 UTC (rev 4715)
@@ -1,6 +1,8 @@
 insighttoolkit (3.16.0-2) unstable; urgency=low
 
   * Add Java bindings (thanks, Michal Suchanek).  Closes: #572132.
+  
+  * Build with Tcl version 8.5.  Closes: #572131.
 
  -- Steve M. Robbins <smr at debian.org>  Mon, 05 Apr 2010 01:44:23 -0500
 

Modified: trunk/packages/insighttoolkit/trunk/debian/control
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control	2010-04-05 06:46:15 UTC (rev 4714)
+++ trunk/packages/insighttoolkit/trunk/debian/control	2010-04-05 06:58:29 UTC (rev 4715)
@@ -8,7 +8,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, libfftw3-dev,
- tcl8.4-dev, tk8.4-dev, uuid-dev, libgdcm2-dev, libjpeg62-dev,
+ tcl8.5-dev, tk8.5-dev, uuid-dev, libgdcm2-dev, libjpeg62-dev,
  libfreetype6-dev, libopenjpeg-dev, graphviz,
  libxext-dev, libxss-dev, libxft-dev, libpoppler-dev, libssl-dev,
  default-jdk (>= 1.6-34)
@@ -89,10 +89,10 @@
  .
  This package contains the Python language bindings for ITK.
 
-Package: tcl8.4-insighttoolkit3
+Package: tcl8.5-insighttoolkit3
 Section: interpreters
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, tcl8.4, tk8.4
+Depends: ${shlibs:Depends}, ${misc:Depends}, tcl8.5, tk8.5
 Description: Image processing toolkit for registration and segmentation - Tcl bindings
  ITK is an open-source software toolkit for performing registration and
  segmentation. Segmentation is the process of identifying and

Modified: trunk/packages/insighttoolkit/trunk/debian/control.in
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control.in	2010-04-05 06:46:15 UTC (rev 4714)
+++ trunk/packages/insighttoolkit/trunk/debian/control.in	2010-04-05 06:58:29 UTC (rev 4715)
@@ -8,7 +8,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, libfftw3-dev,
- tcl8.4-dev, tk8.4-dev, uuid-dev, libgdcm2-dev, libjpeg62-dev,
+ tcl8.5-dev, tk8.5-dev, uuid-dev, libgdcm2-dev, libjpeg62-dev,
  libfreetype6-dev, libopenjpeg-dev, graphviz,
  libxext-dev, libxss-dev, libxft-dev, libpoppler-dev, libssl-dev,
  default-jdk (>= 1.6-34)
@@ -89,10 +89,10 @@
  .
  This package contains the Python language bindings for ITK.
 
-Package: tcl8.4-insighttoolkit at VER_MAJOR@
+Package: tcl8.5-insighttoolkit at VER_MAJOR@
 Section: interpreters
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, tcl8.4, tk8.4
+Depends: ${shlibs:Depends}, ${misc:Depends}, tcl8.5, tk8.5
 Description: Image processing toolkit for registration and segmentation - Tcl bindings
  ITK is an open-source software toolkit for performing registration and
  segmentation. Segmentation is the process of identifying and

Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules	2010-04-05 06:46:15 UTC (rev 4714)
+++ trunk/packages/insighttoolkit/trunk/debian/rules	2010-04-05 06:58:29 UTC (rev 4715)
@@ -8,6 +8,9 @@
 VER_MINOR = 16
 VER_PATCH = 0
 
+PYVERS = $(shell pyversions -r debian/control)
+TCLVERS = 8.5
+
 VER_FULL = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)
 SOVERSION = $(VER_MAJOR).$(VER_MINOR)
 
@@ -20,16 +23,14 @@
 pkg_java = libinsighttoolkit$(VER_MAJOR)-java
 pkg_jni = libinsighttoolkit$(VER_MAJOR)-jni
 pkg_python = python-insighttoolkit$(VER_MAJOR)
-pkg_tcl = tcl8.4-insighttoolkit$(VER_MAJOR)
+pkg_tcl = tcl$(TCLVERS)-insighttoolkit$(VER_MAJOR)
 pkg_examples = insighttoolkit$(VER_MAJOR)-examples
 
 export JAVA_HOME=/usr/lib/jvm/default-java
 
-PYVERS = $(shell pyversions -r debian/control)
 PYMODDIR = usr/lib/$(PYVERS)/site-packages
 PYEXTDIR = $(PYMODDIR)
 
-TCLVERS = 8.4
 TCLMODDIR = usr/share/tcltk/tcl$(TCLVERS)/insighttoolkit$(VER_MAJOR)
 
 DEB_BUILDDIR = $(CURDIR)/Build




More information about the debian-med-commit mailing list