This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository grass.
commit 1ab23387bbf6bfa3fa0746d12b919b927764c94f Author: Bas Couwenberg <[email protected]> Date: Wed Dec 28 18:46:58 2016 +0100 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 81abd3d..0b94543 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ grass (7.2.0-1) UNRELEASED; urgency=medium (LP: #1646812) * Drop svn-r69952-dglib-update-to-libavl-2.0.3.patch, included upstream. * Update license & copyright for avl. + * Add patch to fix spelling errors. -- Bas Couwenberg <[email protected]> Wed, 28 Dec 2016 18:14:57 +0100 diff --git a/debian/patches/series b/debian/patches/series index e8223ff..74dbebd 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ instdir no-fail-html.patch appstream.patch jquery.patch +spelling-errors.patch diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch new file mode 100644 index 0000000..55c5836 --- /dev/null +++ b/debian/patches/spelling-errors.patch @@ -0,0 +1,16 @@ +Description: Fix spelling errors. + * dependend -> dependent +Author: Bas Couwenberg <[email protected]> +Forwarded: not-needed + +--- a/raster/r.texture/r.texture.html ++++ b/raster/r.texture/r.texture.html +@@ -39,7 +39,7 @@ classes are small, but classes are disti + ground, often opposing natural to human-made spaces: cultivated fields vs meadows + or golf courses, palm tree plantations vs natural rain forest, but texture can + also be a natural phenomen: dune fields, different canopies due to different +-tree species. The usefulness and use of texture is highly dependend on the ++tree species. The usefulness and use of texture is highly dependent on the + resolution of satellite imagery and on the scale of the human intervention or + the phenomenon that created the texture (also see the discussion of scale + dependency below). The user should observe the phenomenon visually in order to -- 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

