[rasterio] 12/13: Update manfile + add it to d/rules
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Tue Sep 29 18:25:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
johanvdw-guest pushed a commit to branch master
in repository rasterio.
commit 09670d3fb5e59f6385f9440c1ef825ec652c5666
Author: Johan Van de Wauw <johan at vandewauw.be>
Date: Tue Sep 29 20:07:14 2015 +0200
Update manfile + add it to d/rules
---
debian/rasterio.1 | 18 +++++++++++++++---
debian/rules | 3 +--
2 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/debian/rasterio.1 b/debian/rasterio.1
index e187568..9868c06 100644
--- a/debian/rasterio.1
+++ b/debian/rasterio.1
@@ -1,7 +1,7 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
-.TH RASTERIO "1" "June 2015" "rasterio 0.24.0" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.2.
+.TH RASTERIO "1" "September 2015" "rasterio 0.27.0" "User Commands"
.SH NAME
-rasterio \- command line interface to rasterio
+rasterio \- command line tools for reading/writing geospatial raster data
.SH SYNOPSIS
.B rasterio
[\fI\,OPTIONS\/\fR] \fI\,COMMAND \/\fR[\fI\,ARGS\/\fR]...
@@ -29,6 +29,12 @@ Write bounding boxes to stdout as GeoJSON.
calc
Raster data calculator.
.TP
+clip
+Clip a raster to given bounds.
+.TP
+convert
+Copy and convert raster dataset.
+.TP
edit\-info
Edit dataset metadata.
.TP
@@ -47,6 +53,9 @@ Mask in raster using features.
merge
Merge a stack of raster datasets.
.TP
+overview
+Construct overviews in an existing dataset.
+.TP
rasterize
Rasterize features.
.TP
@@ -61,3 +70,6 @@ Stack a number of bands into a multiband dataset.
.TP
transform
Transform coordinates.
+.TP
+warp
+Warp a raster dataset.
diff --git a/debian/rules b/debian/rules
index 9e8229e..9a41ae7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,4 @@
#!/usr/bin/make -f
-
export PYBUILD_NAME=rasterio
export PYBUILD_BEFORE_TEST= cp -r {dir}/tests {build_dir}
@@ -30,4 +29,4 @@ override_dh_auto_test:
dh_auto_test || echo "Ignoring test failures"
debin/rasterio.1:
- help2man rasterio -N -n "command line tools for reading/writing geospatial raster data" >debian/rasterio.1
+ help2man rasterio -L "C.UTF-8" -N -n "command line tools for reading/writing geospatial raster data" >debian/rasterio.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/rasterio.git
More information about the Pkg-grass-devel
mailing list