This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch symbols in repository liblas.
commit 673edd9f2cf738a91eed8d4e74d5d0f776827951 Author: Bas Couwenberg <[email protected]> Date: Fri Jan 31 05:31:38 2014 +0100 Rename library packages to match the SONAME. --- debian/changelog | 1 + debian/control | 12 ++++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6ce3125..bb27318 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ liblas (1.7.0+dfsg-3) UNRELEASED; urgency=low * Update debian watch file with sepwatch changes, and handle more common mistakes. * Also build python extension, replaces separate source package. + * Rename library packages to match the SONAME. -- Bas Couwenberg <[email protected]> Fri, 31 Jan 2014 01:37:27 +0100 diff --git a/debian/control b/debian/control index 8336b96..67b6ed5 100644 --- a/debian/control +++ b/debian/control @@ -23,9 +23,11 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/liblas.git Vcs-Git: git://anonscm.debian.org/pkg-grass/liblas.git X-Python-Version: >= 2.5 -Package: liblas2 +Package: liblas2.2.0 Architecture: any Section: libs +Breaks: liblas2 (<< 1.7.0+dfsg-3~) +Replaces: liblas2 (<< 1.7.0+dfsg-3~) Suggests: libgeotiff-epsg Depends: ${shlibs:Depends} @@ -42,9 +44,11 @@ Description: ASPRS LiDAR data translation library - C++ version . This package contains the C++ shared library used by applications. -Package: liblas-c2 +Package: liblas-c2.2.0 Architecture: any Section: libs +Breaks: liblas-c2 (<< 1.7.0+dfsg-3~) +Replaces: liblas-c2 (<< 1.7.0+dfsg-3~) Suggests: libgeotiff-epsg Depends: ${shlibs:Depends} @@ -66,7 +70,7 @@ Package: liblas-dev Architecture: any Section: libdevel Depends: - liblas2 (= ${binary:Version}) + liblas2.2.0 (= ${binary:Version}) , libtiff5-dev | libtiff-dev , libgeotiff-dev , libgdal1-dev @@ -88,7 +92,7 @@ Package: liblas-c-dev Architecture: any Section: libdevel Depends: - liblas-c2 (= ${binary:Version}) + liblas-c2.2.0 (= ${binary:Version}) , liblas-dev (= ${binary:Version}) , libgeotiff-dev , libgdal1-dev -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/liblas.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

