This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a commit to branch master in repository pyresample.
commit c28b0ee8791eafb43a610964318d3ac4cbb89207 Author: Antonio Valentino <[email protected]> Date: Mon Feb 5 07:03:10 2018 +0000 Recommend dask --- debian/changelog | 2 ++ debian/control | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fcbed29..339ee7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ pyresample (1.8.0-1) UNRELEASED; urgency=medium * New upstream release * Standard version bumped to v4.1.3 (no change) * Update compat version + * debian/control + - recommend dask * Drop debian/source.lintian-overrides: no longer necessary * New python3-pyresample.lintian-overrides for: python-package-depends-on-package-from-other-python-variant diff --git a/debian/control b/debian/control index 8437890..13e5f08 100644 --- a/debian/control +++ b/debian/control @@ -77,7 +77,8 @@ Depends: ${misc:Depends}, python-pyresample-test Recommends: python3-numexpr, python3-pil, - python3-mpltoolkits.basemap + python3-mpltoolkits.basemap, + python3-dask Suggests: python-pyresample-doc, python3-xarray Description: Resampling of remote sensing data in Python 3 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyresample.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

