diff -Nru mlpack-1.0.8/debian/changelog mlpack-1.0.8/debian/changelog --- mlpack-1.0.8/debian/changelog 2014-04-12 09:32:10.000000000 +0200 +++ mlpack-1.0.8/debian/changelog 2014-07-24 14:32:02.000000000 +0200 @@ -1,3 +1,10 @@ +mlpack (1.0.8-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Support hdf5 1.8.13 new packaging layout. + + -- Gilles Filippini Thu, 24 Jul 2014 14:31:55 +0200 + mlpack (1.0.8-1) unstable; urgency=medium * Initial release (closes: #660925, #743710) diff -Nru mlpack-1.0.8/debian/rules mlpack-1.0.8/debian/rules --- mlpack-1.0.8/debian/rules 2014-04-12 09:33:54.000000000 +0200 +++ mlpack-1.0.8/debian/rules 2014-07-31 19:25:14.000000000 +0200 @@ -2,6 +2,10 @@ # export DH_VERBOSE=1 +ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),) + export DEB_CXXFLAGS_MAINT_APPEND := -I/usr/include/hdf5/serial +endif + %: dh $@ --parallel