Skip to content
Commits on Source (2)
grass (7.6.1-2) UNRELEASED; urgency=medium
grass (7.6.1-2) unstable; urgency=medium
* Bump Standards-Version to 4.4.0, no changes.
* Disable liblas support, will be removed from Debian.
* Add patch to fix spelling errors.
-- Bas Couwenberg <sebastic@debian.org> Wed, 10 Jul 2019 18:03:24 +0200
-- Bas Couwenberg <sebastic@debian.org> Sun, 14 Jul 2019 07:39:11 +0200
grass (7.6.1-1) unstable; urgency=medium
......
......@@ -3,3 +3,4 @@ instdir
no-fail-html.patch
jquery.patch
spelling-errors.patch
spelling-errors2.patch
Description: Fix spelling errors.
* convinent -> convenient
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: https://github.com/OSGeo/grass/pull/51
--- a/scripts/r.tileset/r.tileset.html
+++ b/scripts/r.tileset/r.tileset.html
@@ -46,14 +46,14 @@ changing the fs option.
w=5;s=125;e=45;n=175;cols=80;rows=100;
</tt></span>
-<dd>This is output in a format convinent for setting variables in a shell
+<dd>This is output in a format convenient for setting variables in a shell
script.
<dt>
<span class="code"><tt>
bbox=5,125,45,175&amp;width=80&amp;height=100
</tt></span>
-<dd>This is output in a format convinent for requesting data from some
+<dd>This is output in a format convenient for requesting data from some
http services.
</dl>