diff -Nru gpivtools-0.6.0/debian/changelog gpivtools-0.6.0/debian/changelog --- gpivtools-0.6.0/debian/changelog 2012-04-17 15:14:00.000000000 +0200 +++ gpivtools-0.6.0/debian/changelog 2014-07-25 11:32:35.000000000 +0200 @@ -1,3 +1,10 @@ +gpivtools (0.6.0-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Support hdf5 1.8.13 new packaging layout. + + -- Gilles Filippini Fri, 25 Jul 2014 11:32:35 +0200 + gpivtools (0.6.0-3) unstable; urgency=low [Gerfried Fuchs] diff -Nru gpivtools-0.6.0/debian/rules gpivtools-0.6.0/debian/rules --- gpivtools-0.6.0/debian/rules 2012-03-09 11:50:10.000000000 +0100 +++ gpivtools-0.6.0/debian/rules 2014-07-31 09:43:18.000000000 +0200 @@ -11,6 +11,10 @@ --infodir=\$${prefix}/share/info \ --enable-omp +ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),) + export CPPFLAGS += -I/usr/include/hdf5/serial +endif + config-serial.status: dh_testdir ifneq "$(wildcard /usr/share/misc/config.sub)" ""