[fiona] 01/09: Add manfile for fiona

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Wed Oct 29 23:09:47 UTC 2014


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

johanvdw-guest pushed a commit to branch master
in repository fiona.

commit f5b5d968a078b56df772266a07b9ecb15bb78f12
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Wed Oct 29 08:32:15 2014 +0100

    Add manfile for fiona
    
    Not building it automatically, better check syntax after update
---
 debian/fiona.1                   | 51 ++++++++++++++++++++++++++++++++++++++++
 debian/python-fiona-bin.manpages |  1 +
 debian/rules                     |  3 +++
 3 files changed, 55 insertions(+)

diff --git a/debian/fiona.1 b/debian/fiona.1
new file mode 100644
index 0000000..6b9169a
--- /dev/null
+++ b/debian/fiona.1
@@ -0,0 +1,51 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
+.TH FIONA "1" "October 2014" "fiona 1.4.6" "User Commands"
+.SH NAME
+fiona \- manual page for fiona 1.4.6
+.SH SYNOPSIS
+.B fiona
+[\fI\,OPTIONS\/\fR] \fI\,COMMAND \/\fR[\fI\,ARGS\/\fR]...
+.SH DESCRIPTION
+.IP
+Fiona command line interface.
+.SH OPTIONS
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+Increase verbosity.
+.TP
+\fB\-q\fR, \fB\-\-quiet\fR
+Decrease verbosity.
+.TP
+\fB\-\-version\fR
+Print Fiona version.
+.TP
+\fB\-\-help\fR
+Show this message and exit.
+.SS "Commands:"
+.TP
+bounds
+Print the extent of GeoJSON objects
+.TP
+cat
+Concatenate and print the features of datasets
+.TP
+collect
+Collect a sequence of features.
+.TP
+distrib
+Distribute features from a collection
+.TP
+dump
+Dump a dataset to GeoJSON.
+.TP
+env
+Print information about the fio environment.
+.TP
+info
+Print information about a dataset.
+.TP
+insp
+Open a dataset and start an interpreter.
+.TP
+load
+Load GeoJSON to a dataset in another format.
diff --git a/debian/python-fiona-bin.manpages b/debian/python-fiona-bin.manpages
new file mode 100644
index 0000000..837df1e
--- /dev/null
+++ b/debian/python-fiona-bin.manpages
@@ -0,0 +1 @@
+debian/fiona.1
diff --git a/debian/rules b/debian/rules
index 90a488c..fd3c515 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,6 @@ override_dh_clean:
 override_dh_install:
 	dh_install
 	rm -rf debian/python-fiona/usr/bin
+
+debian/fiona.1:
+	help2man fiona -N >debian/fiona.1

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



More information about the Pkg-grass-devel mailing list