This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-mpop.
commit a3a0f0bb6ecd76adf19b88b104f8d56d0610aca2 Author: Bas Couwenberg <[email protected]> Date: Thu Jun 29 19:28:23 2017 +0200 Replace python-imaging dependency with python-pil. (closes: #866466) --- debian/changelog | 8 ++++++++ debian/control | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 52b4d94..e2b3382 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-mpop (1.4.0-3) UNRELEASED; urgency=medium + + * Team upload. + * Replace python-imaging dependency with python-pil. + (closes: #866466) + + -- Bas Couwenberg <[email protected]> Thu, 29 Jun 2017 19:27:46 +0200 + python-mpop (1.4.0-2) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 5599ebf..e8c60b0 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9.0.0), python-numpy, python-sphinx, python-h5py, - python-imaging, + python-pil, python-mipp, python-pyresample, python-pyorbital, @@ -29,7 +29,7 @@ Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-h5py, - python-imaging, + python-pil, python-mipp, python-pyresample, python-pyorbital, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-mpop.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

