[med-svn] r16519 - trunk/packages/insighttoolkit/branches/itk4-enable-python/debian

Gert Wollny gert-guest at moszumanska.debian.org
Wed Mar 26 10:49:28 UTC 2014


Author: gert-guest
Date: 2014-03-26 10:49:28 +0000 (Wed, 26 Mar 2014)
New Revision: 16519

Modified:
   trunk/packages/insighttoolkit/branches/itk4-enable-python/debian/control
   trunk/packages/insighttoolkit/branches/itk4-enable-python/debian/control.in
Log:
Revert the dependency on gccxml to older version. 

The new version was used because I thought the fftw __float128 problem 
has been solved with the new version, but this is not the case. 
Relaxing the version requirement back to the old version makes backporting 
easier. 



Modified: trunk/packages/insighttoolkit/branches/itk4-enable-python/debian/control
===================================================================
--- trunk/packages/insighttoolkit/branches/itk4-enable-python/debian/control	2014-03-25 20:54:02 UTC (rev 16518)
+++ trunk/packages/insighttoolkit/branches/itk4-enable-python/debian/control	2014-03-26 10:49:28 UTC (rev 16519)
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (>= 9),
  	cmake, 
 	swig (>= 2.0), 
-	gccxml (>= 0.9.0+git20140205),
+	gccxml (>= 0.9.0+cvs20120420),
 	zlib1g-dev (>= 1.2.2), 
 	libpng12-dev, 
 	libtiff-dev,

Modified: trunk/packages/insighttoolkit/branches/itk4-enable-python/debian/control.in
===================================================================
--- trunk/packages/insighttoolkit/branches/itk4-enable-python/debian/control.in	2014-03-25 20:54:02 UTC (rev 16518)
+++ trunk/packages/insighttoolkit/branches/itk4-enable-python/debian/control.in	2014-03-26 10:49:28 UTC (rev 16519)
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (>= 9),
  	cmake, 
 	swig (>= 2.0), 
-	gccxml (>= 0.9.0+git20140205),
+	gccxml (>= 0.9.0+cvs20120420),
 	zlib1g-dev (>= 1.2.2), 
 	libpng12-dev, 
 	libtiff-dev,




More information about the debian-med-commit mailing list