[DebianGIS-dev] r2237 - packages/osm2pgsql/tags

2009-05-26 Thread frankie
Author: frankie
Date: 2009-05-26 14:01:04 + (Tue, 26 May 2009)
New Revision: 2237

Added:
   packages/osm2pgsql/tags/0.52.20080408-3/
Log:
[svn-buildpackage] Tagging osm2pgsql (0.52.20080408-3)


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


[DebianGIS-dev] r2238 - packages/osm2pgsql/trunk/debian

2009-05-26 Thread frankie
Author: frankie
Date: 2009-05-26 14:01:17 + (Tue, 26 May 2009)
New Revision: 2238

Modified:
   packages/osm2pgsql/trunk/debian/changelog
Log:


Modified: packages/osm2pgsql/trunk/debian/changelog
===
--- packages/osm2pgsql/trunk/debian/changelog   2009-05-26 14:01:04 UTC (rev 
2237)
+++ packages/osm2pgsql/trunk/debian/changelog   2009-05-26 14:01:17 UTC (rev 
2238)
@@ -1,3 +1,9 @@
+osm2pgsql (0.52.20080408-4) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+
+ -- Francesco Paolo Lovergine fran...@debian.org  Tue, 26 May 2009 16:01:09 
+0200
+
 osm2pgsql (0.52.20080408-3) unstable; urgency=high
 
   * Updated build-dep: proj - libproj-dev.


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


[DebianGIS-dev] r2239 - in packages/osm2pgsql/trunk/debian: . patches

2009-05-26 Thread nd-guest
Author: nd-guest
Date: 2009-05-26 17:57:31 + (Tue, 26 May 2009)
New Revision: 2239

Removed:
   packages/osm2pgsql/trunk/debian/patches/10-missing-includes.dpatch
Modified:
   packages/osm2pgsql/trunk/debian/changelog
   packages/osm2pgsql/trunk/debian/patches/00list
   packages/osm2pgsql/trunk/debian/rules
Log:
preparing new upstream svn release


