This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository grass.
commit 18f5d13a815e03651bc4febe0b423a6a4b11b31d Author: Bas Couwenberg <[email protected]> Date: Mon Apr 18 23:48:41 2016 +0200 Add python-termcolor to grass-core Recommends for g.search.modules. --- 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 4e5beaf..9fac8fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ grass (7.0.4~rc1-1) UNRELEASED; urgency=medium * Drop patches applied upstream. Refresh remaining patches. * Add python-matplotlib to grass-gui Recommends for the several wxGUI tools. * Add patch to fix spelling errors. + * Add python-termcolor to grass-core Recommends for g.search.modules. -- Bas Couwenberg <[email protected]> Mon, 18 Apr 2016 22:28:07 +0200 diff --git a/debian/control b/debian/control index 3cfee2f..78f9c44 100644 --- a/debian/control +++ b/debian/control @@ -100,7 +100,8 @@ Suggests: grass-doc, # used by NVIZ, d.out.gpsdrive, r.out.mpeg netpbm, # used by v.kridge - python-rpy2 + python-rpy2, + python-termcolor Breaks: grass (<< 6.4.2-1~) Conflicts: grass70-core, grass7-core diff --git a/debian/control.in b/debian/control.in index ee8947f..83a1850 100644 --- a/debian/control.in +++ b/debian/control.in @@ -100,7 +100,8 @@ Suggests: grass-doc, # used by NVIZ, d.out.gpsdrive, r.out.mpeg netpbm, # used by v.kridge - python-rpy2 + python-rpy2, + python-termcolor Breaks: grass (<< 6.4.2-1~) Conflicts: grass@VERSION@-core, grass7-core -- 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

