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 ce9c0c41d8aed9377511c15d9ffad65bc9d27dd9 Author: Antonio Valentino <[email protected]> Date: Sun Jun 4 09:25:44 2017 +0000 Update debian/control file --- debian/changelog | 3 +++ debian/control | 10 +++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1aaf5a1..23cb83c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ pyresample (1.5.0-1) UNRELEASED; urgency=medium * New upstream release + * debian/control + - updated dependencies (pillow, pyyaml) + - pyresample no longer supports Python 2.6 -- Antonio Valentino <[email protected]> Sun, 04 Jun 2017 09:04:27 +0000 diff --git a/debian/control b/debian/control index dbbd7af..1c41bbb 100644 --- a/debian/control +++ b/debian/control @@ -21,15 +21,19 @@ Build-Depends: debhelper (>= 9.0.0), python-sphinx, python-numexpr, python3-numexpr, + python-yaml, + python3-yaml, python-mpltoolkits.basemap, python3-mpltoolkits.basemap, + python-pil, + python3-pil, cython, cython3 Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pyresample.git Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pyresample.git Homepage: https://github.com/pytroll/pyresample -X-Python-Version: >= 2.6 +X-Python-Version: > 2.6 X-Python3-Version: >= 3.2 Package: python-pyresample @@ -40,9 +44,11 @@ Depends: ${misc:Depends}, python-configobj, python-numpy, python-pyproj, + python-yaml, python-pykdtree (>= 1.1.1), python-pyresample-test Recommends: python-numexpr, + python-pil, python-mpltoolkits.basemap Suggests: python-pyresample-doc Description: Resampling of remote sensing data in Python 2 @@ -64,9 +70,11 @@ Depends: ${misc:Depends}, python3-configobj, python3-numpy, python3-pyproj, + python3-yaml, python3-pykdtree (>= 1.1.1), python-pyresample-test Recommends: python3-numexpr, + python3-pil, python3-mpltoolkits.basemap Suggests: python-pyresample-doc 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

