Bas Couwenberg pushed to branch master at Debian GIS Project / grass
Commits: d3c36ab6 by Bas Couwenberg at 2019-07-14T06:08:45Z Add patch to fix spelling errors. - - - - - c0177731 by Bas Couwenberg at 2019-07-14T06:08:45Z Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/patches/series - + debian/patches/spelling-errors2.patch Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,10 @@ -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 <[email protected]> Wed, 10 Jul 2019 18:03:24 +0200 + -- Bas Couwenberg <[email protected]> Sun, 14 Jul 2019 07:39:11 +0200 grass (7.6.1-1) unstable; urgency=medium ===================================== debian/patches/series ===================================== @@ -3,3 +3,4 @@ instdir no-fail-html.patch jquery.patch spelling-errors.patch +spelling-errors2.patch ===================================== debian/patches/spelling-errors2.patch ===================================== @@ -0,0 +1,24 @@ +Description: Fix spelling errors. + * convinent -> convenient +Author: Bas Couwenberg <[email protected]> +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> + View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/compare/7f4563fd5748deddd12886012c4a3b95862f044c...c017773198a1015fc67b340ee8d5537f86056ddf -- View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/compare/7f4563fd5748deddd12886012c4a3b95862f044c...c017773198a1015fc67b340ee8d5537f86056ddf You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
