[SCM] geos annotated tag, upstream/3.3.2, created. upstream/3.3.2

2012-02-26 Thread Francesco Paolo Lovergine
The annotated tag, upstream/3.3.2 has been created
at  4612515cc8c9df7c29245b4f74eff01f95a60d59 (tag)
   tagging  09fc4e9cdd600fde1e24b40f2e16250ff721fc1f (commit)
  replaces  upstream/3.3.1
 tagged by  Francesco Paolo Lovergine
on  Sun Feb 26 23:27:04 2012 +0100

- Shortlog 
Upstream version 3.3.2

Francesco Paolo Lovergine (1):
  Imported Upstream version 3.3.2

---

-- 
Geometry engine for Geographic Information Systems

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


[SCM] geos branch, master, updated. upstream/3.3.1-54-g2df4f41

2012-02-26 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 248b798c0bb497c450e6bd081fa826be4862644e
Author: Francesco Paolo Lovergine 
Date:   Sun Feb 26 23:33:03 2012 +0100

Regenerated debian/control.

diff --git a/debian/control b/debian/control
index ea61bab..1280b19 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Description: Geometry engine for GIS - Development files
 Package: libgeos++-dev
 Section: libdevel
 Architecture: any
-Depends: libgeos-3.3.1 (= ${binary:Version}), ${misc:Depends}
+Depends: libgeos-3.3.2 (= ${binary:Version}), ${misc:Depends}
 Suggests: libgdal-doc
 Description: Geometry engine for GIS - C++ development files
  GEOS provides a spatial object model and fundamental geometric
@@ -58,7 +58,7 @@ Description: Geometry engine for Geographic Information 
Systems - C Library
  This package contains the C library. A C++ library is provided
  by the libgeos-* package.
 
-Package: libgeos-3.3.1
+Package: libgeos-3.3.2
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -107,7 +107,7 @@ Package: libgeos-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: libgeos-3.3.1 (= ${binary:Version}), libgeos-c1 (= 
${binary:Version}), ${misc:Depends}
+Depends: libgeos-3.3.2 (= ${binary:Version}), libgeos-c1 (= 
${binary:Version}), ${misc:Depends}
 Description: Debugging symbols for the GEOS library
  GEOS provides a spatial object model and fundamental geometric
  functions. It implements the geometry model defined in the

-- 
Geometry engine for Geographic Information Systems

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


[SCM] geos branch, master, updated. upstream/3.3.1-54-g2df4f41

2012-02-26 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit aa07aef7ac0799ec784d493f6254319980ac122e
Author: Francesco Paolo Lovergine 
Date:   Sun Feb 26 23:30:49 2012 +0100

New upstream release.

diff --git a/debian/changelog b/debian/changelog
index a27372c..ee5cf64 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+geos (3.3.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Dropped geos-config patch, merged upstream.
+
+ -- Francesco Paolo Lovergine   Sun, 26 Feb 2012 23:29:37 
+0100
+
 geos (3.3.1-4) unstable; urgency=low
 
   * New upstream major release.
diff --git a/debian/patches/geos-config b/debian/patches/geos-config
deleted file mode 100644
index ca1adee..000
--- a/debian/patches/geos-config
+++ /dev/null
@@ -1,24 +0,0 @@
-Index: geos/tools/geos-config.in
-===
 geos.orig/tools/geos-config.in 2012-02-21 23:31:52.0 +0100
-+++ geos/tools/geos-config.in  2012-02-21 23:33:29.0 +0100
-@@ -11,6 +11,7 @@
-  [--prefix]
-  [--version]
-  [--libs]
-+ [--clibs]
-  [--cflags]
-  [--ldflags]
-  [--includes]
-@@ -37,7 +38,10 @@
- echo -I${prefix}/include 
-   ;;
- --libs)
--  echo -L${libdir} -lgeos
-+  echo -L${libdir} -lgeos-@VERSION@
-+  ;;
-+--clibs)
-+  echo -L${libdir} -lgeos_c
-   ;;
- --ldflags)
-   echo -L${libdir}
diff --git a/debian/patches/series b/debian/patches/series
index be57c8e..a9214bf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,4 +7,3 @@ DouglasPeuckerLineSimplifier.h
 TaggedLineString.cpp
 TaggedLineString.h
 TaggedLineStringSimplifier.h
-geos-config

-- 
Geometry engine for Geographic Information Systems

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


[SCM] geos branch, master, updated. upstream/3.3.1-54-g2df4f41

2012-02-26 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 2df4f41a90109c1d687942ba5e1ec5250bc6e3b1
Merge: 248b798c0bb497c450e6bd081fa826be4862644e 
e6d5a322b03c82337786890c2724ad077a540693
Author: Francesco Paolo Lovergine 
Date:   Sun Feb 26 23:46:19 2012 +0100

Merge branch 'master' of ssh://git.debian.org/git/pkg-grass/geos

Conflicts:
debian/changelog
debian/control

