[SCM] postgis branch, master, updated. upstream/2.0.1-38-g05bea3a
Markus Wanner
markus at bluegap.ch
Thu Apr 25 19:16:15 UTC 2013
The following commit has been merged in the master branch:
commit 05bea3a03e4e7dd6244a881c11fa44dded1aef2d
Author: Markus Wanner <markus at bluegap.ch>
Date: Thu Apr 25 22:15:20 2013 +0200
Append the PostGIS version to postgresql-9.1-postgis (i.e. rename
the package), so multiple versions of it can be co-installed.
diff --git a/debian/changelog b/debian/changelog
index bb79375..6d5a4fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,8 +21,11 @@ postgis (2.0.3-1) UNRELEASED; urgency=low
extension package.
* Separate PostGIS documentation into a postgis-doc package, register its
contents with doc-base.
- * Represent the fact that lwgeom isn't backward compatible in its SONAME,
- rename liblwgeom2 to liblwgeom-2.0.3 accordingly.
+ * Append the PostGIS version to postgresql-9.1-postgis, so multiple
+ versions of it can be co-installed. Required to keep systems working
+ after an upgrade.
+ * Represent the fact that lwgeom isn't backward by renaming liblwgeom2
+ to liblwgeom-2.0.3.
* Add patch java-version-fix: Corrects java jdbc jar version.
* Policy updated to 3.9.4. No changes.
* Update debian/copyright a bit.
diff --git a/debian/control b/debian/control
index 8ba3889..841b22c 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Homepage: http://postgis.refractions.net/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/postgis.git
Vcs-Git: git://anonscm.debian.org/pkg-grass/postgis.git
-Package: postgresql-9.1-postgis
+Package: postgresql-9.1-postgis-2.0
Depends: ${shlibs:Depends}, postgresql-9.1, postgis-scripts2.0.3,
${misc:Depends}
Recommends: postgis
@@ -37,7 +37,7 @@ Description: Geographic objects support for PostgreSQL 9.1
Package: postgis
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: postgresql-9.1-postgis
+Suggests: postgresql-9.1-postgis-2.0
Description: Geographic objects support for PostgreSQL
PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially enables"
@@ -66,7 +66,7 @@ Description: Geographic objects support for PostgreSQL -- documentation
Package: postgis-scripts2.0.3
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: postgresql-9.1-postgis
+Recommends: postgresql-9.1-postgis-2.0
Description: Geographic objects support for PostgreSQL 9.1 -- scripts
PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially enables"
@@ -82,7 +82,7 @@ Package: libpostgis-java
Architecture: all
Section: java
Depends: libpostgresql-jdbc-java, ${misc:Depends}
-Suggests: postgresql-9.1-postgis
+Suggests: postgresql-9.1-postgis-2.0
Breaks: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
Replaces: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
Description: Geographic objects support for PostgreSQL -- JDBC support
diff --git a/debian/postgresql-9.1-postgis.install b/debian/postgresql-9.1-postgis-2.0.install
similarity index 100%
rename from debian/postgresql-9.1-postgis.install
rename to debian/postgresql-9.1-postgis-2.0.install
--
PostGIS for PostgreSQL
More information about the Pkg-grass-devel
mailing list