Your message dated Mon, 22 Jul 2013 17:48:57 +0000
with message-id <e1v1ked-0004cl...@franck.debian.org>
and subject line Bug#656012: fixed in postgis 2.0.3-3
has caused the Debian Bug report #656012,
regarding [postgis] missing man page for shp2pgsql-gui command
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
656012: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656012
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: postgis
Version: 1.5.3-2
Severity: minor
Tags: patch

shp2pgsql-gui has no manpage.

As the policy [0] recommends that all binaries should have one, 
I've prepared a manpage for this program.

Thanks for your work!
Mònica

[0] http://www.debian.org/doc/debian-policy/ch-docs.html#s12.1

--- System information. ---
Architecture: i386
Kernel:       Linux 3.1.0-1-686-pae

Debian Release: wheezy/sid
  900 testing         security.debian.org 
  900 testing         ftp.fi.debian.org 
  850 stable          security.debian.org 
  850 stable          ftp.fi.debian.org 
  500 unstable        ftp.fi.debian.org 
  500 stable-updates  ftp.fi.debian.org 

--- Package information. ---
Depends                    (Version) | Installed
====================================-+-==============
libatk1.0-0              (>= 1.12.4) | 2.2.0-2
libc6                  (>= 2.3.6-6~) | 2.13-24
libcairo2                 (>= 1.2.4) | 1.10.2-6.2
libfontconfig1            (>= 2.8.0) | 2.8.0-3
libfreetype6              (>= 2.2.1) | 2.4.8-1
libgdk-pixbuf2.0-0       (>= 2.22.0) | 2.24.0-2
libglib2.0-0             (>= 2.12.0) | 2.30.2-4
libgtk2.0-0               (>= 2.8.0) | 2.24.8-2
libpango1.0-0            (>= 1.14.0) | 1.29.4-2
libpq5                     (>= 8.4~) | 9.1.2-1


Package's Recommends field is empty.

Suggests                    (Version) | Installed
=====================================-+-===========
postgresql-9.1-postgis                | 

