This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository netcdf-fortran.
commit 2818aec18ee2afcf5e517780596a61c2753c6302 Author: Bas Couwenberg <[email protected]> Date: Mon Jul 27 18:55:21 2015 +0200 Require at least libnetcdf-dev 4.3.3.1. --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5752fe5..be2cd78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +netcdf-fortran (4.4.2-1~exp4) UNRELEASED; urgency=medium + + * Require at least libnetcdf-dev 4.3.3.1. + + -- Bas Couwenberg <[email protected]> Mon, 27 Jul 2015 18:55:14 +0200 + netcdf-fortran (4.4.2-1~exp3) experimental; urgency=medium * Add Breaks/Replaces on libnetcdf-dev to libnetcdff-dev. diff --git a/debian/control b/debian/control index a125808..8aece9c 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9), doxygen, graphviz, libjs-jquery, - libnetcdf-dev, + libnetcdf-dev (>= 1:4.3.3.1), pkg-config Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/netcdf-fortran.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf-fortran.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

