[med-svn] r1997 - in trunk/packages/insighttoolkit/trunk/debian: . patches
smr at alioth.debian.org
smr at alioth.debian.org
Tue Jun 10 06:16:33 UTC 2008
Author: smr
Date: 2008-06-10 06:16:32 +0000 (Tue, 10 Jun 2008)
New Revision: 1997
Modified:
trunk/packages/insighttoolkit/trunk/debian/changelog
trunk/packages/insighttoolkit/trunk/debian/control
trunk/packages/insighttoolkit/trunk/debian/patches/gcc43.patch
Log:
Tweak gcc43 patch and update debhelper dependency version.
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog 2008-06-09 21:14:42 UTC (rev 1996)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog 2008-06-10 06:16:32 UTC (rev 1997)
@@ -1,3 +1,13 @@
+insighttoolkit (3.6.0-4) UNRELEASED; urgency=low
+
+ * debian/patches/gcc43.patch: Include <cstring> in itkColorTable.txx and
+ itkMetaDataObject.h
+
+ * debian/control: Update dependency on debhelper to (>=6.0.7) to account
+ for use of dh_lintian.
+
+ -- Steve M. Robbins <smr at debian.org> Tue, 10 Jun 2008 01:14:22 -0500
+
insighttoolkit (3.6.0-3) unstable; urgency=low
* debian/patches/gccxml-workaround.patch: New. Work around gccxml issue
Modified: trunk/packages/insighttoolkit/trunk/debian/control
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control 2008-06-09 21:14:42 UTC (rev 1996)
+++ trunk/packages/insighttoolkit/trunk/debian/control 2008-06-10 06:16:32 UTC (rev 1997)
@@ -4,7 +4,7 @@
Priority: optional
Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Gavin Baker <gavinb at antonym.org>, Steve M. Robbins <smr at debian.org>
-Build-Depends: cdbs (>= 0.4.49), quilt, debhelper (>= 5), cmake, cableswig, gccxml (>= 0.9.0+cvs20080525), zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff4-dev (>= 3.7.3), python-support (>= 0.6.4), python-dev, python-numarray, libfftw3-dev, tcl8.4-dev, tk8.4-dev
+Build-Depends: cdbs (>= 0.4.49), quilt, debhelper (>= 6.0.7), cmake, cableswig, gccxml (>= 0.9.0+cvs20080525), zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff4-dev (>= 3.7.3), python-support (>= 0.6.4), python-dev, python-numarray, libfftw3-dev, tcl8.4-dev, tk8.4-dev
XS-Python-Version: current
Standards-Version: 3.7.3
Modified: trunk/packages/insighttoolkit/trunk/debian/patches/gcc43.patch
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/gcc43.patch 2008-06-09 21:14:42 UTC (rev 1996)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/gcc43.patch 2008-06-10 06:16:32 UTC (rev 1997)
@@ -254,3 +254,23 @@
#if defined(VCL_VC) || defined(VCL_BORLAND)
# include <crtdbg.h>
# include <windows.h>
+--- insighttoolkit-3.6.0.orig/Code/Common/itkColorTable.txx
++++ insighttoolkit-3.6.0/Code/Common/itkColorTable.txx
+@@ -21,6 +21,7 @@
+ #include "itkNumericTraits.h"
+ #include "vnl/vnl_sample.h"
+ #include <stdio.h>
++#include <cstring>
+
+ namespace itk
+ {
+--- insighttoolkit-3.6.0.orig/Code/Common/itkMetaDataObject.h
++++ insighttoolkit-3.6.0/Code/Common/itkMetaDataObject.h
+@@ -27,6 +27,7 @@
+ #include "itkFastMutexLock.h"
+
+ #include <string>
++#include <cstring>
+
+ namespace itk
+ {
More information about the debian-med-commit
mailing list