diff -Nru dynare-4.4.2/debian/changelog dynare-4.4.2/debian/changelog --- dynare-4.4.2/debian/changelog 2014-03-24 17:41:45.000000000 +0100 +++ dynare-4.4.2/debian/changelog 2014-07-27 22:13:48.000000000 +0200 @@ -1,3 +1,10 @@ +dynare (4.4.2-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Support hdf5 1.8.13 new packaging layout. + + -- Gilles Filippini Sun, 27 Jul 2014 22:13:48 +0200 + dynare (4.4.2-2) unstable; urgency=medium * dynare-matlab: add missing dependency on libmatio-dev. (Closes: #742259) diff -Nru dynare-4.4.2/debian/rules dynare-4.4.2/debian/rules --- dynare-4.4.2/debian/rules 2013-12-16 16:25:05.000000000 +0100 +++ dynare-4.4.2/debian/rules 2014-07-31 19:15:16.000000000 +0200 @@ -2,6 +2,10 @@ include /usr/share/octave/debian/defs.make +ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),) + export DEB_CPPFLAGS_MAINT_APPEND := -I/usr/include/hdf5/serial +endif + %: dh $@ --parallel --with autoreconf