This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository osm2pgsql.
commit f0ace91c7710f0bc4f04e6ba56f89955cce4dc00 Author: Bas Couwenberg <[email protected]> Date: Thu Aug 14 13:49:57 2014 +0200 Only recommend postgis, now that postgis recommends the postgresql specific shared library. --- debian/changelog | 3 ++- debian/control | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 77a9a59..00bd3e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ osm2pgsql (0.84.0-3) UNRELEASED; urgency=medium - * Update postgis library dependency for PostgreSQL 9.4. + * Only recommend postgis, now that postgis recommends the postgresql + specific shared library. (closes: #757972) -- Bas Couwenberg <[email protected]> Wed, 13 Aug 2014 22:40:36 +0200 diff --git a/debian/control b/debian/control index f0a7837..ae6241e 100644 --- a/debian/control +++ b/debian/control @@ -27,8 +27,7 @@ Package: osm2pgsql Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: postgis, - postgresql-9.4-postgis-2.1 | postgresql-9.1-postgis +Recommends: 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

