This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository osm2pgsql.
commit e349e8c66e3a3d4daf302a1562fc28a80e58769b Author: Bas Couwenberg <[email protected]> Date: Wed Aug 13 22:46:19 2014 +0200 Update postgis library dependency for PostgreSQL 9.4. --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bd61960..77a9a59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +osm2pgsql (0.84.0-3) UNRELEASED; urgency=medium + + * Update postgis library dependency for PostgreSQL 9.4. + (closes: #757972) + + -- Bas Couwenberg <[email protected]> Wed, 13 Aug 2014 22:40:36 +0200 + osm2pgsql (0.84.0-2) unstable; urgency=medium * Add patches for protobuf-c 1.0.0 support. diff --git a/debian/control b/debian/control index 634e638..f0a7837 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: postgis, - postgresql-9.3-postgis-2.1 | postgresql-9.1-postgis + postgresql-9.4-postgis-2.1 | postgresql-9.1-postgis Description: OpenStreetMap data to PostgreSQL converter Convert OSM planet snapshot data to SQL suitable for loading into a PostgreSQL database with PostGIS geospatial extensions. This -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm2pgsql.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

