diff -Nru minc-2.2.00/debian/changelog minc-2.2.00/debian/changelog --- minc-2.2.00/debian/changelog 2014-05-05 11:35:26.000000000 +0200 +++ minc-2.2.00/debian/changelog 2014-07-25 14:08:42.000000000 +0200 @@ -1,3 +1,10 @@ +minc (2.2.00-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Support hdf5 1.8.13 new packaging layout. + + -- Gilles Filippini Fri, 25 Jul 2014 14:08:42 +0200 + minc (2.2.00-4) unstable; urgency=medium * Apply patch provided by Alexander Ovchinnikov to build with clang diff -Nru minc-2.2.00/debian/rules minc-2.2.00/debian/rules --- minc-2.2.00/debian/rules 2013-09-14 07:54:39.000000000 +0200 +++ minc-2.2.00/debian/rules 2014-07-31 10:49:56.000000000 +0200 @@ -10,7 +10,10 @@ 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)"