diff -Nru postgis-1.5.3/debian/changelog postgis-1.5.3/debian/changelog
--- postgis-1.5.3/debian/changelog	2011-11-21 16:07:08.000000000 +0100
+++ postgis-1.5.3/debian/changelog	2012-01-15 21:39:20.000000000 +0100
@@ -1,3 +1,10 @@
+postgis (1.5.3-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add a manpage to shp2pgsql-gui.
+
+ -- Mònica Ramírez Arceda <mon...@probeta.net>  Sun, 15 Jan 2012 21:38:30 +0100
+
 postgis (1.5.3-2) unstable; urgency=low
 
   * Moved pgsql2shp/shp2pgsql under conventional /usr/bin path.
diff -Nru postgis-1.5.3/debian/postgis.manpages postgis-1.5.3/debian/postgis.manpages
--- postgis-1.5.3/debian/postgis.manpages	1970-01-01 01:00:00.000000000 +0100
+++ postgis-1.5.3/debian/postgis.manpages	2012-01-15 21:38:24.000000000 +0100
@@ -0,0 +1 @@
+debian/shp2pgsql-gui.1
diff -Nru postgis-1.5.3/debian/shp2pgsql-gui.1 postgis-1.5.3/debian/shp2pgsql-gui.1
--- postgis-1.5.3/debian/shp2pgsql-gui.1	1970-01-01 01:00:00.000000000 +0100
+++ postgis-1.5.3/debian/shp2pgsql-gui.1	2012-01-15 21:38:24.000000000 +0100
@@ -0,0 +1,52 @@
+.TH SHP2PGSQL-GUI 1 "January 14, 2012" "" "PostGIS"
+
+.SH NAME
+shp2pgsql-gui \- Graphical User Interface for shp2pgsql
+
+.SH SYNOPSIS
+.B shp2pgsql-gui
+.RI [ options ]
+.br
+
+.SH DESCRIPTION
+This manual page documents briefly the 
+.B shp2pgsql-gui 
+command.
+.PP
+.B shp2pgsql-gui 
+is a program that converts ESRI Shape files into SQL statements and imports these statements to a PostGIS/PostgreSQL database. The GUI allows the user to set the shape file to import, the PostGIS/PostgreSQL connection parameters and some options related to the table where the data will be imported to.
+.PP
+.B shp2pgsql-gui
+can be called with some command line options that fill the PostGIS/PostgreSQL server connection parameters in.
+
+.SH OPTIONS
+.TP 
+.B -d \fIdatabase\fP
+Specifies the name of the database where the data will be imported to.
+.TP
+.B -h \fIhost\fP
+Specifies the host name of the machine on which the PostGIS/PostgreSQL server is running.
+.TP
+.B -p \fIport\fP
+Specifies the TCP port on which the PostGIS/PostgreSQL server is listening for connections.
+.TP
+.B -U \fIusername\fP
+Specifies the username with which the user will connect to the database.
+.TP 
+.B -W \fIpassword\fP
+Specifies the password with which the user will connect to the database.
+.TP 
+.B -?
+Shows help about shp2pgsql-gui command line arguments.
+
+.SH "SEE ALSO"
+shp2pgsql(1), pgsql2shp(1)
+
+The documentation of pgsql2shp, shp2pgsql and shp2pgsql-gui in HTML format is available on the filesystem at /usr/share/doc/postgis.
+
+.SH AUTHOR
+shp2pgsql-gui was written by Paul Ramsey <pram...@opengeo.org> and Mark Cave-Ayland <mark.cave-ayl...@siriusit.co.uk>.
+.PP
+This manual page was written by Mònica Ramírez Arceda <mon...@probeta.net>, for the Debian project. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 and any later version published by the Free Software Foundation.
+.PP
+On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2.

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: postgis
Source-Version: 2.0.3-3

We believe that the bug you reported is fixed in the latest version of
postgis, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 656...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Wanner <mar...@bluegap.ch> (supplier of updated postgis package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 19 Jul 2013 10:59:47 +0200
Source: postgis
Binary: postgis postgis-doc libpostgis-java liblwgeom-2.0.3 liblwgeom-dev 
postgresql-9.1-postgis-2.0 postgresql-9.1-postgis-2.0-scripts
Architecture: source amd64 all
Version: 2.0.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Changed-By: Markus Wanner <mar...@bluegap.ch>
Description: 
 liblwgeom-2.0.3 - PostGIS "Lightweight Geometry" library
 liblwgeom-dev - PostGIS "Lightweight Geometry" library - Development files
 libpostgis-java - Geographic objects support for PostgreSQL -- JDBC support
 postgis    - Geographic objects support for PostgreSQL
 postgis-doc - Geographic objects support for PostgreSQL -- documentation
 postgresql-9.1-postgis-2.0 - Geographic objects support for PostgreSQL 9.1
 postgresql-9.1-postgis-2.0-scripts - Geographic objects support for PostgreSQL 
9.1 -- scripts
Closes: 656012
Changes: 
 postgis (2.0.3-3) unstable; urgency=low
 .
   [Mònica Ramírez Arceda]
   * Add a manpage for shp2pgsql-gui. Closes: #656012.
 .
   [Markus Wanner]
   * Add fix-test-case-for-i386 patch, back-ported from upstream's
     r10642. Fixes tests on i386 (and possibly other non-amd64
     architectures).
Checksums-Sha1: 
 3ec3a33e660a6a7e5e2e6ff9b78931d2773216fa 3634 postgis_2.0.3-3.dsc
 488b68522bad0ac412a38dd81ec8d18d5d3bcc10 26075 postgis_2.0.3-3.debian.tar.gz
 9a17b20e571ca6dc542d6d362975189931d39d37 512660 postgis_2.0.3-3_amd64.deb
 a6f046dd2596d29c3536de5a02f94912aa1b3a81 465818 
liblwgeom-2.0.3_2.0.3-3_amd64.deb
 dba3f3a6e399c4069c59326f3bf68fbadae1e5ca 514160 liblwgeom-dev_2.0.3-3_amd64.deb
 0780f02ff66697435069b32382914a0782fad5ea 529052 
postgresql-9.1-postgis-2.0_2.0.3-3_amd64.deb
 9d31a70edeffc65f43819c5e4725fc9e4e503642 654206 postgis-doc_2.0.3-3_all.deb
 d3cff196c1ef3e683557fef2c8af9efe845a8b14 373002 libpostgis-java_2.0.3-3_all.deb
 38eb5db6326e37830cb19eb6fc0678c1c31fd59f 2358050 
postgresql-9.1-postgis-2.0-scripts_2.0.3-3_all.deb
Checksums-Sha256: 
 6a6f7d0d1d26d99ca1de57c33b4d4477c14b261ab1e7b3c4ddcc3f1c2c8931e9 3634 
postgis_2.0.3-3.dsc
 904db029608406e078dabaf3d2c6680faed22bbb1564b8458b9928a8ba60e360 26075 
postgis_2.0.3-3.debian.tar.gz
 4ed3794bf726cba19913e1dd08aa1dc4e5e3768d0cbcfddf8e4965a9a7fb6ad9 512660 
postgis_2.0.3-3_amd64.deb
 2f0f2d8ca3bedd5cae7513c4ef8f2cfe7129f82a991046247098c13aa66e1eaf 465818 
liblwgeom-2.0.3_2.0.3-3_amd64.deb
 68207a8180f53a490bcd314aa1e97edaed707b0f9ed17e6b2ebb12e536287087 514160 
liblwgeom-dev_2.0.3-3_amd64.deb
 afa25531a71bb1fad7c62bd755945e74b8f2f6dcbbc49cc3ca2aa1a1c2916161 529052 
postgresql-9.1-postgis-2.0_2.0.3-3_amd64.deb
 a71f553b9c1a0d2e6ea9e64591332322d8c56d4506dc9606e6a316dbe8af783e 654206 
postgis-doc_2.0.3-3_all.deb
 0881119a1c16214a06d9a769054824235b64122991f1415353bbf426f4f7cbc6 373002 
libpostgis-java_2.0.3-3_all.deb
 9c7f0958abaea3047e79c8fa23250e32c7dcc0b0de283ae0b3a87fdb7f771b59 2358050 
postgresql-9.1-postgis-2.0-scripts_2.0.3-3_all.deb
Files: 
 53da10d71c13d1c6696e81aae57fdc57 3634 misc optional postgis_2.0.3-3.dsc
 3858a4549b636989e8c4938c95dfa7b6 26075 misc optional 
postgis_2.0.3-3.debian.tar.gz
 88fb13053f2b97a9310a3126cf9d8bb2 512660 misc optional postgis_2.0.3-3_amd64.deb
 276110e442b2bcd05fa9365367c1c8f5 465818 libs optional 
liblwgeom-2.0.3_2.0.3-3_amd64.deb
 d7bce3cd765a32280218c92434b780ce 514160 libdevel optional 
liblwgeom-dev_2.0.3-3_amd64.deb
 d1ff3ad9ceec87a6b0ca13600be28db9 529052 misc optional 
postgresql-9.1-postgis-2.0_2.0.3-3_amd64.deb
 5f82b86b14607831888935a244001d65 654206 doc optional 
postgis-doc_2.0.3-3_all.deb
 981124f715521dd596fc7e49ab014282 373002 java optional 
libpostgis-java_2.0.3-3_all.deb
 d7555f5f02f6b8c374fdeff577604224 2358050 misc optional 
postgresql-9.1-postgis-2.0-scripts_2.0.3-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQQcBAEBCgAGBQJR7W41AAoJEOhoLRs/MemzA1Mf/Ao5tOh4C3qcL7eFqDRmeKla
55eJhnyXzZkKPNF83FLybDDX7ivZb3Ir1I+NOnsIGNG782pxwtPLSsVZENE3BRqU
usr1azOrXvkGPLj7Nx+spMgBCbg7Rug6wLjrQTcU9eaqMbQHLMnJo7chpAdkwXWb
q/fBzuxnvoC2LwSbojzM1Cz9VfCqS1jSJM8Zqvr0KxBy0TwfqygPsL4ga/Nq+VKf
bocgxV+/uEN+tvO886uCrT3+2tlvFa5Ew+XtJvr2ABO3tcxgxJTywjW6gEieGOrq
1EtnbCwZB8XLvv8i1l7fRV/7tsj6rf8G6Lomu1kmZS4kAZiJQWBUqM2C+erhppet
5oUvZlwVZdBopFoWE9WW5haiCXXRWTnsvSxHPfO8y0NrHCFADvUhzGMzRC7fVHEL
r0fFn+3YefWAzNNwwFzR3b/BXs9DwDoPDPPBVqQH2L9L+m5sU7umCq4WJ9kUASEX
gcsUM+X+lSyGaZrVpwb4FUcmaNdnb57PAotLv1brD1ih5qawVpO5c8O0zek67cxL
gCYD1PUqYPiP1H0kIpoPMt+urHTkKuES8Zq2PHgRTh4tQ2pAd5e5ozhe4VnX322B
JozolSrrx73nQd/F+o6YXqATD+grnbgPYmLSHpFOQfrpijB+WWOk/QaTmininIZd
L01EL1uNL78t7VXnO7pSfWXOyPCMQFYbvyMkOUrz/D4E2Al/Zy/NnQ0/0fxDy8q9
OGI2dGvFcx9dsXj4+B/+UPLzo6dblAEAfkoXYD4De4LqPbzUvV8lYA2dCrFvfB1V
hbvc2yclvDn3Al/Vae21+tfTo6GjOarybIMyg/ObJ4kOfKHOQ4dxBHfpzXwmVthb
LmwSK7VuEfF0PBAUK86CTMeoYjhxIzRnXKAnAzmVC3smDkFKMRu77K6ARFHWpn5V
h3ridawvMLykvslmVdi4Ly5MSYvmm9cfddIlSvqcuo1CkdmKNDodX/lBsewFQhF2
5ptfmpMX2WxqFo4zservZOPI0ZJtTqh3wq/1WqNJoR1ruuMwOGsd8FK+dkwxW0Ly
dweipURat73W0REI+FnOOUuAgI698G4Z0P8EUqYP+B2d6t/QXkoDNkWKfI8Mbwez
b2H6fxTiH7iMCgcbSjI0+P8TS/I0hh+RlocTCtXxRjRRrPFW8AA7sdFSD/ITT6np
6DG6yStAQMALYx1E6tM590vi5DB7PBFLBj6QHbVzl8wQooNecFLDuKwUIz97anlD
PDzxF2T4bLjuHXiNMX0abtN84ZeaKBlS/GbfewAa+eBC3vpIWG+7doK2V/PkTd8k
b4hMlzQZmQhshUedF77I3aUJRACUMQxeA8irCMZU2LRtYKoBjNKkTZ4/kmxjF1Q=
=qpu2
-----END PGP SIGNATURE-----

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

Reply via email to