This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository grass.
commit 44407928f49b44e67d953c153e70d2794b1b18a7 Author: Bas Couwenberg <[email protected]> Date: Mon Apr 18 23:43:29 2016 +0200 Add patch to fix spelling errors. --- debian/changelog | 1 + debian/patches/series | 1 + debian/patches/spelling-errors.patch | 16 ++++++++++++++++ 3 files changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6d910cd..4e5beaf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ grass (7.0.4~rc1-1) UNRELEASED; urgency=medium - 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. + * Add patch to fix spelling errors. -- Bas Couwenberg <[email protected]> Mon, 18 Apr 2016 22:28:07 +0200 diff --git a/debian/patches/series b/debian/patches/series index 468ac73..70fc821 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ pager instdir no-fail-html.patch appstream.patch +spelling-errors.patch diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch new file mode 100644 index 0000000..5a6263a --- /dev/null +++ b/debian/patches/spelling-errors.patch @@ -0,0 +1,16 @@ +Description: Fix spelling errors. + allows to <verb> -> allows <verb>ing +Author: Bas Couwenberg <[email protected]> +Forwarded: not-needed + +--- a/gui/wxpython/gmodeler/g.gui.gmodeler.html ++++ b/gui/wxpython/gmodeler/g.gui.gmodeler.html +@@ -82,7 +82,7 @@ color="red">16</font>) Show manual and l + There is also lower menu bar in Graphical modeler dialog where one can + manage model items, see commands, add or manage model variables, + define default values and descriptions. Python editor dialog window +-allows to see performation written in Python code. Rightmost tab of ++allows seeing performation written in Python code. Rightmost tab of + bottom menu is automatically triggered when model is activated and + shows all the steps of running GRASS modeler modules. In case of some + errors in calculation process, it is written at that place. -- 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

