[prepair] 01/01: Add patch to also list --shpOut option in usage information.

Bas Couwenberg sebastic at xs4all.nl
Fri Nov 28 14:07:48 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository prepair.

commit 40e06fd8dddfa7fb3799c76a6bb3e477b7bb46b3
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Nov 28 15:07:35 2014 +0100

    Add patch to also list --shpOut option in usage information.
---
 ...ist-the-shpOut-option-in-the-usage-information.patch | 17 +++++++++++++++++
 debian/patches/series                                   |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/0001-Also-list-the-shpOut-option-in-the-usage-information.patch b/debian/patches/0001-Also-list-the-shpOut-option-in-the-usage-information.patch
new file mode 100644
index 0000000..839ec09
--- /dev/null
+++ b/debian/patches/0001-Also-list-the-shpOut-option-in-the-usage-information.patch
@@ -0,0 +1,17 @@
+From 3eca44b8e7cf4e9e654053835f44dc2b96e0461d Mon Sep 17 00:00:00 2001
+From: Bas Couwenberg <sebastic at xs4all.nl>
+Date: Fri, 28 Nov 2014 02:45:44 +0100
+Subject: Also list the --shpOut option in the usage information.
+Origin: https://github.com/tudelft3d/prepair/commit/031c45738ac7e946b6a5923d67cc298378adf580
+
+
+--- a/prepair.cpp
++++ b/prepair.cpp
+@@ -208,6 +208,7 @@ void usage() {
+   std::cout << "--minarea AREA Only output polygons larger than AREA" << std::endl;
+   std::cout << "--isr GRIDSIZE Snap round the input before repairing" << std::endl;
+   std::cout << "--time         Benchmark the different stages of the process" << std::endl;
++  std::cout << "--shpOut       Output a shapefile (out.shp) instead of a WKT" << std::endl;
+   
+ }
+ 
diff --git a/debian/patches/series b/debian/patches/series
index a149f95..986dc66 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 readme-example-paths.patch
+0001-Also-list-the-shpOut-option-in-the-usage-information.patch

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



More information about the Pkg-grass-devel mailing list