diff -Nru petsc-3.2.dfsg/debian/changelog petsc-3.2.dfsg/debian/changelog --- petsc-3.2.dfsg/debian/changelog 2012-01-26 21:02:15.000000000 +0100 +++ petsc-3.2.dfsg/debian/changelog 2012-10-27 21:44:33.000000000 +0200 @@ -1,3 +1,10 @@ +petsc (3.2.dfsg-5.1) unstable; urgency=low + + * Non-maintainer upload. + * Add -lhdf5 to PETSC_EXTERNAL_LIBS. (closes: #691307) + + -- Anton Gladky Sat, 27 Oct 2012 21:43:00 +0200 + petsc (3.2.dfsg-5) unstable; urgency=low * Rebuild with newest version of HDF5, and force >= 1.8.8. diff -Nru petsc-3.2.dfsg/debian/petsc.m4 petsc-3.2.dfsg/debian/petsc.m4 --- petsc-3.2.dfsg/debian/petsc.m4 2011-12-27 23:53:43.000000000 +0100 +++ petsc-3.2.dfsg/debian/petsc.m4 2012-10-27 20:50:35.000000000 +0200 @@ -39,7 +39,7 @@ dnl files; makefiles should include "$(PETSC_DIR)/conf/base" dnl and use e.g. ${PETSC_DM_LIB} etc. PETSC_LIBDIR="$PETSC_DIR/$PETSC_ARCH/lib" - PETSC_EXTERNAL_LIBS="$PETSC_MPI_LIBS $PETSC_X11_LIBS $BLASLAPACK_LIBS" + PETSC_EXTERNAL_LIBS="$PETSC_MPI_LIBS $PETSC_X11_LIBS $BLASLAPACK_LIBS -lhdf5" dnl Basic check aLIBS="$LIBS"