This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master in repository hdf5.
commit 720b18b8486967049db2cad9aebe0af7ffe3cc93 Author: Gilles Filippini <[email protected]> Date: Mon Sep 15 12:34:53 2014 +0200 Drop Build-Dependency on libopenmpi-dev it should be pulled in by mpi-default-dev when available. --- debian/control | 6 +++--- debian/control.in | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index c0d8ed5..d3f3fdb 100644 --- a/debian/control +++ b/debian/control @@ -4,10 +4,10 @@ Priority: optional Maintainer: Debian GIS Project <[email protected]> Uploaders: Francesco Paolo Lovergine <[email protected]>, Gilles Filippini <[email protected]> -Build-Depends: dpkg-dev (>= 1.16.1~), libmpich-dev, zlib1g-dev, - libopenmpi-dev [!hppa !mips !mipsel !s390 !s390x !sh4 !m68k], libjpeg-dev, debhelper (>= 9~), sed (>=4.1.5), +Build-Depends: dpkg-dev (>= 1.16.1~), mpi-default-dev, libmpich-dev, zlib1g-dev, + libjpeg-dev, debhelper (>= 9~), sed (>=4.1.5), gfortran, libibverbs-dev [!arm64 !arm !hppa !mips !mipsel !s390 !s390x !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !sh4], - sharutils, mpi-default-dev, chrpath, autotools-dev, automake, dh-autoreconf, doxygen, php5-cli + sharutils, chrpath, autotools-dev, automake, dh-autoreconf, doxygen, php5-cli Standards-Version: 3.9.5 Homepage: http://hdfgroup.org/HDF5/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/hdf5.git diff --git a/debian/control.in b/debian/control.in index 9a866de..51d35f9 100644 --- a/debian/control.in +++ b/debian/control.in @@ -4,10 +4,10 @@ Priority: optional Maintainer: Debian GIS Project <[email protected]> Uploaders: Francesco Paolo Lovergine <[email protected]>, Gilles Filippini <[email protected]> -Build-Depends: dpkg-dev (>= 1.16.1~), libmpich-dev, zlib1g-dev, - libopenmpi-dev [!hppa !mips !mipsel !s390 !s390x !sh4 !m68k], libjpeg-dev, debhelper (>= 9~), sed (>=4.1.5), +Build-Depends: dpkg-dev (>= 1.16.1~), mpi-default-dev, libmpich-dev, zlib1g-dev, + libjpeg-dev, debhelper (>= 9~), sed (>=4.1.5), gfortran, libibverbs-dev [!arm64 !arm !hppa !mips !mipsel !s390 !s390x !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !sh4], - sharutils, mpi-default-dev, chrpath, autotools-dev, automake, dh-autoreconf, doxygen, php5-cli + sharutils, chrpath, autotools-dev, automake, dh-autoreconf, doxygen, php5-cli Standards-Version: 3.9.5 Homepage: http://hdfgroup.org/HDF5/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/hdf5.git -- 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

