tags 756108 + pending thanks Dear maintainer,
I've prepared an NMU for cmake (versioned as 2.8.12.1-1.6) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. _g. diff -Nru cmake-2.8.12.1/debian/changelog cmake-2.8.12.1/debian/changelog --- cmake-2.8.12.1/debian/changelog 2014-07-24 23:24:27.000000000 +0200 +++ cmake-2.8.12.1/debian/changelog 2014-07-30 16:08:57.000000000 +0200 @@ -1,3 +1,10 @@ +cmake (2.8.12.1-1.6) unstable; urgency=low + + * Non-maintainer upload. + * Fix HDF5 macro for HL and Fortran_HL components (closes: #756108). + + -- Gilles Filippini <p...@debian.org> Wed, 30 Jul 2014 12:51:57 +0200 + cmake (2.8.12.1-1.5) unstable; urgency=medium * Non-maintainer upload. diff -Nru cmake-2.8.12.1/debian/patches/fix-hdf5-hl.patch cmake-2.8.12.1/debian/patches/fix-hdf5-hl.patch --- cmake-2.8.12.1/debian/patches/fix-hdf5-hl.patch 1970-01-01 01:00:00.000000000 +0100 +++ cmake-2.8.12.1/debian/patches/fix-hdf5-hl.patch 2014-07-30 12:52:29.000000000 +0200 @@ -0,0 +1,17 @@ +Description: Define HDF5_{Fortran_,}HL_COMPILE_LINE + so that HDF5_{Fortran_,}HL_INCLUDE_DIR and HDF5_{Fortran_,}HL_LIBRARIES + are found when the macro is invoked for HL and Fortran_HL components. +Author: Gilles Filippini <p...@debian.org> +Index: cmake-2.8.12.1/Modules/FindHDF5.cmake +=================================================================== +--- cmake-2.8.12.1.orig/Modules/FindHDF5.cmake 2013-11-05 20:07:22.000000000 +0100 ++++ cmake-2.8.12.1/Modules/FindHDF5.cmake 2014-07-26 11:39:19.785790997 +0200 +@@ -210,6 +210,8 @@ + _HDF5_invoke_compiler( C HDF5_C_COMPILE_LINE HDF5_C_RETURN_VALUE ) + _HDF5_invoke_compiler( CXX HDF5_CXX_COMPILE_LINE HDF5_CXX_RETURN_VALUE ) + _HDF5_invoke_compiler( Fortran HDF5_Fortran_COMPILE_LINE HDF5_Fortran_RETURN_VALUE ) ++ set(HDF5_HL_COMPILE_LINE ${HDF5_C_COMPILE_LINE}) ++ set(HDF5_Fortran_HL_COMPILE_LINE ${HDF5_Fortran_COMPILE_LINE}) + + # seed the initial lists of libraries to find with items we know we need + set( HDF5_C_LIBRARY_NAMES_INIT hdf5 ) diff -Nru cmake-2.8.12.1/debian/patches/series cmake-2.8.12.1/debian/patches/series --- cmake-2.8.12.1/debian/patches/series 2014-07-24 22:28:08.000000000 +0200 +++ cmake-2.8.12.1/debian/patches/series 2014-07-30 12:53:08.000000000 +0200 @@ -11,3 +11,4 @@ fix-FindImageMagick-1.diff fix-FindImageMagick-2.diff fix-FindFreetype-version.diff +fix-hdf5-hl.patch -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org