This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository grass.
commit 2844b2a883a297953515ea72e8d3089190a27efe Author: Bas Couwenberg <[email protected]> Date: Thu Jun 29 18:57:54 2017 +0200 Change python-imaging dependency to python-pil. (closes: #866428) --- debian/changelog | 7 +++++++ debian/control.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9f0a697..3255699 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grass (7.2.1-2) UNRELEASED; urgency=medium + + * Change python-imaging dependency to python-pil. + (closes: #866428) + + -- Bas Couwenberg <[email protected]> Thu, 29 Jun 2017 18:57:12 +0200 + grass (7.2.1-1) unstable; urgency=medium * Add autopkgtest to test installability. diff --git a/debian/control.in b/debian/control.in index 891cf7f..1b3113a 100644 --- a/debian/control.in +++ b/debian/control.in @@ -123,7 +123,7 @@ Recommends: # gs needed for wxPsmap PDF export ghostscript, # PIL needed for wxPsmap preview - python-imaging, + python-pil, python-matplotlib Breaks: grass (<< 6.4.2-1~) Replaces: grass (<< 6.4.2-1~) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grass.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

