This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental in repository postgis.
commit 0ff1ef6a37c7af054dbda10cebc3aabebbe2a60a Author: Bas Couwenberg <[email protected]> Date: Thu Oct 8 17:07:50 2015 +0200 Rename liblwgeom package to liblwgeom-2.2-2 to match new SONAME. --- debian/changelog | 1 + debian/control | 6 +++--- debian/control.in | 6 +++--- debian/liblwgeom-2.2-2.install | 1 + debian/{liblwgeom2.symbols => liblwgeom-2.2-2.symbols} | 2 +- debian/liblwgeom-dev.install | 4 ++-- debian/liblwgeom2.install | 1 - 7 files changed, 11 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9d08d06..90880d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ postgis (2.2.0+dfsg-1) UNRELEASED; urgency=medium * New upstream release. * Drop patches applied upstream. + * Rename liblwgeom package to liblwgeom-2.2-2 to match new SONAME. -- Bas Couwenberg <[email protected]> Thu, 08 Oct 2015 16:33:29 +0200 diff --git a/debian/control b/debian/control index f43dd64..5f601b5 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: liblwgeom2 +Package: liblwgeom-2.2-2 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} @@ -67,7 +67,7 @@ Package: liblwgeom-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, - liblwgeom2 (= ${binary:Version}) + liblwgeom-2.2-2 (= ${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, liblwgeom2, + postgresql-9.4-postgis-scripts, liblwgeom-2.2-2, ${misc:Depends} Recommends: postgresql-contrib-9.4 Suggests: postgis diff --git a/debian/control.in b/debian/control.in index 1158358..d15dd6b 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: liblwgeom2 +Package: liblwgeom-2.2-2 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} @@ -67,7 +67,7 @@ Package: liblwgeom-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, - liblwgeom2 (= ${binary:Version}) + liblwgeom-2.2-2 (= ${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, liblwgeom2, + postgresql-PGVERSION-postgis-scripts, liblwgeom-2.2-2, ${misc:Depends} Recommends: postgresql-contrib-PGVERSION Suggests: postgis diff --git a/debian/liblwgeom-2.2-2.install b/debian/liblwgeom-2.2-2.install new file mode 100644 index 0000000..9b8ede4 --- /dev/null +++ b/debian/liblwgeom-2.2-2.install @@ -0,0 +1 @@ +usr/lib/liblwgeom*.so.* diff --git a/debian/liblwgeom2.symbols b/debian/liblwgeom-2.2-2.symbols similarity index 99% rename from debian/liblwgeom2.symbols rename to debian/liblwgeom-2.2-2.symbols index 072ea79..ae8f780 100644 --- a/debian/liblwgeom2.symbols +++ b/debian/liblwgeom-2.2-2.symbols @@ -1,4 +1,4 @@ -liblwgeom.so.2 liblwgeom2 #MINVER# +liblwgeom-2.2.so.2 liblwgeom-2.2-2 #MINVER# GBOX2GEOS@Base 2.2.0~rc1 GEOS2LWGEOM@Base 2.0.0 LWGEOM2GEOS@Base 2.0.0 diff --git a/debian/liblwgeom-dev.install b/debian/liblwgeom-dev.install index 01df5de..4766313 100644 --- a/debian/liblwgeom-dev.install +++ b/debian/liblwgeom-dev.install @@ -1,3 +1,3 @@ usr/include -usr/lib/liblwgeom.a -usr/lib/liblwgeom.so +usr/lib/liblwgeom*.a +usr/lib/liblwgeom*.so diff --git a/debian/liblwgeom2.install b/debian/liblwgeom2.install deleted file mode 100644 index 8f7c125..0000000 --- a/debian/liblwgeom2.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/liblwgeom.so.* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

