This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository nco.
commit ac7f7073edf09ab3c1f29d3a8434293a26ee1d6c Author: Bas Couwenberg <[email protected]> Date: Thu Aug 18 11:31:26 2016 +0200 Drop libgsl0-dev alternative dependency. --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 11b0543..df04ee8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nco (4.6.1-2) UNRELEASED; urgency=medium + + * Drop libgsl0-dev alternative dependency. + + -- Bas Couwenberg <[email protected]> Thu, 18 Aug 2016 11:31:21 +0200 + nco (4.6.1-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index dfd1296..8134ecb 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9), antlr, libantlr-dev, gsl-bin, - libgsl-dev | libgsl0-dev, + libgsl-dev, netcdf-bin, libnetcdf-dev, libudunits2-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/nco.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

