Author: frankie
Date: 2009-04-07 11:00:22 +0000 (Tue, 07 Apr 2009)
New Revision: 2141

Added:
   packages/geotiff/libgeotiff-dfsg/trunk/debian/listgeo.1
Modified:
   packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
   packages/geotiff/libgeotiff-dfsg/trunk/debian/rules
Log:
Added listgeo man page.


Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog     2009-04-07 
08:06:28 UTC (rev 2140)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog     2009-04-07 
11:00:22 UTC (rev 2141)
@@ -1,9 +1,9 @@
-libgeotiff-dfsg (1.2.5-2) UNRELEASED; urgency=low
+libgeotiff-dfsg (1.2.5-2) unstable; urgency=low
 
-  * NOT RELEASED YET
   * Changed build-dep: proj -> libproj-dev.
+  * Added listgeo.1 manpage, taken from trac. 
 
- -- Francesco Paolo Lovergine <fran...@debian.org>  Mon, 30 Mar 2009 11:43:59 
+0200
+ -- Francesco Paolo Lovergine <fran...@debian.org>  Tue, 07 Apr 2009 12:58:00 
+0200
 
 libgeotiff-dfsg (1.2.5-1) unstable; urgency=low
 

Added: packages/geotiff/libgeotiff-dfsg/trunk/debian/listgeo.1
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/listgeo.1                     
        (rev 0)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/listgeo.1     2009-04-07 
11:00:22 UTC (rev 2141)
@@ -0,0 +1,50 @@
+\" TITLE: listgeo Man Pages
+\" AUTHOR: Marco Cecchetti <mrc.i...@gmail.com>
+\" 
+.TH LISTGEO "1" "October 2008" "libgeotiff 1.2.5" "listgeo Manual Pages"
+.SH NAME
+listgeo \- dump geotiff metadata
+
+.SH SYNOPSIS
+.B listgeo 
+[\-tfw] [\-no_norm] [\-proj4] [\-t \fIDIR\fP] file
+.SH DESCRIPTION
+
+.PP
+The program listgeo takes a GeoTIFF file as input and dumps to the standard 
+output a GeoTIFF "metadata" file, which is human readable, and may also be 
+used as input to other programs which use the "GTIFImport" routine, such as 
+geotifcp.
+
+.SH OPTIONS
+.1
+listgeo accepts the following options:
+.TP 6
+.B \-d
+report lat/long corners in decimal degrees instead of DMS
+.TP 6 
+.B \-tfw 
+Generate a .tfw (ESRI TIFF World) file for the target file
+.TP 6
+.B \-no-norm
+Don't report 'normalized' parameter values
+.TP 6 
+.B \-proj4 
+Report PROJ.4 equivelent projection definition
+.TP 6
+.B \-t \fIDIR\fP
+force to look in \fIDIR\fP for EPSG_CVS files, overriding default behaviour
+
+.SH OTHER INFO
+This program is distribuited with libgeotiff software. The home page is 
located 
+at http://www.remotesensing.org/geotiff/geotiff.html. Here you can find links
+about other relating projects. A mailing list about libgeotiff development is
+currenctly active at geot...@lists.maptools.org.
+
+.SH AUTHORS
+Niles Ritter, Frank Warmerdam <warmer...@pobox.com>, Derrick J. Brashear 
+<sha...@dementia.org> and many others contribuitors.
+
+.SH "SEE ALSO"
+.BR geotifcp (1) 
+

Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/rules
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/rules 2009-04-07 08:06:28 UTC 
(rev 2140)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/rules 2009-04-07 11:00:22 UTC 
(rev 2141)
@@ -80,6 +80,7 @@
        dh_testroot
        dh_installchangelogs ChangeLog
        dh_installdocs
+       dh_installman $(CURDIR)/debian/listgeo.1
        dh_installexamples
        dh_install --list-missing --autodest
        dh_link


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to