This is an automated email from the git hooks/post-receive script.

pini pushed a commit to branch master
in repository hdf5.

commit 06f6b04c3f79d77a82a398ef9900702aa5f58b0d
Author: Gilles Filippini <p...@debian.org>
Date:   Mon Dec 22 16:45:03 2014 +0100

    Guard dh_makeshlibs for mpich flavor.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 626abb6..b2ce9c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -319,7 +319,9 @@ endif
 ifeq ($(build_openmpi),yes)
        dh_makeshlibs -p$(openmpipack) -V $(openmpipack) -- -v$(version)
 endif
+ifeq ($(build_mpich),yes)
        dh_makeshlibs -p$(mpichpack) -V $(mpichpack) -- -v$(version)
+endif
        dh_makeshlibs -p$(serpack) -V $(serpack) -- -v$(version)
        dh_makeshlibs -p$(sercpppack) -V $(sercpppack) -- -v$(version)
        dh_installdeb $(ARCH_FLAG)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/hdf5.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to