diff --combined debian/changelog
index ee5cf64,cb85ff8..9da4cb3
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,21 -1,23 +1,30 @@@
 +geos (3.3.2-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Dropped geos-config patch, merged upstream.
 +
 + -- Francesco Paolo Lovergine   Sun, 26 Feb 2012 23:29:37 
+0100
 +
- geos (3.3.1-4) unstable; urgency=low
+ geos (3.3.1-1) unstable; urgency=low
  
* New upstream major release.
  (closes: #648611)
* Changed the C/C++ chain for development. See NEWS file for an explanation.
+ Thanks strk for a useful discussion about that.
  (closes: #643658)
* Patches refreshed and merged with upstream changes.
* Added patch geos-config to fix library paths. This is coherent with
  upstream approach too.
- 
-  -- Francesco Paolo Lovergine   Tue, 21 Feb 2012 23:33:45 
+0100
+   * Moved the C++ headers under libgeos++-dev automagically and added a break 
+ against the old libgeos-dev all-in-one package.
+   * The libgeos++-dev package depends on libgeos-dev for a couple of reasons:
+   - a common header (geos/extern.h)
+   - a program using C++ API could mixup C and C++ APIs so better being
+ safe about that.
+   * Merged NMU change in debian/rules to fix armhf FTBS.
+ (closes: #641387)
+ 
+  -- Francesco Paolo Lovergine   Wed, 22 Feb 2012 14:20:57 
+0100
  
  geos (3.2.2-3) unstable; urgency=low
  
diff --combined debian/control
index 1280b19,fa96776..eb6f2c1
--- a/debian/control
+++ b/debian/control
@@@ -25,8 -25,9 +25,9 @@@ Description: Geometry engine for GIS - 
  Package: libgeos++-dev
  Section: libdevel
  Architecture: any
- Depends: libgeos-3.3.2 (= ${binary:Version}), ${misc:Depends}
 -Depends: libgeos-3.3.1 (= ${binary:Version}), libgeos-dev, ${misc:Depends}
++Depends: libgeos-3.3.2 (= ${binary:Version}), libgeos-dev, ${misc:Depends}
  Suggests: libgdal-doc
+ Breaks: libgeos-dev (<< 3.3.1-1~)
  Description: Geometry engine for GIS - C++ development files
   GEOS provides a spatial object model and fundamental geometric
   functions. It implements the geometry model defined in the
@@@ -58,7 -59,7 +59,7 @@@ Description: Geometry engine for Geogra
   This package contains the C library. A C++ library is provided
   by the libgeos-* package.
  
 -Package: libgeos-3.3.1
 +Package: libgeos-3.3.2
  Section: libs
  Architecture: any
  Depends: ${shlibs:Depends}, ${misc:Depends}
@@@ -77,7 -78,8 +78,8 @@@ Description: Geometry engine for Geogra
 * topological validity checking
   .
   This package contains the C++ library. A stable C library is provided
-  by the libgeos-c* package.
+  by the libgeos-c* package and should be preferred by third-parties
+  programs.
  
  Package: libgeos-doc
  Section: doc
@@@ -107,7 -109,7 +109,7 @@@ Package: libgeos-db
  Architecture: any
  Section: debug
  Priority: extra
 -Depends: libgeos-3.3.1 (= ${binary:Version}), libgeos-c1 (= 
${binary:Version}), ${misc:Depends}
 +Depends: libgeos-3.3.2 (= ${binary:Version}), libgeos-c1 (= 
${binary:Version}), ${misc:Depends}
  Description: Debugging symbols for the GEOS library
   GEOS provides a spatial object model and fundamental geometric
   functions. It implements the geometry model defined in the

-- 
Geometry engine for Geographic Information Systems

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


[SCM] geos branch, master, updated. upstream/3.3.1-54-g2df4f41

2012-02-26 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 300420500fddaab9639c5d10c20f1e1d99bcf868
Merge: 216878271f27a5662920f7f23e710da46957f4a3 
09fc4e9cdd600fde1e24b40f2e16250ff721fc1f
Author: Francesco Paolo Lovergine 
Date:   Sun Feb 26 23:27:04 2012 +0100

Merge tag 'upstream/3.3.2'

Upstream version 3.3.2


-- 
Geometry engine for Geographic Information Systems

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


[SCM] netcdf branch, master, updated. upstream/4.1.3-28-g2a7b8ff

2012-02-26 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 2a7b8ff576847f1ae530d3fb67c43dbf3b2ca208
Author: Francesco Paolo Lovergine 
Date:   Sun Feb 26 23:15:05 2012 +0100

Promoted to sid.

diff --git a/debian/changelog b/debian/changelog
index 95cea5f..d2b9e5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+netcdf (1:4.1.3-1) unstable; urgency=low
+
+  * Promoted to unstable.
+
+ -- Francesco Paolo Lovergine   Sun, 26 Feb 2012 23:08:01 
+0100
+
 netcdf (1:4.1.3-1~exp3) experimental; urgency=low
 
   * Removed duplicaed libraries in linetcdfc7.

-- 
The NetCDF Library

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


Bug#632724: marked as done (ftbs with ld --as-needed)

2012-02-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Feb 2012 22:03:17 +0100
with message-id <20120226220317.5a01129c@local>
and subject line Closing bug
has caused the Debian Bug report #632724,
regarding ftbs with ld --as-needed
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.)


-- 
632724: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632724
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: osm2pgsql
Version: 0.70.5+r25090-2
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

the package osm2pgsql fails to build when using the linker flag --as-needed
The zlib and bzip m4 macros wrongly use LDFLAGS to link with libraries.
This leads to wrong ordering on the command line.
With ld --as-needed the libraries must be placed after the objects
needing them.
The LIBS variable must be used to archive the correct ordering.

See the log in the ubuntu bug:
https://bugs.launchpad.net/ubuntu/+source/osm2pgsql/+bug/803191

Attached patch fixes this issue.
Description: fix build with ld --as-needed
 The zlib and bzip m4 macros wrongly use LDFLAGS to link with libraries.
 This leads to wrong ordering on the command line.
 With ld --as-needed the libraries must be placed after the objects
 needing them.
 The LIBS variable must be used to archive the correct ordering.
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/osm2pgsql/+bug/803191
Author: Julian Taylor 
--- osm2pgsql-0.70.5+r25090.orig/m4/ax_lib_zlib.m4
+++ osm2pgsql-0.70.5+r25090/m4/ax_lib_zlib.m4
@@ -117,8 +117,8 @@ AC_DEFUN([AX_LIB_ZLIB],
 saved_CPPFLAGS="$CPPFLAGS"
 CPPFLAGS="$CPPFLAGS -I$zlib_include_dir"
 
-saved_LDFLAGS="$LDFLAGS"
-LDFLAGS="$LDFLAGS $zlib_lib_flags"
+saved_LIBS="$LIBS"
+LIBS="$LIBS $zlib_lib_flags"
 
 dnl
 dnl Check zlib headers
@@ -178,7 +178,7 @@ AC_DEFUN([AX_LIB_ZLIB],
 fi
 
 CPPFLAGS="$saved_CPPFLAGS"
-LDFLAGS="$saved_LDFLAGS"
+LIBS="$saved_LIBS"
 fi
 
 AC_MSG_CHECKING([for zlib compression library])
--- osm2pgsql-0.70.5+r25090.orig/m4/ax_lib_bzip2.m4
+++ osm2pgsql-0.70.5+r25090/m4/ax_lib_bzip2.m4
@@ -117,8 +117,8 @@ AC_DEFUN([AX_LIB_BZIP2],
 saved_CPPFLAGS="$CPPFLAGS"
 CPPFLAGS="$CPPFLAGS -I$bzlib_include_dir"
 
-saved_LDFLAGS="$LDFLAGS"
-LDFLAGS="$LDFLAGS $bzlib_lib_flags"
+saved_LIBS="$LIBS"
+LIBS="$LIBS $bzlib_lib_flags"
 
 dnl
 dnl Check bzip2 headers
@@ -178,7 +178,7 @@ AC_DEFUN([AX_LIB_BZIP2],
 fi
 
 CPPFLAGS="$saved_CPPFLAGS"
-LDFLAGS="$saved_LDFLAGS"
+LIBS="$saved_LIBS"
 fi
 
 AC_MSG_CHECKING([for bzip2 compression library])


signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Version: 0.80.0+r27899-1

Seems like it was fixed with the latest upload.

Kindly,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: 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

Bug#630914: marked as done (osm2pgsql: wrong searchpath for default.style)

2012-02-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Feb 2012 22:03:44 +0100
with message-id <20120226220344.69feae72@local>
and subject line Closing bug
has caused the Debian Bug report #630914,
regarding osm2pgsql: wrong searchpath for default.style
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.)


-- 
630914: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630914
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: osm2pgsql
Version: 0.70.5+r25090-2
Severity: minor


The binary expects the default.style file in /usr/share/ .
The debian package-build-script places it in /usr/share/osm2pgsql/

So the programm fails if not given on the command-line:

-S /usr/share/osm2pgsql/default.style

Wrote a little patch solving the problem for me:

diff -r 28e4eb5474dd osm2pgsql.c
--- a/osm2pgsql.c   Sat Jun 18 17:46:59 2011 +0200
+++ b/osm2pgsql.c   Sat Jun 18 17:59:04 2011 +0200
@@ -152,7 +152,7 @@
 printf("\t\texceptions during import, you should try this 
switch.\n");
 }
 
-printf("   -S|--style\t\tLocation of the style file. Defaults to " 
OSM2PGSQL_DATADIR "/default.style\n");
+printf("   -S|--style\t\tLocation of the style file. Defaults to 
/usr/share/osm2pgsql/default.style\n");
 printf("   -C|--cache\t\tOnly for slim mode: Use upto this many MB for 
caching nodes\n");
 printf(" \t\tDefault is 800\n");
 printf("   -U|--username\tPostgresql user name.\n");
@@ -311,7 +311,7 @@
 const char *tblsindex = "pg_default"; // default TABLESPACE for index
 const char *conninfo = NULL;
 const char *prefix = "planet_osm";
-const char *style = OSM2PGSQL_DATADIR "/default.style";
+const char *style = "/usr/share/osm2pgsql/default.style";
 const char *temparg;
 const char *output_backend = "pgsql";
 const char *input_reader = "auto";




-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/6 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages osm2pgsql depends on:
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.13-4   Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.6.0-10   GCC support library
ii  libgeos-3.2.2   3.2.2-2  Geometry engine for Geographic Inf
ii  libpq5  9.0.4-1+b1   PostgreSQL C client library
ii  libproj04.7.0-1  Cartographic projection library
ii  libprotobuf-c0  0.14-1+b1Protocol Buffers C library
ii  libstdc++6  4.6.0-10 The GNU Standard C++ Library v3
ii  libxml2 2.7.8.dfsg-3 GNOME XML library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages osm2pgsql recommends:
ii  postgis   1.5.2-1geographic objects support for Pos
ii  postgresql-8.4-postgis1.5.2-1geographic objects support for Pos

Versions of packages osm2pgsql suggests:
pn  gosmore(no description available)
ii  josm   0.0.svn4064-2 Editor for OpenStreetMap

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 0.80.0+r27899-1

Hello,

it seems like this was already fixed upstream.
In fact, in the Makefile, there is:

   osm2pgsqldir = $(datadir)/osm2pgsql

This is reflected in the code, and thus osm2pgsql should find its style
in the correct directory.

Please feel free to reopen if this is not fixed in the indicated version.

Kindly,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: 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

Processed: closing 630895

2012-02-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> close 630895
Bug#630895: osm2pgsql: Incorrect postgres port
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Martin Krüger 


> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
630895: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630895
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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

osm2pgsql_0.80.0+r27899-1_i386.changes ACCEPTED into unstable

2012-02-26 Thread Debian FTP Masters



Accepted:
osm2pgsql_0.80.0+r27899-1.debian.tar.gz
  to main/o/osm2pgsql/osm2pgsql_0.80.0+r27899-1.debian.tar.gz
osm2pgsql_0.80.0+r27899-1.dsc
  to main/o/osm2pgsql/osm2pgsql_0.80.0+r27899-1.dsc
osm2pgsql_0.80.0+r27899-1_i386.deb
  to main/o/osm2pgsql/osm2pgsql_0.80.0+r27899-1_i386.deb
osm2pgsql_0.80.0+r27899.orig.tar.gz
  to main/o/osm2pgsql/osm2pgsql_0.80.0+r27899.orig.tar.gz


Override entries for your package:
osm2pgsql_0.80.0+r27899-1.dsc - source utils
osm2pgsql_0.80.0+r27899-1_i386.deb - optional utils

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/cgi-bin/mailman/listinfo/pkg-grass-devel


Bug#657874: marked as done (Please package new upstream version of osm2pgsql)

2012-02-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Feb 2012 21:48:14 +0100
with message-id <20120226214814.12fbbcfd@local>
and subject line Re: Bug#657874: Please package new upstream version of 
osm2pgsql
has caused the Debian Bug report #657874,
regarding Please package new upstream version of osm2pgsql
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.)


-- 
657874: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657874
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: osm2pgsql

Please package 0.80-ish which is available in upstream svn.  I built a
.deb from upstream and it compiled with no problems.

Thanks,

Antony


--- End Message ---
--- Begin Message ---
Version: 0.80.0+r27899-1

On Sun, 29 Jan 2012 16:48:18 +0200, Antony Gelberg wrote:

> Package: osm2pgsql
> 
> Please package 0.80-ish which is available in upstream svn.  I built a
> .deb from upstream and it compiled with no problems.

Uh, I missed this. Though I just uploaded "0.80-ish" :)

Cheers,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: 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

[SCM] osm2pgsql annotated tag, upstream/0.80.0+r27899, created. upstream/0.80.0+r27899

2012-02-26 Thread David Paleino
The annotated tag, upstream/0.80.0+r27899 has been created
at  c57950bab0689ebf16e428691adaa2cf79d04f00 (tag)
   tagging  3ba1a1360fc4400993783b07b8ed24d40733ea12 (commit)
  replaces  upstream/0.70.5+r25090
 tagged by  David Paleino
on  Sun Feb 26 21:05:37 2012 +0100

- Shortlog 
Upstream version 0.80.0+r27899
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk9KkJEACgkQ5qqQFxOSsXTIsQCgiy/6bBZR2p3HNk+d212decSQ
gGoAnAv+qfP60Bo+a/vn28eZ7WCH62hg
=VUAW
-END PGP SIGNATURE-

David Paleino (1):
  Imported Upstream version 0.80.0+r27899

---

-- 
OpenStreetMap data to PostgreSQL converter

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


[SCM] osm2pgsql annotated tag, debian/0.80.0+r27899-1, created. debian/0.80.0+r27899-1

2012-02-26 Thread David Paleino
The annotated tag, debian/0.80.0+r27899-1 has been created
at  b445e842a335da8ba787795049b6c59c4fec8c79 (tag)
   tagging  eaab0c03a46788da0ef03b66a0e806ac843736c8 (commit)
  replaces  debian/0.70.5+r25090-2
 tagged by  David Paleino
on  Sun Feb 26 21:46:12 2012 +0100

- Shortlog 
Debian release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk9KmhQACgkQ5qqQFxOSsXSC5wCeLgevplUNQs99a1XvDU1F/TlZ
g6QAn2cdVxty7O6J8wGNvt/7G84GfEWV
=8TTJ
-END PGP SIGNATURE-

David Paleino (9):
  Strip the debian/ directory from the SVN checkout
  Imported Upstream version 0.80.0+r27899
  Merge tag 'upstream/0.80.0+r27899'
  New SVN snapshot
  Standards-Version bump to 3.9.3, no changes needed
  Updated debian/copyright
  Patches refreshed to apply to new source
  Switch build-dependency from libgeos-dev to libgeos++-dev
  Releasing to sid

---

-- 
OpenStreetMap data to PostgreSQL converter

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


[SCM] osm2pgsql branch, master, updated. debian/0.70.5+r25090-2-10-geaab0c0

2012-02-26 Thread David Paleino
The following commit has been merged in the master branch:
commit 62a76baebaa169d5d6c1f63cb8ba2ad14e18618a
Author: David Paleino 
Date:   Sun Feb 26 21:23:06 2012 +0100

Updated debian/copyright

diff --git a/debian/changelog b/debian/changelog
index f5e14e2..f7156d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ osm2pgsql (0.80.0+r27899-1) UNRELEASED; urgency=low
   * New SVN snapshot
   * Strip the debian/ directory from the SVN checkout
   * Standards-Version bump to 3.9.3, no changes needed
+  * Updated debian/copyright
 
- -- David Paleino   Sun, 26 Feb 2012 21:07:38 +0100
+ -- David Paleino   Sun, 26 Feb 2012 21:22:58 +0100
 
 osm2pgsql (0.70.5+r25090-2) unstable; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index 6b40532..21ef622 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
-Format: http://dep.debian.net/deps/dep5
-Source: http://svn.openstreetmap.org/applications/utils/export/osm2pgsql/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Source: 
http://svn.openstreetmap.org/applications/utils/export/osm2pgsql/
 
 Files: *
 Copyright: © 2007-2008, Artem Pavlenko 
@@ -8,9 +8,13 @@ License: GPL-2+
 
 Files: debian/*
 Copyright: © 2007-2009, Andreas Putzo 
- © 2010-2011, David Paleino 
+ © 2010-2012, David Paleino 
 License: GPL-2+
 
+Files: geos-fallback/*
+Copyright: © 2006, Refractions Research Inc.
+License: LGPL-3+
+
 Files: rb.c
 Copyright: © 1998-2002, 2004, Free Software Foundation, Inc.
 License: GPL-2+
@@ -32,9 +36,8 @@ License: GPL-2+
  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
-Comments:
+ along with this program. If not, see .
+ .
  On Debian systems, the complete text of the GNU General Public License
  version 2 or later can be found in `/usr/share/common-licenses/GPL-2'.
 
@@ -55,3 +58,20 @@ License: other
  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.
+
+License: LGPL-3+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 3 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 Lesser General Public License
+ along with this program. If not, see .
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ version 3 or later can be found in `/usr/share/common-licenses/LGPL-3'.

-- 
OpenStreetMap data to PostgreSQL converter

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

[SCM] osm2pgsql branch, pristine-tar, updated. cfaccb5fd0e00e2320102880f72f5f0fdb0634d9

2012-02-26 Thread David Paleino
The following commit has been merged in the pristine-tar branch:
commit cfaccb5fd0e00e2320102880f72f5f0fdb0634d9
Author: David Paleino 
Date:   Sun Feb 26 21:05:36 2012 +0100

pristine-tar data for osm2pgsql_0.80.0+r27899.orig.tar.gz

diff --git a/osm2pgsql_0.80.0+r27899.orig.tar.gz.delta 
b/osm2pgsql_0.80.0+r27899.orig.tar.gz.delta
new file mode 100644
index 000..c99e465
Binary files /dev/null and b/osm2pgsql_0.80.0+r27899.orig.tar.gz.delta differ
diff --git a/osm2pgsql_0.80.0+r27899.orig.tar.gz.id 
b/osm2pgsql_0.80.0+r27899.orig.tar.gz.id
new file mode 100644
index 000..191229e
--- /dev/null
+++ b/osm2pgsql_0.80.0+r27899.orig.tar.gz.id
@@ -0,0 +1 @@
+3ba1a1360fc4400993783b07b8ed24d40733ea12

-- 
OpenStreetMap data to PostgreSQL converter

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


[SCM] osm2pgsql branch, master, updated. debian/0.70.5+r25090-2-10-geaab0c0

2012-02-26 Thread David Paleino
The following commit has been merged in the master branch:
commit eaab0c03a46788da0ef03b66a0e806ac843736c8
Author: David Paleino 
Date:   Sun Feb 26 21:37:43 2012 +0100

Releasing to sid

diff --git a/debian/changelog b/debian/changelog
index 7a7ef48..13a19fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-osm2pgsql (0.80.0+r27899-1) UNRELEASED; urgency=low
+osm2pgsql (0.80.0+r27899-1) unstable; urgency=low
 
   * New SVN snapshot
   * Strip the debian/ directory from the SVN checkout
@@ -7,7 +7,7 @@ osm2pgsql (0.80.0+r27899-1) UNRELEASED; urgency=low
   * Patches refreshed to apply to new source
   * Switch build-dependency from libgeos-dev to libgeos++-dev
 
- -- David Paleino   Sun, 26 Feb 2012 21:35:40 +0100
+ -- David Paleino   Sun, 26 Feb 2012 21:37:38 +0100
 
 osm2pgsql (0.70.5+r25090-2) unstable; urgency=low
 

-- 
OpenStreetMap data to PostgreSQL converter

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


[SCM] osm2pgsql branch, master, updated. debian/0.70.5+r25090-2-10-geaab0c0

2012-02-26 Thread David Paleino
The following commit has been merged in the master branch:
commit caafbc4fb187a95ccba95089888133594d8c55bf
Author: David Paleino 
Date:   Sun Feb 26 21:30:41 2012 +0100

Patches refreshed to apply to new source

diff --git a/debian/changelog b/debian/changelog
index f7156d3..0dbd8e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ osm2pgsql (0.80.0+r27899-1) UNRELEASED; urgency=low
   * Strip the debian/ directory from the SVN checkout
   * Standards-Version bump to 3.9.3, no changes needed
   * Updated debian/copyright
+  * Patches refreshed to apply to new source
 
- -- David Paleino   Sun, 26 Feb 2012 21:22:58 +0100
+ -- David Paleino   Sun, 26 Feb 2012 21:30:31 +0100
 
 osm2pgsql (0.70.5+r25090-2) unstable; urgency=low
 
diff --git a/debian/patches/00-fix_build.patch 
b/debian/patches/00-fix_build.patch
index c62e24c..9dc5ea8 100644
--- a/debian/patches/00-fix_build.patch
+++ b/debian/patches/00-fix_build.patch
@@ -3,22 +3,19 @@ Subject: add missing ZLIB linkage
 Forwarded: no
 
 ---
- Makefile.am |6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
+ Makefile.am |4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
 
 --- osm2pgsql.orig/Makefile.am
 +++ osm2pgsql/Makefile.am
-@@ -35,10 +35,10 @@ BUILT_SOURCES = \
+@@ -37,8 +37,8 @@ endif
  
- endif
+ osm2pgsqldir = $(datadir)/osm2pgsql
  
--AM_CFLAGS = @PTHREAD_CFLAGS@ @POSTGRESQL_CFLAGS@ @XML2_CFLAGS@ @BZIP2_CFLAGS@ 
 @GEOS_CFLAGS@ @PROJ_CFLAGS@  @PROTOBUF_C_CFLAGS@ 
-DOSM2PGSQL_DATADIR='"$(datadir)"' -DVERSION='"@PACKAGE_VERSION@"'
--AM_CPPFLAGS = @PTHREAD_CFLAGS@ @POSTGRESQL_CFLAGS@ @XML2_CFLAGS@ 
@BZIP2_CFLAGS@  @GEOS_CFLAGS@ @PROJ_CFLAGS@ -DOSM2PGSQL_DATADIR='"$(datadir)"'
-+AM_CFLAGS = @PTHREAD_CFLAGS@ @POSTGRESQL_CFLAGS@ @XML2_CFLAGS@ @BZIP2_CFLAGS@ 
 @GEOS_CFLAGS@ @PROJ_CFLAGS@  @PROTOBUF_C_CFLAGS@ @ZLIB_CFLAGS@ 
-DOSM2PGSQL_DATADIR='"$(datadir)"' -DVERSION='"@PACKAGE_VERSION@"'
-+AM_CPPFLAGS = @PTHREAD_CFLAGS@ @POSTGRESQL_CFLAGS@ @XML2_CFLAGS@ 
@BZIP2_CFLAGS@  @GEOS_CFLAGS@ @PROJ_CFLAGS@ @ZLIB_CFLAGS@ 
-DOSM2PGSQL_DATADIR='"$(datadir)"'
+-AM_CFLAGS = @PTHREAD_CFLAGS@ @POSTGRESQL_CFLAGS@ @XML2_CFLAGS@ @BZIP2_CFLAGS@ 
 @GEOS_CFLAGS@ @PROJ_CFLAGS@  @PROTOBUF_C_CFLAGS@ 
-DOSM2PGSQL_DATADIR='"$(osm2pgsqldir)"' -DVERSION='"@PACKAGE_VERSION@"' 
+-AM_CPPFLAGS = @PTHREAD_CFLAGS@ @POSTGRESQL_CFLAGS@ @XML2_CFLAGS@ 
@BZIP2_CFLAGS@  @GEOS_CFLAGS@ @PROJ_CFLAGS@ 
-DOSM2PGSQL_DATADIR='"$(osm2pgsqldir)"' -Igeos-fallback
++AM_CFLAGS = @PTHREAD_CFLAGS@ @POSTGRESQL_CFLAGS@ @XML2_CFLAGS@ @BZIP2_CFLAGS@ 
 @GEOS_CFLAGS@ @PROJ_CFLAGS@  @PROTOBUF_C_CFLAGS@ @ZLIB_CFLAGS@ 
-DOSM2PGSQL_DATADIR='"$(osm2pgsqldir)"' -DVERSION='"@PACKAGE_VERSION@"'
++AM_CPPFLAGS = @PTHREAD_CFLAGS@ @POSTGRESQL_CFLAGS@ @XML2_CFLAGS@ 
@BZIP2_CFLAGS@  @GEOS_CFLAGS@ @PROJ_CFLAGS@ @ZLIB_CFLAGS@ 
-DOSM2PGSQL_DATADIR='"$(osm2pgsqldir)"' -Igeos-fallback
  
--AM_LDFLAGS = @PTHREAD_CFLAGS@ @POSTGRESQL_LDFLAGS@ @XML2_LDFLAGS@ 
@BZIP2_LDFLAGS@ @GEOS_LDFLAGS@ @GEOS_LIBS@ @PROJ_LDFLAGS@ @PROTOBUF_C_LDFLAGS@
-+AM_LDFLAGS = @PTHREAD_CFLAGS@ @POSTGRESQL_LDFLAGS@ @XML2_LDFLAGS@ 
@BZIP2_LDFLAGS@ @GEOS_LDFLAGS@ @GEOS_LIBS@ @PROJ_LDFLAGS@ @PROTOBUF_C_LDFLAGS@ 
@ZLIB_LDFLAGS@
+ AM_LDFLAGS = @PTHREAD_CFLAGS@ @ZLIB_LDFLAGS@ @ZLIB_LIBS@ @POSTGRESQL_LDFLAGS@ 
@POSTGRESQL_LIBS@ @XML2_LDFLAGS@ @BZIP2_LDFLAGS@ @BZIP2_LIBS@ @GEOS_LDFLAGS@ 
@GEOS_LIBS@ @PROJ_LDFLAGS@ @PROJ_LIBS@ @PROTOBUF_C_LDFLAGS@ @PROTOBUF_C_LIBS@
  
- osm2pgsqldir = $(datadir)/osm2pgsql
- osm2pgsql_DATA = default.style 900913.sql
diff --git a/debian/patches/01-disable_gazetteer.patch 
b/debian/patches/01-disable_gazetteer.patch
index a17b1b9..919754c 100644
--- a/debian/patches/01-disable_gazetteer.patch
+++ b/debian/patches/01-disable_gazetteer.patch
@@ -20,7 +20,7 @@ Forwarded: not-needed
  
 --- osm2pgsql.orig/configure.ac
 +++ osm2pgsql/configure.ac
-@@ -91,5 +91,5 @@ AX_PTHREAD(,[AC_MSG_ERROR([no])])
+@@ -93,5 +93,5 @@ AX_PTHREAD(,[AC_MSG_ERROR([no])])
  
  
  dnl Generate Makefile

-- 
OpenStreetMap data to PostgreSQL converter

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


[SCM] osm2pgsql branch, master, updated. debian/0.70.5+r25090-2-10-geaab0c0

2012-02-26 Thread David Paleino
The following commit has been merged in the master branch:
commit 82c7994ab424860f9c41fcde5572ed337ceef9e2
Author: David Paleino 
Date:   Sun Feb 26 21:35:51 2012 +0100

Switch build-dependency from libgeos-dev to libgeos++-dev

diff --git a/debian/changelog b/debian/changelog
index 0dbd8e6..7a7ef48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ osm2pgsql (0.80.0+r27899-1) UNRELEASED; urgency=low
   * Standards-Version bump to 3.9.3, no changes needed
   * Updated debian/copyright
   * Patches refreshed to apply to new source
+  * Switch build-dependency from libgeos-dev to libgeos++-dev
 
- -- David Paleino   Sun, 26 Feb 2012 21:30:31 +0100
+ -- David Paleino   Sun, 26 Feb 2012 21:35:40 +0100
 
 osm2pgsql (0.70.5+r25090-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 89bef14..e616531 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  , dh-autoreconf
  , libbz2-dev
  , zlib1g-dev
- , libgeos-dev
+ , libgeos++-dev
  , libpq-dev
  , libxml2-dev
  , libproj-dev

-- 
OpenStreetMap data to PostgreSQL converter

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


[SCM] osm2pgsql branch, master, updated. debian/0.70.5+r25090-2-10-geaab0c0

2012-02-26 Thread David Paleino
The following commit has been merged in the master branch:
commit 173d75b2a5cda799527f5668f273a1ccef10b04b
Merge: 64368717892a336602d3413b0e0abf32e9ed6640 
3ba1a1360fc4400993783b07b8ed24d40733ea12
Author: David Paleino 
Date:   Sun Feb 26 21:05:38 2012 +0100

Merge tag 'upstream/0.80.0+r27899'

Upstream version 0.80.0+r27899


-- 
OpenStreetMap data to PostgreSQL converter

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


[SCM] osm2pgsql branch, master, updated. debian/0.70.5+r25090-2-10-geaab0c0

2012-02-26 Thread David Paleino
The following commit has been merged in the master branch:
commit a1a495f05171fad3436e62f59f27f0413c781539
Author: David Paleino 
Date:   Sun Feb 26 21:07:51 2012 +0100

Standards-Version bump to 3.9.3, no changes needed

diff --git a/debian/changelog b/debian/changelog
index 8a33c6d..f5e14e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ osm2pgsql (0.80.0+r27899-1) UNRELEASED; urgency=low
 
   * New SVN snapshot
   * Strip the debian/ directory from the SVN checkout
+  * Standards-Version bump to 3.9.3, no changes needed
 
- -- David Paleino   Sun, 26 Feb 2012 20:55:49 +0100
+ -- David Paleino   Sun, 26 Feb 2012 21:07:38 +0100
 
 osm2pgsql (0.70.5+r25090-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index f398cda..89bef14 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends:
  , libproj-dev
  , libprotobuf-c0-dev (>= 0.14)
  , protobuf-c-compiler
-Standards-Version: 3.9.1
+Standards-Version: 3.9.3
 Homepage: http://wiki.openstreetmap.org/wiki/Osm2pgsql
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/osm2pgsql.git
 Vcs-Git: git://git.debian.org/pkg-grass/osm2pgsql.git

-- 
OpenStreetMap data to PostgreSQL converter

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


[SCM] osm2pgsql branch, master, updated. debian/0.70.5+r25090-2-10-geaab0c0

2012-02-26 Thread David Paleino
The following commit has been merged in the master branch:
commit 48ecc3d513bfde22aa1e66e95e3852f49f0b8cfe
Author: David Paleino 
Date:   Sun Feb 26 21:07:28 2012 +0100

New SVN snapshot

diff --git a/debian/changelog b/debian/changelog
index 97b5282..8a33c6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-osm2pgsql (0.70.5+r25090-3) UNRELEASED; urgency=low
+osm2pgsql (0.80.0+r27899-1) UNRELEASED; urgency=low
 
+  * New SVN snapshot
   * Strip the debian/ directory from the SVN checkout
 
  -- David Paleino   Sun, 26 Feb 2012 20:55:49 +0100

-- 
OpenStreetMap data to PostgreSQL converter

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


[SCM] osm2pgsql branch, master, updated. debian/0.70.5+r25090-2-10-geaab0c0

2012-02-26 Thread David Paleino
The following commit has been merged in the master branch:
commit 64368717892a336602d3413b0e0abf32e9ed6640
Author: David Paleino 
Date:   Sun Feb 26 20:59:45 2012 +0100

Strip the debian/ directory from the SVN checkout

diff --git a/debian/changelog b/debian/changelog
index 5af219d..97b5282 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osm2pgsql (0.70.5+r25090-3) UNRELEASED; urgency=low
+
+  * Strip the debian/ directory from the SVN checkout
+
+ -- David Paleino   Sun, 26 Feb 2012 20:55:49 +0100
+
 osm2pgsql (0.70.5+r25090-2) unstable; urgency=low
 
   * Fix Maintainer e-mail address
diff --git a/debian/rules b/debian/rules
index 53f3920..19b6e3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,8 @@ get-orig-source:
svn export -r ${SVNREV} ${SVNREPO} osm2pgsql-${UPVER}${SUFFIX}/
@echo Removing gazetteer.
rm -rf osm2pgsql-${UPVER}${SUFFIX}/gazetteer/
+   @echo Removing debian/ directory
+   rm -rf osm2pgsql-${UPVER}${SUFFIX}/debian/
@echo Building snapshot tarball.
tar czvf osm2pgsql_${UPVER}${SUFFIX}.orig.tar.gz 
osm2pgsql-${UPVER}${SUFFIX}
@echo Cleaning up

-- 
OpenStreetMap data to PostgreSQL converter

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


Processing of osm2pgsql_0.80.0+r27899-1_i386.changes

2012-02-26 Thread Debian FTP Masters
osm2pgsql_0.80.0+r27899-1_i386.changes uploaded successfully to localhost
along with the files:
  osm2pgsql_0.80.0+r27899-1.dsc
  osm2pgsql_0.80.0+r27899.orig.tar.gz
  osm2pgsql_0.80.0+r27899-1.debian.tar.gz
  osm2pgsql_0.80.0+r27899-1_i386.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


[SCM] gdal branch, master, updated. upstream/1.8.1-96-gf0550d3

2012-02-26 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit f0550d3946aa13dbaffacde1b0e045d190548d09
Author: Francesco Paolo Lovergine 
Date:   Sun Feb 26 17:29:04 2012 +0100

Revised copyright for definitive 1.0 format.

diff --git a/debian/changelog b/debian/changelog
index a32bd99..10ceb40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ gdal (1.9.0-1~exp3) experimental; urgency=low
 
   * Added b-deps and enabled a few new supports: 
 Poppler, Armadillo, OpenJPEG, FreeXL and libZMA.
+  * Revised copyright file for format 1.0.
 
- -- Francesco Paolo Lovergine   Thu, 23 Feb 2012 12:40:19 
+0100
+ -- Francesco Paolo Lovergine   Sun, 26 Feb 2012 17:24:24 
+0100
 
 gdal (1.9.0-1~exp2) experimental; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index 101207b..5e181d3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,5 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: GDAL/OGR
 Upstream-Contact: The GDAL/OGR project team, Frank Warmerdam 

 Source: http://www.gdal.org/
 
@@ -11,10 +12,10 @@ License: Expat
  the rights to use, copy, modify, merge, publish, distribute, sublicense,
  and/or sell copies of the Software, and to permit persons to whom the
  Software is furnished to do so, subject to the following conditions:
-
+ .
  The above copyright notice and this permission notice shall be included
  in all copies or substantial portions of the Software.
-
+ .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
@@ -38,7 +39,7 @@ License: BSD
  * Neither the name of Industrial Light & Magic nor the names of
  its contributors may be used to endorse or promote products derived
  from this software without specific prior written permission. 
-
+ .
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
@@ -65,19 +66,19 @@ License: BSD
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:
-
+ .
  * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
-
+ .
  * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
-
+ .
  * Neither the name of Utrecht University nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
-
+ .
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
@@ -96,17 +97,17 @@ License: public-domain
  The degrib and g2clib source code are modified versions of code produced 
  by NOAA NWS and are in the public domain subject to the following
  restrictions:
-
+ .
  http://www.weather.gov/im/softa.htm
-
+ .
  DISCLAIMER The United States Government makes no warranty, expressed or 
  implied, as to the usefulness of the software and documentation for any 
  purpose. The U.S. Government, its instrumentalities, officers, employees, 
  and agents assumes no responsibility (1) for the use of the software and 
  documentation listed below, or (2) to provide technical support to users. 
-
+ .
  http://www.weather.gov/disclaimer.php
-
+ .
   The information on government servers are in the public domain, unless 
  specifically annotated otherwise, and may be used freely by the public so 
  long as you do not 1) claim it is your own (e.g. by claiming copyright for 
@@ -115,7 +116,7 @@ License: public-domain
  then present it as official government material. You also cannot present 
  information of your own in a way that makes it appear to be official 
  government information..
-
+ .
   The user assumes the entire risk related to its use of this data. NWS is 
  providing this data "as is," and NWS disclaims any and all warranties, 
  whether express or implied, including (without limitation) any implied 
@@ -123,7 +124,7 @@ License: public-domain
  event will NWS be liable to you or to any third party for any direct, 
  indirect, incidental, consequential, special or exemplary damages or lost 
  profit resulting from any use or misuse of this data.
-
+ .
   As required by 17 U.S.C. 403, third parties producing copyrighted works 
  consisting predominantly of the material appearing in NWS Web pages must 
  provide notice with such work(s) identifying the NWS mat

Bug#586149: Please consider the usage of update-alternatives for hdf5 libraries

2012-02-26 Thread Francesco P. Lovergine
On Sun, Feb 26, 2012 at 12:34:54AM -0500, Adam C Powell IV wrote:
> There's a better way to do this by just having different shared library
> file names and sonames for each of the shared library packages.  Then
> the -dev packages can conflict, while one can install multiple packages
> using the different shared libraries simultaneously, not one-at-a-time
> as update-alternatives would do.
> 
> Note this would also allow simultaneous install of hdf5-tools and
> libhdf5-mpi-dev which is required to build several HDF5 reverse-depends,
> such as med-fichier.  This represents a major regression vs. 1.8.6 and
> should be fixed as soon as possible.
> 

Are you proposing to install conflicting -dev packages with identical
symlinks for ensuring transparent building in serial/parallel? I'm not
sure that would not break in a very odd and tricky way intricated
dependencies (e.g. building using headers of third parties that
depend on and include different hdf5 flavors). I would avoid that.
It is much more sane diverging headers names too and patch what ever
is needed to be patched to use the right flavor.


-- 
Francesco P. Lovergine



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


Bug#648611: marked as done (Please update to latest upstream release (3.3.1))

2012-02-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Feb 2012 13:18:19 +
with message-id 
and subject line Bug#648611: fixed in geos 3.3.1-1
has caused the Debian Bug report #648611,
regarding Please update to latest upstream release (3.3.1)
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.)


-- 
648611: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648611
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: geos
Severity: wishlist

Hello,
basemap requires an updated geos library, so using the Debian version instead of
the embedded one is much better.

Could you please geos to the new upstream releasE?

Thanks in advance,
Sandro

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 
'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


--- End Message ---
--- Begin Message ---
Source: geos
Source-Version: 3.3.1-1

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

geos_3.3.1-1.debian.tar.gz
  to main/g/geos/geos_3.3.1-1.debian.tar.gz
geos_3.3.1-1.dsc
  to main/g/geos/geos_3.3.1-1.dsc
geos_3.3.1.orig.tar.gz
  to main/g/geos/geos_3.3.1.orig.tar.gz
libgeos++-dev_3.3.1-1_i386.deb
  to main/g/geos/libgeos++-dev_3.3.1-1_i386.deb
libgeos-3.3.1_3.3.1-1_i386.deb
  to main/g/geos/libgeos-3.3.1_3.3.1-1_i386.deb
libgeos-c1_3.3.1-1_i386.deb
  to main/g/geos/libgeos-c1_3.3.1-1_i386.deb
libgeos-dbg_3.3.1-1_i386.deb
  to main/g/geos/libgeos-dbg_3.3.1-1_i386.deb
libgeos-dev_3.3.1-1_i386.deb
  to main/g/geos/libgeos-dev_3.3.1-1_i386.deb
libgeos-doc_3.3.1-1_all.deb
  to main/g/geos/libgeos-doc_3.3.1-1_all.deb
libgeos-ruby1.8_3.3.1-1_i386.deb
  to main/g/geos/libgeos-ruby1.8_3.3.1-1_i386.deb



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 648...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine  (supplier of updated geos 
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...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 22 Feb 2012 14:20:57 +0100
Source: geos
Binary: libgeos-dev libgeos++-dev libgeos-c1 libgeos-3.3.1 libgeos-doc 
libgeos-ruby1.8 libgeos-dbg
Architecture: source all i386
Version: 3.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project 
Changed-By: Francesco Paolo Lovergine 
Description: 
 libgeos++-dev - Geometry engine for GIS - C++ development files
 libgeos-3.3.1 - Geometry engine for Geographic Information Systems - C++ 
Library
 libgeos-c1 - Geometry engine for Geographic Information Systems - C Library
 libgeos-dbg - Debugging symbols for the GEOS library
 libgeos-dev - Geometry engine for GIS - Development files
 libgeos-doc - Documentation for the GEOS GIS geometry engine library
 libgeos-ruby1.8 - GEOS bindings for Ruby
Closes: 641387 643658 648611
Changes: 
 geos (3.3.1-1) unstable; urgency=low
 .
   * New upstream major release.
 (closes: #648611)
   * Changed the C/C++ chain for development. See NEWS file for an explanation.
 Thanks strk for a useful discussion about that.
 (closes: #643658)
   * Patches refreshed and merged with upstream changes.
   * Added patch geos-config to fix library paths. This is coherent with
 upstream approach too.
   * Moved the C++ headers under libgeos++-dev automagically and added a break
 against the old libgeos-dev all-in-one package.
   * The libgeos++-dev package depends on libgeos-dev for a couple of reasons:
   - a common header (geos/extern.h)
   - a program using C++ API could mixup C and C++ APIs so better being
 safe about that.
   * Merged NMU change in debian/rules to fix armhf FTBS.
 (closes: #641387)
Checksums-Sha1: 
 8499a494e734fabaeb50e67b689142e39ca10fbf 1550 geos_3.3.1-1.dsc
 a364250ff6701a7fcf536e2d0feb07417bb05400 2530795 geos_3.3.1.orig.tar.gz
 e41c9f96c76e250d3f336b5f09f41c0fe0b9 11554 geos_3.3.1-1.debian.tar.gz
 37469b001effd60f7d77c1cc88d2edfb1b771e89 1613620 libgeos-doc_3.3.1-1_all.deb
 6e39e1da5ae789724c92ea7f62097b23d26517cb 188218 libgeos-dev_3.3

Bug#643658: marked as done (About geos C/C++ dependencies)

2012-02-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Feb 2012 13:18:19 +
with message-id 
and subject line Bug#643658: fixed in geos 3.3.1-1
has caused the Debian Bug report #643658,
regarding About geos C/C++ dependencies
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.)


-- 
643658: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643658
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libgeos-dev
Version: 3.2.2-3
Severity: important

This is a reminder about a discussion I had with strk (geos and postgis 
contributor). Thanks for his summary.

---
So, I've realized Debian is shipping a single -dev package
for the GEOS library, while we have a separation between
a stable library and an unstable one.

The stable library is libgeos_c.{so,a} and has the same
SONAME since GEOS 2.2.0. This library goes with the
libgeos_c.h stable API header.

The unstable library is libgeos-xxx.{so,a}.

The C library is there for the specific purpose of
being stable and all applications are recommended to link
against _that_ library rather than againts the C++ one.

By shipping a single -dev package you can't encode the
fact that an application is dependent on the C library
but not on the C++ one. Also, you force installation
of a lot of header files which are only part of the C++
interface (not the C, stable, one).

Each libgeos-c package would depend on a specific version
of a libgeos package, and hopefully become the only package
dependent on it.

By having dependencies properly encoded, you'd save rebuild of
applications which only depend on the C, stable, library on
every new release of GEOS.
-


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libgeos-dev depends on:
ii  libgeos-3.2.2  3.2.2-3
ii  libgeos-c1 3.2.2-3

libgeos-dev recommends no packages.

Versions of packages libgeos-dev suggests:
ii  libgdal-doc  1.7.3-6

-- no debconf information

-- 
Francesco P. Lovergine


--- End Message ---
--- Begin Message ---
Source: geos
Source-Version: 3.3.1-1

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

geos_3.3.1-1.debian.tar.gz
  to main/g/geos/geos_3.3.1-1.debian.tar.gz
geos_3.3.1-1.dsc
  to main/g/geos/geos_3.3.1-1.dsc
geos_3.3.1.orig.tar.gz
  to main/g/geos/geos_3.3.1.orig.tar.gz
libgeos++-dev_3.3.1-1_i386.deb
  to main/g/geos/libgeos++-dev_3.3.1-1_i386.deb
libgeos-3.3.1_3.3.1-1_i386.deb
  to main/g/geos/libgeos-3.3.1_3.3.1-1_i386.deb
libgeos-c1_3.3.1-1_i386.deb
  to main/g/geos/libgeos-c1_3.3.1-1_i386.deb
libgeos-dbg_3.3.1-1_i386.deb
  to main/g/geos/libgeos-dbg_3.3.1-1_i386.deb
libgeos-dev_3.3.1-1_i386.deb
  to main/g/geos/libgeos-dev_3.3.1-1_i386.deb
libgeos-doc_3.3.1-1_all.deb
  to main/g/geos/libgeos-doc_3.3.1-1_all.deb
libgeos-ruby1.8_3.3.1-1_i386.deb
  to main/g/geos/libgeos-ruby1.8_3.3.1-1_i386.deb



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 643...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine  (supplier of updated geos 
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...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 22 Feb 2012 14:20:57 +0100
Source: geos
Binary: libgeos-dev libgeos++-dev libgeos-c1 libgeos-3.3.1 libgeos-doc 
libgeos-ruby1.8 libgeos-dbg
Architecture: source all i386
Version: 3.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project 
Changed-By: Francesco Paolo Lovergine 
Description: 
 libgeos++-dev - Geometry engine for GIS - C++ development files
 libgeos-3.3.1 - Geometry engine for Geographic Information Systems - C++ 
Library
 libgeos-c1 - Geometry engine for Geographic Information Systems - C Library
 libgeos-dbg - Debugging symbols for the GEOS library
 libgeos-dev - Geometry engine for GIS - Development files
 libgeos-doc - Documentation for 

Bug#641387: marked as done (geos: FTBFS on armhf)

2012-02-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Feb 2012 13:18:19 +
with message-id 
and subject line Bug#641387: fixed in geos 3.3.1-1
has caused the Debian Bug report #641387,
regarding geos: FTBFS on armhf
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.)


-- 
641387: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641387
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: geos
Version: 3.2.2-3
Severity: important
Tags: patch

Hi,

geos fails on armhf, the build log is here:

http://buildd.debian-ports.org/status/fetch.php?pkg=geos&arch=armhf&ver=3.2.2-3&stamp=1312272109

since armhf is similar to armel but with a different triplet
(arm-linux-gnueabihf), the simple attached patch fixes the problem.

Regards

Konstantinos
diff -ruN geos-3.2.2/debian/rules geos-3.2.2.armhf//debian/rules
--- geos-3.2.2/debian/rules	2011-07-18 14:55:44.0 +0300
+++ geos-3.2.2.armhf//debian/rules	2011-09-13 00:31:23.648161122 +0300
@@ -36,7 +36,8 @@
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 	INSTALL_PROGRAM += -s
 endif
-ifeq ($(DEB_HOST_GNU_TYPE),arm-linux-gnueabi)
+# catch both armel and armhf 
+ifneq (,$(findstring arm-linux-gnueabi,$(DEB_HOST_GNU_TYPE)))
CONFFLAGS += --disable-inline
 endif
 
--- End Message ---
--- Begin Message ---
Source: geos
Source-Version: 3.3.1-1

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

geos_3.3.1-1.debian.tar.gz
  to main/g/geos/geos_3.3.1-1.debian.tar.gz
geos_3.3.1-1.dsc
  to main/g/geos/geos_3.3.1-1.dsc
geos_3.3.1.orig.tar.gz
  to main/g/geos/geos_3.3.1.orig.tar.gz
libgeos++-dev_3.3.1-1_i386.deb
  to main/g/geos/libgeos++-dev_3.3.1-1_i386.deb
libgeos-3.3.1_3.3.1-1_i386.deb
  to main/g/geos/libgeos-3.3.1_3.3.1-1_i386.deb
libgeos-c1_3.3.1-1_i386.deb
  to main/g/geos/libgeos-c1_3.3.1-1_i386.deb
libgeos-dbg_3.3.1-1_i386.deb
  to main/g/geos/libgeos-dbg_3.3.1-1_i386.deb
libgeos-dev_3.3.1-1_i386.deb
  to main/g/geos/libgeos-dev_3.3.1-1_i386.deb
libgeos-doc_3.3.1-1_all.deb
  to main/g/geos/libgeos-doc_3.3.1-1_all.deb
libgeos-ruby1.8_3.3.1-1_i386.deb
  to main/g/geos/libgeos-ruby1.8_3.3.1-1_i386.deb



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 641...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine  (supplier of updated geos 
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...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 22 Feb 2012 14:20:57 +0100
Source: geos
Binary: libgeos-dev libgeos++-dev libgeos-c1 libgeos-3.3.1 libgeos-doc 
libgeos-ruby1.8 libgeos-dbg
Architecture: source all i386
Version: 3.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project 
Changed-By: Francesco Paolo Lovergine 
Description: 
 libgeos++-dev - Geometry engine for GIS - C++ development files
 libgeos-3.3.1 - Geometry engine for Geographic Information Systems - C++ 
Library
 libgeos-c1 - Geometry engine for Geographic Information Systems - C Library
 libgeos-dbg - Debugging symbols for the GEOS library
 libgeos-dev - Geometry engine for GIS - Development files
 libgeos-doc - Documentation for the GEOS GIS geometry engine library
 libgeos-ruby1.8 - GEOS bindings for Ruby
Closes: 641387 643658 648611
Changes: 
 geos (3.3.1-1) unstable; urgency=low
 .
   * New upstream major release.
 (closes: #648611)
   * Changed the C/C++ chain for development. See NEWS file for an explanation.
 Thanks strk for a useful discussion about that.
 (closes: #643658)
   * Patches refreshed and merged with upstream changes.
   * Added patch geos-config to fix library paths. This is coherent with
 upstream approach too.
   * Moved the C++ headers under libgeos++-dev automagically and added a break
 against the old libgeos-dev all-in-one package.
   * The libgeos++-dev package depends on libgeos-dev for a couple of reasons:
   - a common header (geos/extern.h)
   - a program using C++ API could mixup C and C++ APIs so better being
 safe about that.
   * Merged NMU change in debian/rules to fix armhf FTBS.
 (closes: #641387)
Checksums-Sha1: 
 8499a494e734fabaeb50e67b689142e39ca10fbf 1550 geos_3.3.1-1.dsc
 a364250ff6701a7fcf536e2d0feb07417bb05400 2530795 geos_3.3.

Processed: Re: Please consider the usage of update-alternatives for hdf5 libraries

2012-02-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 586149 serious
Bug #586149 [hdf5] Please consider the usage of update-alternatives for hdf5 
libraries
Severity set to 'serious' from 'wishlist'

> retitle 586149 Conflict between hdf5-tools and libhdf5-mpi-dev prevents 
> several packages from building
Bug #586149 [hdf5] Please consider the usage of update-alternatives for hdf5 
libraries
Changed Bug title to 'Conflict between hdf5-tools and libhdf5-mpi-dev prevents 
several packages from building' from 'Please consider the usage of 
update-alternatives for hdf5 libraries'
> block 661301 by 586149
Bug #661301 [src:med-fichier] src:med-fichier: FTBFS due to hdf5-tools conflict 
with libhdf5-mpi-dev
Was not blocked by any bugs.
Added blocking bug(s) of 661301: 586149
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
661301: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661301
586149: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586149
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


geos_3.3.1-1_i386.changes ACCEPTED into unstable

2012-02-26 Thread Debian FTP Masters



Accepted:
geos_3.3.1-1.debian.tar.gz
  to main/g/geos/geos_3.3.1-1.debian.tar.gz
geos_3.3.1-1.dsc
  to main/g/geos/geos_3.3.1-1.dsc
geos_3.3.1.orig.tar.gz
  to main/g/geos/geos_3.3.1.orig.tar.gz
libgeos++-dev_3.3.1-1_i386.deb
  to main/g/geos/libgeos++-dev_3.3.1-1_i386.deb
libgeos-3.3.1_3.3.1-1_i386.deb
  to main/g/geos/libgeos-3.3.1_3.3.1-1_i386.deb
libgeos-c1_3.3.1-1_i386.deb
  to main/g/geos/libgeos-c1_3.3.1-1_i386.deb
libgeos-dbg_3.3.1-1_i386.deb
  to main/g/geos/libgeos-dbg_3.3.1-1_i386.deb
libgeos-dev_3.3.1-1_i386.deb
  to main/g/geos/libgeos-dev_3.3.1-1_i386.deb
libgeos-doc_3.3.1-1_all.deb
  to main/g/geos/libgeos-doc_3.3.1-1_all.deb
libgeos-ruby1.8_3.3.1-1_i386.deb
  to main/g/geos/libgeos-ruby1.8_3.3.1-1_i386.deb


Override entries for your package:
geos_3.3.1-1.dsc - source science
libgeos++-dev_3.3.1-1_i386.deb - optional libdevel
libgeos-3.3.1_3.3.1-1_i386.deb - optional libs
libgeos-c1_3.3.1-1_i386.deb - optional libs
libgeos-dbg_3.3.1-1_i386.deb - extra debug
libgeos-dev_3.3.1-1_i386.deb - optional libdevel
libgeos-doc_3.3.1-1_all.deb - optional doc
libgeos-ruby1.8_3.3.1-1_i386.deb - optional ruby

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 641387 643658 648611 


Thank you for your contribution to Debian.

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