[liblas] 04/15: Drop patch soversion, applied upstream.

Bas Couwenberg sebastic at xs4all.nl
Sun Aug 3 12:17:28 UTC 2014


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

sebastic-guest pushed a commit to branch experimental
in repository liblas.

commit f8d426afeec1a94648411cc6f83f198a762188bb
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Aug 3 12:12:29 2014 +0200

    Drop patch soversion, applied upstream.
---
 debian/patches/series    |  1 -
 debian/patches/soversion | 38 --------------------------------------
 2 files changed, 39 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 7af6596..dbb1cf6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-soversion
 fix_library_search
 separator-typo
 0001-remove-old-LAStools-utilities-that-don-t-belong-in-liblas.patch
diff --git a/debian/patches/soversion b/debian/patches/soversion
deleted file mode 100644
index 016b3d6..0000000
--- a/debian/patches/soversion
+++ /dev/null
@@ -1,38 +0,0 @@
-Description: Use 3 digit VERSION and single digit SOVERSION.
-Author: Bas Couwenberg <sebastic at xs4all.nl>
-Forwarded: https://github.com/libLAS/libLAS/pull/30
-Applied-Upstream: https://github.com/libLAS/libLAS/commit/e36b4e9c6750a8242fffed207c62bb9e45093e66
-Last-Update: 2014-02-02
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -13,8 +13,10 @@ SET(LIBLAS_VERSION_MAJOR "1")
- SET(LIBLAS_VERSION_MINOR "7")
- SET(LIBLAS_VERSION_PATCH "0")
- set(VERSION "${LIBLAS_VERSION_MAJOR}.${LIBLAS_VERSION_MINOR}.${LIBLAS_VERSION_PATCH}")
--SET(LIBLAS_LIB_SOVERSION "2.2.0")
--SET(LIBLAS_C_LIB_SOVERSION "2.2.0")
-+SET(LIBLAS_LIB_VERSION "2.2.0")
-+SET(LIBLAS_LIB_SOVERSION "2")
-+SET(LIBLAS_C_LIB_VERSION "2.2.0")
-+SET(LIBLAS_C_LIB_SOVERSION "2")
- SET(OSGEO4W_UPSTREAM_RELEASE "1")
- 
- if(WIN32)
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -239,9 +239,13 @@ target_link_libraries(${LIBLAS_C_LIB_NAM
-   ${Boost_LIBRARIES})
- 
- set_target_properties(${LIBLAS_LIB_NAME}
--  PROPERTIES SOVERSION "${LIBLAS_LIB_SOVERSION}" )
-+  PROPERTIES
-+  VERSION "${LIBLAS_LIB_VERSION}"
-+  SOVERSION "${LIBLAS_LIB_SOVERSION}")
- set_target_properties(${LIBLAS_C_LIB_NAME}
--  PROPERTIES SOVERSION "${LIBLAS_C_LIB_SOVERSION}" )
-+  PROPERTIES
-+  VERSION "${LIBLAS_C_LIB_VERSION}"
-+  SOVERSION "${LIBLAS_C_LIB_SOVERSION}")
- 
- if (APPLE)
-   set_target_properties(

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



More information about the Pkg-grass-devel mailing list