[postgis] 06/10: Rename liblwgeom package to match SONAME.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Sep 25 21:31:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository postgis.

commit d825655936f3bda832c3c7cf1936c526f1cd1d8d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Sep 25 19:46:43 2015 +0200

    Rename liblwgeom package to match SONAME.
---
 debian/changelog                                     | 1 +
 debian/control                                       | 6 +++---
 debian/control.in                                    | 6 +++---
 debian/liblwgeom2.install                            | 1 +
 debian/{liblwgeom-2.2.symbols => liblwgeom2.symbols} | 2 +-
 5 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 43844b6..d660801 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ postgis (2.2.0~rc1+dfsg-1) UNRELEASED; urgency=medium
     - Drop license & copyright for java/* (separate project now)
   * Drop patches for java bindings, refresh remaining patches.
   * Update make commands for *_upgrade.sql files.
+  * Rename liblwgeom package to match SONAME.
 
  -- Markus Wanner <markus at bluegap.ch>  Fri, 25 Sep 2015 19:19:19 +0200
 
diff --git a/debian/control b/debian/control
index 7663591..fc9b296 100644
--- a/debian/control
+++ b/debian/control
@@ -47,7 +47,7 @@ Description: Geographic objects support for PostgreSQL -- documentation
  .
  This package contains the PostGIS documentation.
 
-Package: liblwgeom-2.2
+Package: liblwgeom2
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -67,7 +67,7 @@ Package: liblwgeom-dev
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
- liblwgeom-2.2 (= ${binary:Version})
+ liblwgeom2 (= ${binary:Version})
 Breaks: postgis (<< 2.0.0)
 Description: PostGIS "Lightweight Geometry" library - Development files
  PostGIS adds support for geographic objects to the PostgreSQL
@@ -84,7 +84,7 @@ Description: PostGIS "Lightweight Geometry" library - Development files
 
 Package: postgresql-9.4-postgis-2.2
 Depends: ${shlibs:Depends}, postgresql-9.4,
- postgresql-9.4-postgis-scripts, liblwgeom-2.2,
+ postgresql-9.4-postgis-scripts, liblwgeom2,
  ${misc:Depends}
 Recommends: postgresql-contrib-9.4
 Suggests: postgis
diff --git a/debian/control.in b/debian/control.in
index ad3b8d1..5258204 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -47,7 +47,7 @@ Description: Geographic objects support for PostgreSQL -- documentation
  .
  This package contains the PostGIS documentation.
 
-Package: liblwgeom-2.2
+Package: liblwgeom2
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -67,7 +67,7 @@ Package: liblwgeom-dev
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
- liblwgeom-2.2 (= ${binary:Version})
+ liblwgeom2 (= ${binary:Version})
 Breaks: postgis (<< 2.0.0)
 Description: PostGIS "Lightweight Geometry" library - Development files
  PostGIS adds support for geographic objects to the PostgreSQL
@@ -84,7 +84,7 @@ Description: PostGIS "Lightweight Geometry" library - Development files
 
 Package: postgresql-PGVERSION-postgis-2.2
 Depends: ${shlibs:Depends}, postgresql-PGVERSION,
- postgresql-PGVERSION-postgis-scripts, liblwgeom-2.2,
+ postgresql-PGVERSION-postgis-scripts, liblwgeom2,
  ${misc:Depends}
 Recommends: postgresql-contrib-PGVERSION
 Suggests: postgis
diff --git a/debian/liblwgeom2.install b/debian/liblwgeom2.install
new file mode 100644
index 0000000..8f7c125
--- /dev/null
+++ b/debian/liblwgeom2.install
@@ -0,0 +1 @@
+usr/lib/liblwgeom.so.*
diff --git a/debian/liblwgeom-2.2.symbols b/debian/liblwgeom2.symbols
similarity index 99%
rename from debian/liblwgeom-2.2.symbols
rename to debian/liblwgeom2.symbols
index 9d9cec5..6107e86 100644
--- a/debian/liblwgeom-2.2.symbols
+++ b/debian/liblwgeom2.symbols
@@ -1,4 +1,4 @@
-liblwgeom-2.2.so liblwgeom-2.2 #MINVER#
+liblwgeom.so.2 liblwgeom2 #MINVER#
  GEOS2LWGEOM at Base 2.0.0
  LWGEOM2GEOS at Base 2.0.0
  LWGEOM_GEOS_buildArea at Base 2.0.0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git



More information about the Pkg-grass-devel mailing list