[dans-gdal-scripts] 01/01: Add patch to fix 'Exaggerate' typo.

Bas Couwenberg sebastic at debian.org
Fri Oct 14 18:36:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository dans-gdal-scripts.

commit 5e1fcab5f352b710b0d4e7011044e9d7f6a50658
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Oct 14 20:23:24 2016 +0200

    Add patch to fix 'Exaggerate' typo.
---
 debian/changelog                     |  6 ++++++
 debian/patches/exaggerate-typo.patch | 14 ++++++++++++++
 debian/patches/series                |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f00918c..ce61251 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dans-gdal-scripts (0.23-7) UNRELEASED; urgency=medium
+
+  * Add patch to fix 'Exaggerate' typo.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Fri, 14 Oct 2016 20:23:22 +0200
+
 dans-gdal-scripts (0.23-6) unstable; urgency=medium
 
   * Bump Standards-Version to 3.9.8, no changes.
diff --git a/debian/patches/exaggerate-typo.patch b/debian/patches/exaggerate-typo.patch
new file mode 100644
index 0000000..b2bb3e7
--- /dev/null
+++ b/debian/patches/exaggerate-typo.patch
@@ -0,0 +1,14 @@
+Description: Fix 'Exagerate' typo, replace with 'Exaggerate'.
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/src/gdal_dem2rgb.cc
++++ b/src/gdal_dem2rgb.cc
+@@ -73,7 +73,7 @@ void usage(const std::string &cmdname) {
+ 	printf("  -alpha-overlay                      Generate an RGBA image that can be used as a hillshade mask\n");
+ 	printf("\n");
+ 	printf("Shading:\n");
+-	printf("  -exag slope_exageration             Exagerate slope (default: %.1f)\n", default_slope_exageration);
++	printf("  -exag slope_exageration             Exaggerate slope (default: %.1f)\n", default_slope_exageration);
+ 	printf("  -shade ambient diffuse specular_intensity specular_falloff          (default: %.1f, %.1f, %.1f, %.1f)\n",
+ 		default_shade_params[0], default_shade_params[1], default_shade_params[2], default_shade_params[3]);
+ 	printf("  -lightvec sun_x sun_y sun_z                                         (default: %.1f, %.1f, %.1f)\n",
diff --git a/debian/patches/series b/debian/patches/series
index 7f70b81..d3dc02e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 autotools
 boost.patch
 output-typo.patch
+exaggerate-typo.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/dans-gdal-scripts.git



More information about the Pkg-grass-devel mailing list