[pktools] 15/16: Update spelling-errors2.patch to fix new 'columns' typo.
Bas Couwenberg
sebastic at debian.org
Thu Jun 29 14:25:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pktools.
commit 55e780f80d697fcc1b029b02720cd55b6c00ed0d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Thu Jun 29 15:53:01 2017 +0200
Update spelling-errors2.patch to fix new 'columns' typo.
---
debian/changelog | 1 +
debian/patches/spelling-errors2.patch | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 92de942..b1109d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ pktools (2.6.7.1+ds-1) unstable; urgency=medium
* Add autopkgtest to test installability.
* Use pkg-info.mk variables instead of dpkg-parsechangelog output.
* Install pk{ann,reclass,svm}ogr in pktools package.
+ * Update spelling-errors2.patch to fix new 'columns' typo.
-- Bas Couwenberg <sebastic at debian.org> Thu, 29 Jun 2017 07:51:22 +0200
diff --git a/debian/patches/spelling-errors2.patch b/debian/patches/spelling-errors2.patch
index b4a8293..e418914 100644
--- a/debian/patches/spelling-errors2.patch
+++ b/debian/patches/spelling-errors2.patch
@@ -75,3 +75,23 @@ Forwarded: https://savannah.nongnu.org/bugs/index.php?49352
Optionpk<string> option_opt("co", "co", "Creation option for output file. Multiple options can be specified.");
// Optionpk<short> down_opt("d", "down", "down sampling factor. Use value 1 for no downsampling). Use value n>1 for downsampling (aggregation)", 1);
Optionpk<short> verbose_opt("v", "verbose", "verbose mode if > 0", 0,2);
+--- a/src/apps/pkreclassogr.cc
++++ b/src/apps/pkreclassogr.cc
+@@ -41,7 +41,7 @@ along with pktools. If not, see <http:/
+ |-----|----|----|-------|-----------|
+ | i | input | std::string | |Input vector dataset |
+ | nodata | nodata | int | 0 |nodata value to put in vector dataset if not valid (0) |
+- | code | code | std::string | |Recode text file (2 colums: from to) |
++ | code | code | std::string | |Recode text file (2 columns: from to) |
+ | c | class | std::string | |list of classes to reclass (in combination with reclass option) |
+ | r | reclass | std::string | |list of recoded classes (in combination with class option) |
+ | o | output | std::string | |Output vector dataset |
+@@ -63,7 +63,7 @@ int main(int argc, char *argv[])
+ Optionpk<string> input_opt("i", "input", "Input vector dataset");
+ Optionpk<string> output_opt("o", "output", "Output file");
+ Optionpk<int> nodata_opt("nodata", "nodata", "nodata value to put in vector dataset if not valid (0)", 0);
+- Optionpk<string> code_opt("code", "code", "Recode text file (2 colums: from to)");
++ Optionpk<string> code_opt("code", "code", "Recode text file (2 columns: from to)");
+ Optionpk<string> class_opt("c", "class", "list of classes to reclass (in combination with reclass option)");
+ Optionpk<string> reclass_opt("r", "reclass", "list of recoded classes (in combination with class option)");
+ Optionpk<string> fieldname_opt("n", "fname", "field name of the shape file to be replaced", "label");
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git
More information about the Pkg-grass-devel
mailing list