[dans-gdal-scripts] 11/12: Add patch to fix 'Output' typo.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Feb 13 20:10:25 UTC 2015
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 2ce034ba951746bf25987b34160c32f7328250e4
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Feb 13 21:07:58 2015 +0100
Add patch to fix 'Output' typo.
---
debian/changelog | 1 +
debian/patches/output-typo.patch | 14 ++++++++++++++
debian/patches/series | 1 +
3 files changed, 16 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 444633a..ce8a565 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ dans-gdal-scripts (0.23-3) UNRELEASED; urgency=medium
* Add gbp.conf to use pristine-tar by default.
* Add patch headers to autotools patch, s/dpatch/quilt/g in README.source.
* Use autoreconf instead of autotools-dev.
+ * Add patch to fix 'Output' typo.
-- Bas Couwenberg <sebastic at debian.org> Fri, 13 Feb 2015 20:23:03 +0100
diff --git a/debian/patches/output-typo.patch b/debian/patches/output-typo.patch
new file mode 100644
index 0000000..d55d40d
--- /dev/null
+++ b/debian/patches/output-typo.patch
@@ -0,0 +1,14 @@
+Description: Fix 'Ouput' typo, replace with 'Output'.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+
+--- a/src/gdal_get_projected_bounds.cc
++++ b/src/gdal_get_projected_bounds.cc
+@@ -59,7 +59,7 @@ void usage(const std::string &cmdname) {
+ printf(" -t_bounds_wkt <fn> File containing WKT for valid region of target SRS (optional)\n");
+ printf(" -s_srs <srs_def> Source SRS\n");
+ printf(" -t_srs <srs_def> Target SRS\n");
+- printf(" -report <out.ppm> Ouput a graphical report (optional)\n");
++ printf(" -report <out.ppm> Output a graphical report (optional)\n");
+ printf("\nOutput is the envelope of the source region projected into the target SRS.\n");
+ printf("If the -t_bounds_wkt option is given it will be used as a clip mask in the\n");
+ printf("projected space.\n");
diff --git a/debian/patches/series b/debian/patches/series
index 2256716..cfcf898 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
autotools
+output-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