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 4930d8d052a27e8b47d8587e478e81a2c1299454 Author: Antonio Valentino <[email protected]> Date: Tue Dec 26 20:44:18 2017 +0000 Remove build dependency form python3-xarray --- debian/changelog | 11 +++++++++++ debian/control | 5 ++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index ec45c57..0bfe0cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +pyresample (1.7.1-3) UNRELEASED; urgency=medium + + * debian/control + - remove build dependency form python2-xarray: it is not + strictly necessary and causes problems with migration to + testing + - downgrade relation of python3-pyresample form python3-xarray + to Suggerst + + -- Antonio Valentino <[email protected]> Tue, 26 Dec 2017 20:41:22 +0000 + pyresample (1.7.1-2) unstable; urgency=medium * debian/control diff --git a/debian/control b/debian/control index 24c859a..fde2fff 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,6 @@ Build-Depends: debhelper (>= 9.0.0), python3-sphinx, python-numexpr, python3-numexpr, - python3-xarray, python-yaml, python3-yaml, python-mpltoolkits.basemap, @@ -77,10 +76,10 @@ Depends: ${misc:Depends}, python3-six, python-pyresample-test Recommends: python3-numexpr, - python3-xarray, python3-pil, python3-mpltoolkits.basemap -Suggests: python-pyresample-doc +Suggests: python-pyresample-doc, + python3-xarray Description: Resampling of remote sensing data in Python 3 Pyresample is a Python package for resampling (reprojection) of earth observing satellite data. It handles both resampling of gridded data -- 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

