[postgis] 01/03: Rename liblwgeom package for SONAME bump.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Jan 7 08:11:16 UTC 2016


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

sebastic pushed a commit to branch master
in repository postgis.

commit d57021f5161d663cf5457e03e5dfcaf9a80a29ff
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Jan 7 00:48:05 2016 +0100

    Rename liblwgeom package for SONAME bump.
---
 debian/changelog                                                    | 1 +
 debian/control                                                      | 6 +++---
 debian/control.in                                                   | 6 +++---
 debian/{liblwgeom-2.2-2.install => liblwgeom-2.2-5.install}         | 0
 ...om-2.2-2.lintian-overrides => liblwgeom-2.2-5.lintian-overrides} | 2 +-
 debian/{liblwgeom-2.2-2.symbols => liblwgeom-2.2-5.symbols}         | 2 +-
 6 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 110a3c5..c424fd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ postgis (2.2.1+dfsg-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Drop typo patches, applied upstream.
+  * Rename liblwgeom package for SONAME bump.
 
  -- Bas Couwenberg <sebastic at debian.org>  Wed, 06 Jan 2016 23:58:51 +0100
 
diff --git a/debian/control b/debian/control
index 31d7a34..feb9b9a 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-2
+Package: liblwgeom-2.2-5
 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-2 (= ${binary:Version})
+ liblwgeom-2.2-5 (= ${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-2,
+ postgresql-9.4-postgis-scripts, liblwgeom-2.2-5,
  ${misc:Depends}
 Recommends: postgresql-contrib-9.4
 Suggests: postgis
diff --git a/debian/control.in b/debian/control.in
index b8364a5..331beac 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-2
+Package: liblwgeom-2.2-5
 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-2 (= ${binary:Version})
+ liblwgeom-2.2-5 (= ${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-2,
+ postgresql-PGVERSION-postgis-scripts, liblwgeom-2.2-5,
  ${misc:Depends}
 Recommends: postgresql-contrib-PGVERSION
 Suggests: postgis
diff --git a/debian/liblwgeom-2.2-2.install b/debian/liblwgeom-2.2-5.install
similarity index 100%
rename from debian/liblwgeom-2.2-2.install
rename to debian/liblwgeom-2.2-5.install
diff --git a/debian/liblwgeom-2.2-2.lintian-overrides b/debian/liblwgeom-2.2-5.lintian-overrides
similarity index 53%
rename from debian/liblwgeom-2.2-2.lintian-overrides
rename to debian/liblwgeom-2.2-5.lintian-overrides
index 17918be..4e8fe87 100644
--- a/debian/liblwgeom-2.2-2.lintian-overrides
+++ b/debian/liblwgeom-2.2-5.lintian-overrides
@@ -1,3 +1,3 @@
 # liblwgeom.so symlink is included instead
-liblwgeom-2.2-2: dev-pkg-without-shlib-symlink usr/lib/liblwgeom-*.so.* usr/lib/liblwgeom-*.so
+liblwgeom-2.2-5: dev-pkg-without-shlib-symlink usr/lib/liblwgeom-*.so.* usr/lib/liblwgeom-*.so
 
diff --git a/debian/liblwgeom-2.2-2.symbols b/debian/liblwgeom-2.2-5.symbols
similarity index 99%
rename from debian/liblwgeom-2.2-2.symbols
rename to debian/liblwgeom-2.2-5.symbols
index cf119be..0506f66 100644
--- a/debian/liblwgeom-2.2-2.symbols
+++ b/debian/liblwgeom-2.2-5.symbols
@@ -1,4 +1,4 @@
-liblwgeom-2.2.so.2 liblwgeom-2.2-2 #MINVER#
+liblwgeom-2.2.so.5 liblwgeom-2.2-5 #MINVER#
  GBOX2GEOS at Base 2.2.0
  GEOS2LWGEOM at Base 2.0.0
  LWGEOM2GEOS 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