[fiona] 02/02: Revert "build manfile during build"

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Tue Nov 4 20:33:34 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 9c12cbd6006854b866659a9be850f9c17ae1237d
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Tue Nov 4 21:30:15 2014 +0100

    Revert "build manfile during build"
    
    This reverts commit 64a500583492131c1f4cd6e0b03c2918d7446e18.
---
 debian/fiona.1 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules   |  6 ++++--
 2 files changed, 55 insertions(+), 2 deletions(-)

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/rules b/debian/rules
index dc6744a..573832e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,9 +8,11 @@ export PYBUILD_NAME=fiona
 
 override_dh_clean:
 	dh_clean
-	rm -rf fiona/*.so docs/data/test_uk.json docs/data/test_uk.tar docs/data/test_uk.zip gdal-config.txt fiona/*.c VERSION.txt fiona/*.cpp debian/fiona.1
+	rm -rf fiona/*.so docs/data/test_uk.json docs/data/test_uk.tar docs/data/test_uk.zip gdal-config.txt fiona/*.c VERSION.txt fiona/*.cpp
 
 override_dh_install:
 	dh_install
 	rm -rf debian/python-fiona/usr/bin
-	PYTHONPATH=./debian/python-fiona/usr/lib/python2.7/dist-packages help2man ./debian/python-fiona-bin/usr/bin/fiona -N >debian/fiona.1
+
+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