[med-svn] r9730 - in trunk/packages/insighttoolkit/trunk/debian: . patches

Steven Michael Robbins smr at alioth.debian.org
Mon Feb 20 19:22:47 UTC 2012


Author: smr
Date: 2012-02-20 19:22:46 +0000 (Mon, 20 Feb 2012)
New Revision: 9730

Modified:
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/patches/gzgetc.patch
Log:
Document new patch.

Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog	2012-02-20 16:29:10 UTC (rev 9729)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog	2012-02-20 19:22:46 UTC (rev 9730)
@@ -4,6 +4,9 @@
   
   * rules: Reworked CMAKE_FLAGS from scratch.  Update for new install
     practice: libs in /usr/lib, includes in /usr/include/ITK-4.0.
+  
+  * patches/gzgetc.patch: New.  Fix to build with zlib where gzgetc is a
+    macro.
 
  -- Steve M. Robbins <smr at debian.org>  Thu, 26 Jan 2012 20:42:39 -0600
 

Modified: trunk/packages/insighttoolkit/trunk/debian/patches/gzgetc.patch
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/gzgetc.patch	2012-02-20 16:29:10 UTC (rev 9729)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/gzgetc.patch	2012-02-20 19:22:46 UTC (rev 9730)
@@ -1,3 +1,10 @@
+Description: Fix to build with receng zlib
+ Recent zlib (e.g. 1.2.6) implement function gzgetc()
+ as a macro, and fail to build if called as::gzgetc().
+Author: Steve Robbins <smr at debian.org>
+Bug: no
+Forwarded: no
+
 --- a/Modules/Nonunit/Review/src/itkVoxBoCUBImageIO.cxx	2011-12-19 11:15:30.000000000 -0600
 +++ b/Modules/Nonunit/Review/src/itkVoxBoCUBImageIO.cxx	2012-02-20 09:37:08.173116092 -0600
 @@ -121,7 +121,7 @@




More information about the debian-med-commit mailing list