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

Gert Wollny gert-guest at moszumanska.debian.org
Sun Jan 31 13:17:58 UTC 2016


Author: gert-guest
Date: 2016-01-31 13:17:57 +0000 (Sun, 31 Jan 2016)
New Revision: 21339

Modified:
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/rules
Log:
d/rules: explicitely disable KWStyle

For some reason if not doing so a download attempt is started 
and if it fails, in pbuilder the build fails. 



Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog	2016-01-31 13:08:31 UTC (rev 21338)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog	2016-01-31 13:17:57 UTC (rev 21339)
@@ -10,6 +10,7 @@
   * d/control: use system double-conversion Closes: #733629
   * d/p/itk_vxl..: add patch to fix compiling VXL with g++-6  
     Closes:  #811809
+  * d/rules: explicitely disable KWStyle
  
  -- Gert Wollny <gw.fossdev at gmail.com>  Mon, 11 Jan 2016 12:33:38 +0100
 

Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules	2016-01-31 13:08:31 UTC (rev 21338)
+++ trunk/packages/insighttoolkit/trunk/debian/rules	2016-01-31 13:17:57 UTC (rev 21339)
@@ -37,6 +37,7 @@
 	-DITK_USE_SYSTEM_TIFF:BOOL=ON \
 	-DITK_USE_SYSTEM_VXL:BOOL=OFF \
 	-DITK_USE_SYSTEM_ZLIB:BOOL=ON \
+	-DITK_USE_KWSTYLE:BOOL=OFF \
 	-DModule_ITKDCMTK:BOOL=ON \
 	-DModule_ITKDeprecated:BOOL=ON \
 	-DModule_ITKIOPhilipsREC:BOOL=OFF \




More information about the debian-med-commit mailing list