Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Add patch to fix spelling errors.
· d3c36ab6
Bas Couwenberg
authored
Jul 14, 2019
d3c36ab6
Set distribution to unstable.
· c0177731
Bas Couwenberg
authored
Jul 14, 2019
c0177731
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
c0177731
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
, 1
0
Jul 2019
18:03:24
+0200
-- Bas Couwenberg <sebastic@debian.org>
Sun
, 1
4
Jul 2019
07:39:11
+0200
grass (7.6.1-1) unstable; urgency=medium
...
...
debian/patches/series
View file @
c0177731
...
...
@@ -3,3 +3,4 @@ instdir
no-fail-html.patch
jquery.patch
spelling-errors.patch
spelling-errors2.patch
debian/patches/spelling-errors2.patch
0 → 100644
View file @
c0177731
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&width=80&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>