This is an automated email from the git hooks/post-receive script. mckinstry pushed a commit to branch dev-alternatives in repository hdf5.
commit f84548be839821b1c14cc140f46c8f73092d582f Author: Alastair McKinstry <[email protected]> Date: Wed Jul 23 15:41:46 2014 +0100 Ensure full version number passed to make_bounce_libs --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index c9dffdb..0c7d5f5 100755 --- a/debian/rules +++ b/debian/rules @@ -227,7 +227,7 @@ install-serial: build-stamp dh_testroot -mkdir debian/build/tmpinst $(MAKE) -C debian/build/ install prefix=$(CURDIR)/debian/build/tmpinst/usr - ./debian/make_bounce_libs.py 8 serial + ./debian/make_bounce_libs.py 8 8.0.2 serial chrpath -d $(CURDIR)/debian/build/tmpinst/usr/lib/*/libhdf5*so* chrpath -d $(CURDIR)/debian/build/tmpinst/usr/lib/*/hdf5/serial/libhdf5*so* dh_install -p$(serpack) -p$(package)-dev -phdf5-helpers -phdf5-tools -p$(sercpppack) \ @@ -240,7 +240,7 @@ install-openmpi: build-stamp-openmpi dh_testroot -mkdir debian/build-openmpi/tmpinst $(MAKE) -C debian/build-openmpi/ install prefix=$(CURDIR)/debian/build-openmpi/tmpinst/usr - ./debian/make_bounce_libs.py 8 openmpi + ./debian/make_bounce_libs.py 8 8.0.2 openmpi chrpath -d $(CURDIR)/debian/build-openmpi/tmpinst/usr/lib/*/libhdf5*so* chrpath -d $(CURDIR)/debian/build-openmpi/tmpinst/usr/lib/*/hdf5/openmpi/libhdf5*so* dh_install -p$(openmpipack) -p$(package)-openmpi-dev \ @@ -255,7 +255,7 @@ install-mpich: build-stamp-mpich dh_testroot -mkdir debian/build-mpich/tmpinst $(MAKE) -C debian/build-mpich/ install prefix=$(CURDIR)/debian/build-mpich/tmpinst/usr - ./debian/make_bounce_libs.py 8 mpich + ./debian/make_bounce_libs.py 8 8.0.2 mpich chrpath -d $(CURDIR)/debian/build-mpich/tmpinst/usr/lib/*/libhdf5*so* chrpath -d $(CURDIR)/debian/build-mpich/tmpinst/usr/lib/*/hdf5/mpich/libhdf5*so* dh_install -p$(mpichpack) -p$(package)-mpich-dev \ -- 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

