[med-svn] r17600 - trunk/packages/minc/trunk/debian
Steven Michael Robbins
smr at moszumanska.debian.org
Sat Aug 2 17:12:57 UTC 2014
Author: smr
Date: 2014-08-02 17:12:57 +0000 (Sat, 02 Aug 2014)
New Revision: 17600
Modified:
trunk/packages/minc/trunk/debian/changelog
trunk/packages/minc/trunk/debian/rules
Log:
Support hdf5 1.8.13 new packaging layout.
Modified: trunk/packages/minc/trunk/debian/changelog
===================================================================
--- trunk/packages/minc/trunk/debian/changelog 2014-08-02 15:39:26 UTC (rev 17599)
+++ trunk/packages/minc/trunk/debian/changelog 2014-08-02 17:12:57 UTC (rev 17600)
@@ -1,3 +1,10 @@
+minc (2.2.00-5) unstable; urgency=medium
+
+ [ Gilles Filippini ]
+ * rules: Support hdf5 1.8.13 new packaging layout. Closes: #756684.
+
+ -- Steve M. Robbins <smr at debian.org> Sat, 02 Aug 2014 12:06:50 -0500
+
minc (2.2.00-4) unstable; urgency=medium
* Apply patch provided by Alexander Ovchinnikov to build with clang
Modified: trunk/packages/minc/trunk/debian/rules
===================================================================
--- trunk/packages/minc/trunk/debian/rules 2014-08-02 15:39:26 UTC (rev 17599)
+++ trunk/packages/minc/trunk/debian/rules 2014-08-02 17:12:57 UTC (rev 17600)
@@ -10,8 +10,11 @@
DEB_BUILD_OPTIONS += nocheck
endif
+ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
+ export DEB_CPPFLAGS_MAINT_APPEND := -I/usr/include/hdf5/serial
+ export DEB_LDFLAGS_MAINT_APPEND := -Wl,-L/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
+endif
-
DEB_CONFIGURE_EXTRA_FLAGS = --enable-shared --enable-minc2 --enable-acr-nema CFLAGS="$(CFLAGS)"
More information about the debian-med-commit
mailing list