This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master-1.10 in repository hdf5.
commit c255b00b2cf0131fde058c6de06d613ec52462f0 Author: Gilles Filippini <[email protected]> Date: Sat Apr 23 11:41:48 2016 +0200 Build-Depends-Indep: php-cli --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5413fc7..e77e321 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +hdf5 (1.10.0+docs-1~exp4) UNRELEASED; urgency=medium + + * PHP7.0 transition: Build-Depends-Indep: php-cli (instead of + php5-cli) + + -- Gilles Filippini <[email protected]> Sat, 23 Apr 2016 14:24:47 +0200 + hdf5 (1.10.0+docs-1~exp3) experimental; urgency=medium * debian/control.in: diff --git a/debian/control b/debian/control index 38c954a..2bd1d6a 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9~), mpi-default-dev, libmpich-dev, zlib1g-dev, sharutils, chrpath, autotools-dev, automake, dh-autoreconf, libaec-dev, Build-Depends-Indep: - doxygen, php5-cli, + doxygen, php-cli, Standards-Version: 3.9.7 Homepage: http://hdfgroup.org/HDF5/ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/hdf5.git diff --git a/debian/control.in b/debian/control.in index 21cb232..020e37c 100644 --- a/debian/control.in +++ b/debian/control.in @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9~), mpi-default-dev, libmpich-dev, zlib1g-dev, sharutils, chrpath, autotools-dev, automake, dh-autoreconf, libaec-dev, Build-Depends-Indep: - doxygen, php5-cli, + doxygen, php-cli, Standards-Version: 3.9.7 Homepage: http://hdfgroup.org/HDF5/ Vcs-Browser: https://anonscm.debian.org/cgit/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