Modified: packages/osm2pgsql/trunk/debian/changelog
===
--- packages/osm2pgsql/trunk/debian/changelog   2009-05-26 14:01:17 UTC (rev 
2238)
+++ packages/osm2pgsql/trunk/debian/changelog   2009-05-26 17:57:31 UTC (rev 
2239)
@@ -1,8 +1,10 @@
-osm2pgsql (0.52.20080408-4) UNRELEASED; urgency=low
+osm2pgsql (0.66.20090526-1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * New upstream svn snapshot. 
+  * Removed 10-missing-includes patch, fixed upstream. 
 
- -- Francesco Paolo Lovergine fran...@debian.org  Tue, 26 May 2009 16:01:09 
+0200
+ -- Andreas Putzo andr...@putzo.net  Tue, 26 May 2009 17:55:44 +
 
 osm2pgsql (0.52.20080408-3) unstable; urgency=high
 

Modified: packages/osm2pgsql/trunk/debian/patches/00list
===
--- packages/osm2pgsql/trunk/debian/patches/00list  2009-05-26 14:01:17 UTC 
(rev 2238)
+++ packages/osm2pgsql/trunk/debian/patches/00list  2009-05-26 17:57:31 UTC 
(rev 2239)
@@ -1 +1 @@
-10-missing-includes
+#10-missing-includes

Deleted: packages/osm2pgsql/trunk/debian/patches/10-missing-includes.dpatch
===
--- packages/osm2pgsql/trunk/debian/patches/10-missing-includes.dpatch  
2009-05-26 14:01:17 UTC (rev 2238)
+++ packages/osm2pgsql/trunk/debian/patches/10-missing-includes.dpatch  
2009-05-26 17:57:31 UTC (rev 2239)
@@ -1,17 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10-missing-includes.dpatch by Andreas Putzo andr...@putzo.net
-##
-## DP: Add missing includes to compile with gcc-4.3. Patch by Chris Lamb 
ch...@chris-lamb.co.uk.
-
-...@dpatch@
-diff -urNad osm2pgsql-0.52.20080408~/build_geometry.cpp 
osm2pgsql-0.52.20080408/build_geometry.cpp
 osm2pgsql-0.52.20080408~/build_geometry.cpp2007-12-10 
22:02:04.0 +
-+++ osm2pgsql-0.52.20080408/build_geometry.cpp 2008-04-12 20:31:38.0 
+
-@@ -22,6 +22,7 @@
- 
- #include iostream
- #include cstring
-+#include cstdlib
- 
- #include geos_c.h
- 

Modified: packages/osm2pgsql/trunk/debian/rules
===
--- packages/osm2pgsql/trunk/debian/rules   2009-05-26 14:01:17 UTC (rev 
2238)
+++ packages/osm2pgsql/trunk/debian/rules   2009-05-26 17:57:31 UTC (rev 
2239)
@@ -7,8 +7,8 @@
 include /usr/share/dpatch/dpatch.make
 
 SVNREPO := http://svn.openstreetmap.org/applications/utils/export/osm2pgsql
-SVNREV  := 7141
-VERSION := 0.52
+SVNREV  := 15176
+VERSION := 0.66
 DATE := $(shell date +%Y%m%d)
 
 CFLAGS = -Wall -g
@@ -24,8 +24,10 @@
test -d ../tarballs/. || mkdir -p ../tarballs
@echo Downloading osm2pgsql from ${SVNREPO}
svn export -r ${SVNREV} ${SVNREPO} 
../tarballs/osm2pgsql-${VERSION}.${DATE}/
+   @echo Removing debian dir
+   rm -rf ../tarballs/osm2pgsql-${VERSION}-${DATE}/debian/
@echo Building snapshot tarball.
-   tar czvf ../tarballs/osm2pgsql-${VERSION}.${DATE}.orig.tar.gz -C 
../tarballs osm2pgsql-${VERSION}.${DATE}
+   tar czvf ../tarballs/osm2pgsql_${VERSION}.${DATE}.orig.tar.gz -C 
../tarballs osm2pgsql-${VERSION}.${DATE}
@echo Cleaning up
rm -rf ../tarballs/osm2pgsql-${VERSION}.${DATE}
@echo .


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


[DebianGIS-dev] r2240 - in packages/osm2pgsql/trunk/debian: . patches

2009-05-26 Thread nd-guest
Author: nd-guest
Date: 2009-05-26 18:13:27 + (Tue, 26 May 2009)
New Revision: 2240

Added:
   packages/osm2pgsql/trunk/debian/patches/01_style_location
Modified:
   packages/osm2pgsql/trunk/debian/install
   packages/osm2pgsql/trunk/debian/patches/00list
Log:
added patch from Frederik Ramm to install styles system-wide.


Modified: packages/osm2pgsql/trunk/debian/install
===
--- packages/osm2pgsql/trunk/debian/install 2009-05-26 17:57:31 UTC (rev 
2239)
+++ packages/osm2pgsql/trunk/debian/install 2009-05-26 18:13:27 UTC (rev 
2240)
@@ -1 +1,2 @@
 osm2pgsql /usr/bin/
+default.style /usr/share/osm2pgsql

Modified: packages/osm2pgsql/trunk/debian/patches/00list
===
--- packages/osm2pgsql/trunk/debian/patches/00list  2009-05-26 17:57:31 UTC 
(rev 2239)
+++ packages/osm2pgsql/trunk/debian/patches/00list  2009-05-26 18:13:27 UTC 
(rev 2240)
@@ -1 +1 @@
-#10-missing-includes
+01_style_location

Added: packages/osm2pgsql/trunk/debian/patches/01_style_location
===
--- packages/osm2pgsql/trunk/debian/patches/01_style_location   
(rev 0)
+++ packages/osm2pgsql/trunk/debian/patches/01_style_location   2009-05-26 
18:13:27 UTC (rev 2240)
@@ -0,0 +1,27 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_style_location.dpatch by  f...@lochewe
+##
+## DP: Change default location of style file
+
+...@dpatch@
+diff -urNad old/osm2pgsql.c new/osm2pgsql.c
+--- old/osm2pgsql.c(revision 14063)
 new/osm2pgsql.c(working copy)
+@@ -483,7 +483,7 @@
+ fprintf(stderr,-p|--prefix\t\tPrefix for table names (default 
planet_osm)\n);
+ fprintf(stderr,-s|--slim\t\tStore temporary data in the database. 
This greatly\n);
+ fprintf(stderr, \t\treduces the RAM usage but is much 
slower.\n);
+-fprintf(stderr,-S|--style\t\tLocation of the style file. Defaults to 
./default.style\n);
++fprintf(stderr,-S|--style\t\tLocation of the style file. Defaults to 
/usr/share/osm2pgsql/default.style\n);
+ fprintf(stderr,-C|--cache\t\tOnly for slim mode: Use upto this many 
MB for caching nodes\n);
+ fprintf(stderr,  \t\tDefault is 800\n);
+ fprintf(stderr,-U|--username\tPostgresql user name.\n);
+@@ -592,7 +592,7 @@
+ const char *port = 5432;
+ const char *conninfo = NULL;
+ const char *prefix = planet_osm;
+-const char *style = ./default.style;
++const char *style = /usr/share/osm2pgsql/default.style;
+ const char *temparg;
+ int cache = 800;
+ struct output_options options;


Property changes on: packages/osm2pgsql/trunk/debian/patches/01_style_location
___
Added: svn:executable
   + *


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


[DebianGIS-dev] r2241 - packages/osm2pgsql/trunk/debian

2009-05-26 Thread nd-guest
Author: nd-guest
Date: 2009-05-26 18:29:22 + (Tue, 26 May 2009)
New Revision: 2241

Modified:
   packages/osm2pgsql/trunk/debian/osm2pgsql.1
Log:
update manpage


Modified: packages/osm2pgsql/trunk/debian/osm2pgsql.1
===
--- packages/osm2pgsql/trunk/debian/osm2pgsql.1 2009-05-26 18:13:27 UTC (rev 
2240)
+++ packages/osm2pgsql/trunk/debian/osm2pgsql.1 2009-05-26 18:29:22 UTC (rev 
2241)
@@ -1,4 +1,4 @@
-.TH OSM2PGSQL 1 April 12, 2008
+.TH OSM2PGSQL 1 May 26, 2009
 .\ Please adjust this date whenever revising the manpage.
 .SH NAME
 osm2pgsql \- Openstreetmap data to PostgreSQL converter.
@@ -49,8 +49,11 @@
 Store data in degrees of latitude  longitude.
 .TP
 \fB\-m\fR|\-\-merc
-Store data in proper spherical mercator, not OSM merc
+Store data in proper spherical mercator (default)
 .TP
+\fB\-M\fR|\-\-oldmerc
+Store data in the legay OSM mercator format
+.TP
 \fB\-E\fR|\-\-proj num
 Use projection EPSG:num
 .TP
@@ -61,6 +64,15 @@
 \fB\-p\fR|\-\-prefix
 Prefix for table names (default planet_osm)
 .TP
+\fB\-s\fR|\-\-slim
+Store temorary data in the database. This greatly reduces the RAM usage but is 
much slower.
+.TP
+\fB\-S\fR|\-\-style
+Location of the style file. Default to /usr/share/osm2pgsql/default.style
+.TP
+\fB\-C\fR|\-\-cache
+Only for slim mode: Use up to this this many MB for caching nodes. Default is 
800MB.
+.TP
 \fB\-U\fR|\-\-username
 Postgresql user name.
 .TP
@@ -73,10 +85,21 @@
 \fB\-P\fR|\-\-port
 Database server port.
 .TP
+\fB\-e\fR|\-\-expire-tiles [min_zoom-]max_zoom
+Create a tile expiry list.
+.TP
+\fB\-o\fR|\-\-expire-output filename
+Output filename for expired tiles list.
+.TP
+\fB\-O\fR|\-\-output
+Output backend.
+pgsql - Output to a PostGIS database. (default)
+null - No output. Useful for testing.
+.TP
 \fB\-h\fR|\-\-help
 Help information.
 .br
-Add \fB\-v\fR to display supported projections.
+Add \fB\-vh\fR to display supported projections.
 .br
 Use \fB\-E\fR to access any espg projections (usually in /usr/share/proj/epsg)
 .TP
@@ -86,7 +109,7 @@
 .SH SUPPORTED PROJECTIONS
 Latlong (-l) SRS:  4326 (none)
 .br   
-WGS84 Mercator  (  ) SRS:  3395 +proj=merc +datum=WGS84  +k=1.0 +units=m 
+over +no_defs
+WGS84 Mercator  (-M) SRS:  3395 +proj=merc +datum=WGS84  +k=1.0 +units=m 
+over +no_defs
 .br
 Spherical Mercator  (-m) SRS:900913 +proj=merc +a=6378137 +b=6378137 
+lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgri...@null +no_defs 
+over
 .PP


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


[DebianGIS-dev] r2242 - in packages/osm2pgsql: . tarballs

2009-05-26 Thread nd-guest
Author: nd-guest
Date: 2009-05-26 19:09:31 + (Tue, 26 May 2009)
New Revision: 2242

Added:
   packages/osm2pgsql/tarballs/
   packages/osm2pgsql/tarballs/osm2pgsql_0.66.20090526.orig.tar.gz
Log:
add orig tarballs


Added: packages/osm2pgsql/tarballs/osm2pgsql_0.66.20090526.orig.tar.gz
===
(Binary files differ)


Property changes on: 
packages/osm2pgsql/tarballs/osm2pgsql_0.66.20090526.orig.tar.gz
___
Added: svn:mime-type
   + application/octet-stream


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


[DebianGIS-dev] r2243 - packages/osm2pgsql/trunk/debian

2009-05-26 Thread nd-guest
Author: nd-guest
Date: 2009-05-26 19:34:09 + (Tue, 26 May 2009)
New Revision: 2243

Modified:
   packages/osm2pgsql/trunk/debian/changelog
   packages/osm2pgsql/trunk/debian/control
   packages/osm2pgsql/trunk/debian/copyright
   packages/osm2pgsql/trunk/debian/rules
Log:
fixating changelog
added dm-upload-allowed
some minor changes


Modified: packages/osm2pgsql/trunk/debian/changelog
===
--- packages/osm2pgsql/trunk/debian/changelog   2009-05-26 19:09:31 UTC (rev 
2242)
+++ packages/osm2pgsql/trunk/debian/changelog   2009-05-26 19:34:09 UTC (rev 
2243)
@@ -3,8 +3,15 @@
   * NOT RELEASED YET
   * New upstream svn snapshot. 
   * Removed 10-missing-includes patch, fixed upstream. 
+  * Updated long description, mostly taken from osm2pgsql.spec.in. 
+  * Updated copyright year of debian packaging.
+  * Added DM-Upload-Allowed to debian/control.
+  * Added 01_style_location patch from Frederik Ramm to reflect
+path of style files on debian systems.
+  * Use dh_prep instead of dh_clean -k to fix a lintian warning. 
+  * Updated manpage. 
 
- -- Andreas Putzo andr...@putzo.net  Tue, 26 May 2009 17:55:44 +
+ -- Andreas Putzo andr...@putzo.net  Tue, 26 May 2009 18:28:59 +
 
 osm2pgsql (0.52.20080408-3) unstable; urgency=high
 

Modified: packages/osm2pgsql/trunk/debian/control
===
--- packages/osm2pgsql/trunk/debian/control 2009-05-26 19:09:31 UTC (rev 
2242)
+++ packages/osm2pgsql/trunk/debian/control 2009-05-26 19:34:09 UTC (rev 
2243)
@@ -3,6 +3,7 @@
 Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Andreas Putzo andr...@putzo.net, Francesco Paolo Lovergine 
fran...@debian.org
+DM-Upload-Allowed: yes
 Build-Depends: debhelper (= 7), dpatch, libbz2-dev, libgeos-dev, libpq-dev, 
libxml2-dev, libproj-dev
 Standards-Version: 3.8.1
 Homepage: http://wiki.openstreetmap.org/wiki/Osm2pgsql
@@ -14,5 +15,6 @@
 Suggests: josm, gosmore 
 Description: Openstreetmap data to PostgreSQL converter
  Convert OSM planet snapshot data to SQL suitable for loading
- into a PostgreSQL database which can then be used by Mapnik to
- render map tiles.
+ into a PostgreSQL database with PostGIS geospatial extensions. This
+ database may then be used to render maps with Mapnik or for other
+ geospatial analysis.

Modified: packages/osm2pgsql/trunk/debian/copyright
===
--- packages/osm2pgsql/trunk/debian/copyright   2009-05-26 19:09:31 UTC (rev 
2242)
+++ packages/osm2pgsql/trunk/debian/copyright   2009-05-26 19:34:09 UTC (rev 
2243)
@@ -62,5 +62,5 @@
 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 
   
-The Debian packaging is (C) 2007, Andreas Putzo andr...@putzo.net and
+The Debian packaging is (C) 2007-2009 Andreas Putzo andr...@putzo.net and
 is licensed under the GPL, see above.

Modified: packages/osm2pgsql/trunk/debian/rules
===
--- packages/osm2pgsql/trunk/debian/rules   2009-05-26 19:09:31 UTC (rev 
2242)
+++ packages/osm2pgsql/trunk/debian/rules   2009-05-26 19:34:09 UTC (rev 
2243)
@@ -58,7 +58,7 @@
 install: build
dh_testdir
dh_testroot
-   dh_clean -k 
+   dh_prep
dh_installdirs
 
 binary-indep: build install


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


[DebianGIS-dev] r2244 - packages/osm2pgsql/trunk/debian

2009-05-26 Thread nd-guest
Author: nd-guest
Date: 2009-05-26 19:38:18 + (Tue, 26 May 2009)
New Revision: 2244

Modified:
   packages/osm2pgsql/trunk/debian/changelog
   packages/osm2pgsql/trunk/debian/copyright
   packages/osm2pgsql/trunk/debian/rules
Log:
remove cruft


Modified: packages/osm2pgsql/trunk/debian/changelog
===
--- packages/osm2pgsql/trunk/debian/changelog   2009-05-26 19:34:09 UTC (rev 
2243)
+++ packages/osm2pgsql/trunk/debian/changelog   2009-05-26 19:38:18 UTC (rev 
2244)
@@ -1,15 +1,15 @@
 osm2pgsql (0.66.20090526-1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
-  * New upstream svn snapshot. 
-  * Removed 10-missing-includes patch, fixed upstream. 
-  * Updated long description, mostly taken from osm2pgsql.spec.in. 
+  * New upstream svn snapshot.
+  * Removed 10-missing-includes patch, fixed upstream.
+  * Updated long description, mostly taken from osm2pgsql.spec.in.
   * Updated copyright year of debian packaging.
   * Added DM-Upload-Allowed to debian/control.
   * Added 01_style_location patch from Frederik Ramm to reflect
 path of style files on debian systems.
-  * Use dh_prep instead of dh_clean -k to fix a lintian warning. 
-  * Updated manpage. 
+  * Use dh_prep instead of dh_clean -k to fix a lintian warning.
+  * Updated manpage.
 
  -- Andreas Putzo andr...@putzo.net  Tue, 26 May 2009 18:28:59 +
 

Modified: packages/osm2pgsql/trunk/debian/copyright
===
--- packages/osm2pgsql/trunk/debian/copyright   2009-05-26 19:34:09 UTC (rev 
2243)
+++ packages/osm2pgsql/trunk/debian/copyright   2009-05-26 19:38:18 UTC (rev 
2244)
@@ -1,15 +1,15 @@
 This package was debianized by Andreas Putzo andr...@putzo.net on
 Sun, 30 Sep 2007 10:57:29 +.
 
-It was downloaded using svn from 
+It was downloaded using svn from
 http://svn.openstreetmap.org/applications/utils/export/osm2pgsql/.
 
-Upstream Authors: 
+Upstream Authors:
 
 Jon Burgess jburgess...@googlemail.com
 Artem Pavlenko ar...@mapnik.org
 
-Copyright: 
+Copyright:
 
 Copyright (C) 2006,2007,2008 Jon Burgess
 Copyright (C) 2007,2007 Artem Pavlenko
@@ -20,12 +20,12 @@
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
- 
+
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
- 
+
 You should have received a copy of the GNU General Public License
 along with this package; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
@@ -48,19 +48,19 @@
 documentation for any purpose, without fee, and without a written agreement
 is hereby granted, provided that the above copyright notice and this
 paragraph and the following two paragraphs appear in all copies.
-
+
 IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
 LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS
 DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.
-
+
 THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
 AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
 ON AN AS IS BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO
 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
-
-  
+
+
 The Debian packaging is (C) 2007-2009 Andreas Putzo andr...@putzo.net and
 is licensed under the GPL, see above.

Modified: packages/osm2pgsql/trunk/debian/rules
===
--- packages/osm2pgsql/trunk/debian/rules   2009-05-26 19:34:09 UTC (rev 
2243)
+++ packages/osm2pgsql/trunk/debian/rules   2009-05-26 19:38:18 UTC (rev 
2244)
@@ -53,7 +53,7 @@
dh_testroot
rm -f build-stamp configure-stamp
[ ! -f Makefile ] || $(MAKE) clean
-   dh_clean 
+   dh_clean
 
 install: build
dh_testdir
@@ -66,7 +66,7 @@
 binary-arch: build install
dh_testdir
dh_testroot
-   dh_installchangelogs 
+   dh_installchangelogs
dh_installdocs
dh_install
dh_installman


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


[DebianGIS-dev] r2245 - packages/osm2pgsql/trunk/debian

2009-05-26 Thread nd-guest
Author: nd-guest
Date: 2009-05-26 19:42:30 + (Tue, 26 May 2009)
New Revision: 2245

Modified:
   packages/osm2pgsql/trunk/debian/changelog
Log:
preparing for release


Modified: packages/osm2pgsql/trunk/debian/changelog
===
--- packages/osm2pgsql/trunk/debian/changelog   2009-05-26 19:38:18 UTC (rev 
2244)
+++ packages/osm2pgsql/trunk/debian/changelog   2009-05-26 19:42:30 UTC (rev 
2245)
@@ -1,6 +1,5 @@
-osm2pgsql (0.66.20090526-1) UNRELEASED; urgency=low
+osm2pgsql (0.66.20090526-1) unstable; urgency=low
 
-  * NOT RELEASED YET
   * New upstream svn snapshot.
   * Removed 10-missing-includes patch, fixed upstream.
   * Updated long description, mostly taken from osm2pgsql.spec.in.
@@ -11,7 +10,7 @@
   * Use dh_prep instead of dh_clean -k to fix a lintian warning.
   * Updated manpage.
 
- -- Andreas Putzo andr...@putzo.net  Tue, 26 May 2009 18:28:59 +
+ -- Andreas Putzo andr...@putzo.net  Tue, 26 May 2009 19:40:51 +
 
 osm2pgsql (0.52.20080408-3) unstable; urgency=high
 


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


[DebianGIS-dev] r2246 - packages/mapserver/trunk/debian

2009-05-26 Thread frankie
Author: frankie
Date: 2009-05-26 19:46:56 + (Tue, 26 May 2009)
New Revision: 2246

Modified:
   packages/mapserver/trunk/debian/changelog
   packages/mapserver/trunk/debian/control
Log:
Merged changelog, 5.2.0-2 will not be released.


Modified: packages/mapserver/trunk/debian/changelog
===
--- packages/mapserver/trunk/debian/changelog   2009-05-26 19:42:30 UTC (rev 
2245)
+++ packages/mapserver/trunk/debian/changelog   2009-05-26 19:46:56 UTC (rev 
2246)
@@ -1,19 +1,18 @@
 mapserver (5.4.0-1) experimental; urgency=low
 
   * NOT YET RELEASED.
+
+  [ Alan Boudreault ]
   * New upstream release.
   * Added Alan as Uploader in debian/control.
   * Removed obsolete html doc generation in debian/rules and 
 from mapserver-doc package.  
 
- -- Alan Boudreault aboudrea...@mapgears.com  Wed, 29 Apr 2009 07:54:54 -0400
-
-mapserver (5.2.2-2) unstable; urgency=low
-
+  [ Francesco Paolo Lovergine ]
   * Updated sections due to ftmpasters changes.
   * Removed obsolete proj alternative build-dep.
 
- -- Francesco Paolo Lovergine fran...@debian.org  Mon, 30 Mar 2009 11:57:39 
+0200
+ -- Francesco Paolo Lovergine fran...@debian.org  Tue, 26 May 2009 21:45:45 
+0200
 
 mapserver (5.2.2-1) unstable; urgency=high
 

Modified: packages/mapserver/trunk/debian/control
===
--- packages/mapserver/trunk/debian/control 2009-05-26 19:42:30 UTC (rev 
2245)
+++ packages/mapserver/trunk/debian/control 2009-05-26 19:46:56 UTC (rev 
2246)
@@ -4,7 +4,7 @@
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Fabio Tranchitella kob...@debian.org, Francesco Paolo Lovergine 
fran...@debian.org, Andreas Putzo andr...@putzo.net, 
  Alan Boudreault aboudrea...@mapgears.com
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Build-Depends: debhelper (= 5.0.37.2), dpatch, libcurl4-gnutls-dev, 
libpng12-dev, zlib1g-dev (= 1.1.4),
  libgd2-xpm-dev (= 2.0.1-10), libfreetype6-dev (= 2.0.9), libjpeg62-dev, 
libgdal1-dev (=1.4.0), libproj-dev,
  libpq-dev, php5-dev, swig, python-all, python-all-dev, python-central (= 
0.5), libgeos-dev (= 2.2.3-2),


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


[DebianGIS-dev] r2248 - packages/thuban/branches/upstream

2009-05-26 Thread frankie
Author: frankie
Date: 2009-05-26 20:36:54 + (Tue, 26 May 2009)
New Revision: 2248

Added:
   packages/thuban/branches/upstream/1.2.1+svn2877/
Log:
[svn-upgrade] Tagging new upstream version, thuban (1.2.1+svn2877)


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


[DebianGIS-dev] Processing of thuban_1.2.1+svn2877-1_i386.changes

2009-05-26 Thread Archive Administrator
thuban_1.2.1+svn2877-1_i386.changes uploaded successfully to localhost
along with the files:
  thuban_1.2.1+svn2877-1.dsc
  thuban_1.2.1+svn2877.orig.tar.gz
  thuban_1.2.1+svn2877-1.diff.gz
  thuban_1.2.1+svn2877-1_i386.deb

Greetings,

Your Debian queue daemon

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


[DebianGIS-dev] thuban_1.2.1+svn2877-1_i386.changes ACCEPTED

2009-05-26 Thread Archive Administrator

Accepted:
thuban_1.2.1+svn2877-1.diff.gz
  to pool/main/t/thuban/thuban_1.2.1+svn2877-1.diff.gz
thuban_1.2.1+svn2877-1.dsc
  to pool/main/t/thuban/thuban_1.2.1+svn2877-1.dsc
thuban_1.2.1+svn2877-1_i386.deb
  to pool/main/t/thuban/thuban_1.2.1+svn2877-1_i386.deb
thuban_1.2.1+svn2877.orig.tar.gz
  to pool/main/t/thuban/thuban_1.2.1+svn2877.orig.tar.gz


Override entries for your package:
thuban_1.2.1+svn2877-1.dsc - source graphics
thuban_1.2.1+svn2877-1_i386.deb - extra graphics

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

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