This is an automated email from the git hooks/post-receive script. pini pushed a commit to annotated tag debian/1.8.8-9+deb7u1 in repository hdf5.
commit d1e1e36dae8192154f7760c9fee317f7a0476c81 Author: Gilles Filippini <[email protected]> Date: Mon Feb 17 15:39:14 2014 +0100 Bring back C++ library. --- debian/hdf5-helpers.install | 2 +- debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/hdf5-helpers.install b/debian/hdf5-helpers.install index acafe89..e37b1db 100644 --- a/debian/hdf5-helpers.install +++ b/debian/hdf5-helpers.install @@ -1,3 +1,3 @@ usr/bin/h5cc usr/bin/h5fc - +usr/bin/h5c++ diff --git a/debian/rules b/debian/rules index e0410d4..5e1f017 100755 --- a/debian/rules +++ b/debian/rules @@ -91,7 +91,7 @@ CONFIGURE_FLAGS = --prefix=/usr --host=$(DEB_HOST_GNU_TYPE) \ --with-pthread --enable-linux-lfs --enable-unsupported \ --enable-shared --enable-production=$(USE_PROD) \ --disable-sharedlib-rpath --with-zlib --with-default-api-version=v18 -SERIAL_ONLY_FLAGS = --enable-fortran --enable-threadsafe +SERIAL_ONLY_FLAGS = --enable-fortran --enable-threadsafe --enable-cxx configure: configure-stamp-debian configure-stamp \ $(configure_stamp_openmpi) configure-stamp-mpich2 @@ -245,7 +245,7 @@ ifeq ($(build_openmpi),yes) dh_makeshlibs -p$(openmpipack) -V $(openmpipack) endif dh_makeshlibs -p$(mpich2pack) -V $(mpich2pack) - dh_makeshlibs -p$(serpack) -V "$(serpack) | $(virtpack)" + dh_makeshlibs -p$(serpack) -Xhdf5_cpp -Xhdf5_hl_cpp -V "$(serpack) | $(virtpack)" dh_installdeb $(ARCH_FLAG) dh_shlibdeps -p$(serpack) -L$(serpack) -ldebian/$(serpack)/usr/lib:debian/build/test/.libs dh_shlibdeps -phdf5-tools -L$(serpack) -ldebian/$(serpack)/usr/lib:debian/build/test/.libs -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf5.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

