[med-svn] r2593 - trunk/packages/minc/trunk/debian
smr at alioth.debian.org
smr at alioth.debian.org
Thu Oct 30 06:16:13 UTC 2008
Author: smr
Date: 2008-10-30 06:16:13 +0000 (Thu, 30 Oct 2008)
New Revision: 2593
Modified:
trunk/packages/minc/trunk/debian/changelog
trunk/packages/minc/trunk/debian/control
Log:
Extend previous fix from build-depends to libminc-dev depends.
Modified: trunk/packages/minc/trunk/debian/changelog
===================================================================
--- trunk/packages/minc/trunk/debian/changelog 2008-10-28 20:00:16 UTC (rev 2592)
+++ trunk/packages/minc/trunk/debian/changelog 2008-10-30 06:16:13 UTC (rev 2593)
@@ -1,3 +1,11 @@
+minc (2.0.16-3) unstable; urgency=low
+
+ * debian/control: Extend previous fix from build-depends to libminc-dev
+ depends; i.e. use OpenMPI, except for certain architectures that it
+ doesn't support; in the latter case, use LAM.
+
+ -- Steve M. Robbins <smr at debian.org> Thu, 30 Oct 2008 01:10:55 -0500
+
minc (2.0.16-2) unstable; urgency=low
* debian/control: Use OpenMPI, except for certain architectures that it
Modified: trunk/packages/minc/trunk/debian/control
===================================================================
--- trunk/packages/minc/trunk/debian/control 2008-10-28 20:00:16 UTC (rev 2592)
+++ trunk/packages/minc/trunk/debian/control 2008-10-30 06:16:13 UTC (rev 2593)
@@ -51,7 +51,9 @@
Replaces: libminc0-dev
Section: libdevel
Architecture: any
-Depends: libminc2-1 (= ${binary:Version}), libnetcdf-dev, libhdf5-openmpi-dev
+Depends: libminc2-1 (= ${binary:Version}), libnetcdf-dev,
+ libhdf5-openmpi-dev [!arm !armel !hppa !mips !mipsel !s390],
+ libhdf5-lam-dev [ arm armel hppa mips mipsel s390]
Description: MNI medical image format development environment
This package contains the library and headers for libminc2 and
libvolume_io2.
More information about the debian-med-commit
mailing list