diff -Nru libcgns-3.1.4.2/debian/changelog libcgns-3.1.4.2/debian/changelog --- libcgns-3.1.4.2/debian/changelog 2013-08-06 14:52:59.000000000 +0200 +++ libcgns-3.1.4.2/debian/changelog 2014-07-25 10:45:50.000000000 +0200 @@ -1,3 +1,10 @@ +libcgns (3.1.4.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Support hdf5 1.8.13 new packaging layout. + + -- Gilles Filippini Fri, 25 Jul 2014 10:45:50 +0200 + libcgns (3.1.4.2-1) unstable; urgency=low * New upstream release diff -Nru libcgns-3.1.4.2/debian/rules libcgns-3.1.4.2/debian/rules --- libcgns-3.1.4.2/debian/rules 2013-08-06 14:43:24.000000000 +0200 +++ libcgns-3.1.4.2/debian/rules 2014-07-31 10:10:33.000000000 +0200 @@ -10,6 +10,10 @@ DEB_CMAKE_EXTRA_FLAGS += -DENABLE_64BIT=OFF -DENABLE_HDF5=ON \ -DENABLE_LEGACY=ON -DENABLE_SCOPING=ON -DENABLE_FORTRAN=ON +ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),) + export CMAKE_INCLUDE_PATH=/usr/include/hdf5/serial + export CMAKE_LIBRARY_PATH=/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial +endif DEB_CONFIGURE_NORMAL_ARGS += --enable-shared=all --with-hdf5=/usr \ --with-szip --enable-lfs --enable-debug