[med-svn] r1679 - trunk/packages/insighttoolkit/trunk/debian
smr at alioth.debian.org
smr at alioth.debian.org
Sat Apr 5 05:05:18 UTC 2008
Author: smr
Date: 2008-04-05 05:05:16 +0000 (Sat, 05 Apr 2008)
New Revision: 1679
Modified:
trunk/packages/insighttoolkit/trunk/debian/CMakeCache.txt.debian
trunk/packages/insighttoolkit/trunk/debian/changelog
trunk/packages/insighttoolkit/trunk/debian/control
Log:
Build with MINC2.
Modified: trunk/packages/insighttoolkit/trunk/debian/CMakeCache.txt.debian
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/CMakeCache.txt.debian 2008-04-04 14:18:55 UTC (rev 1678)
+++ trunk/packages/insighttoolkit/trunk/debian/CMakeCache.txt.debian 2008-04-05 05:05:16 UTC (rev 1679)
@@ -47,6 +47,9 @@
ITK_USE_SYSTEM_TIFF:BOOL=ON
ITK_USE_SYSTEM_ZLIB:BOOL=ON
+// Optional libraries
+ITK_USE_MINC2:BOOL=ON
+
// Enable concept checking
ITK_USE_CONCEPT_CHECKING:BOOL=ON
ITK_USE_STRICT_CONCEPT_CHECKING:BOOL=ON
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog 2008-04-04 14:18:55 UTC (rev 1678)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog 2008-04-05 05:05:16 UTC (rev 1679)
@@ -1,3 +1,10 @@
+insighttoolkit (3.4.0-3) UNRELEASED; urgency=low
+
+ * debian/CMakeCache.txt.debian: Set ITK_USE_MINC2=ON.
+ * debian/control: Build-depend on libminc-dev (>= 2).
+
+ -- Steve M. Robbins <smr at debian.org> Fri, 04 Apr 2008 23:22:53 -0500
+
insighttoolkit (3.4.0-2) unstable; urgency=low
[ Steve M. Robbins ]
Modified: trunk/packages/insighttoolkit/trunk/debian/control
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control 2008-04-04 14:18:55 UTC (rev 1678)
+++ trunk/packages/insighttoolkit/trunk/debian/control 2008-04-05 05:05:16 UTC (rev 1679)
@@ -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), patchutils, debhelper (>= 5), cmake, cableswig, zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff4-dev (>= 3.7.3), python-support (>= 0.6.4), python-dev
+Build-Depends: cdbs (>= 0.4.49), patchutils, debhelper (>= 5), cmake, cableswig, zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff4-dev (>= 3.7.3), python-support (>= 0.6.4), python-dev, libminc-dev (>= 2)
XS-Python-Version: current
Standards-Version: 3.7.3
More information about the debian-med-commit
mailing list