diff -Nru pygpiv-2.0.0/debian/changelog pygpiv-2.0.0/debian/changelog --- pygpiv-2.0.0/debian/changelog 2012-05-18 11:06:45.000000000 +0200 +++ pygpiv-2.0.0/debian/changelog 2014-07-26 14:12:10.000000000 +0200 @@ -1,3 +1,10 @@ +pygpiv (2.0.0-4.2) unstable; urgency=low + + * Non-maintainer upload. + * Support hdf5 1.8.13 new packaging layout. + + -- Gilles Filippini Sat, 26 Jul 2014 14:12:10 +0200 + pygpiv (2.0.0-4.1) unstable; urgency=low * Non-maintainer upload. diff -Nru pygpiv-2.0.0/debian/rules pygpiv-2.0.0/debian/rules --- pygpiv-2.0.0/debian/rules 2012-05-18 11:00:24.000000000 +0200 +++ pygpiv-2.0.0/debian/rules 2014-07-31 15:18:13.000000000 +0200 @@ -19,6 +19,11 @@ CFLAGS += -Wall LDFLAGS += -Wl,--as-needed +ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),) + CFLAGS += -I/usr/include/hdf5/serial + LDFLAGS += -Wl,-L/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial +endif + clean: dh_testdir dh_testroot