This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository grass.
commit db3fdff32bdad930a54bb1766db8b0e9e3d23a0b Author: Bas Couwenberg <[email protected]> Date: Mon Apr 18 23:20:50 2016 +0200 Add python-matplotlib to grass-gui Recommends for the several wxGUI tools. --- debian/changelog | 1 + debian/control | 3 ++- debian/control.in | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1eb81ec..6d910cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ grass (7.0.4~rc1-1) UNRELEASED; urgency=medium - Add Jachym Ceppicky to copyright holders - Add license & copyright for mapcalc.tab.{c,h} * Drop patches applied upstream. Refresh remaining patches. + * Add python-matplotlib to grass-gui Recommends for the several wxGUI tools. -- Bas Couwenberg <[email protected]> Mon, 18 Apr 2016 22:28:07 +0200 diff --git a/debian/control b/debian/control index d3825a7..3cfee2f 100644 --- a/debian/control +++ b/debian/control @@ -133,7 +133,8 @@ Recommends: # gs needed for wxPsmap PDF export ghostscript, # PIL needed for wxPsmap preview - python-imaging + python-imaging, + python-matplotlib Breaks: grass (<< 6.4.2-1~) Conflicts: grass70-gui, grass7-gui diff --git a/debian/control.in b/debian/control.in index 5b7abd4..ee8947f 100644 --- a/debian/control.in +++ b/debian/control.in @@ -133,7 +133,8 @@ Recommends: # gs needed for wxPsmap PDF export ghostscript, # PIL needed for wxPsmap preview - python-imaging + python-imaging, + python-matplotlib Breaks: grass (<< 6.4.2-1~) Conflicts: grass@VERSION@-gui, grass7-gui -- 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

