[med-svn] [libqes] 07/14: Fix SONAME versioning with upstream patch

Kevin Murray daube-guest at moszumanska.debian.org
Sun Nov 15 12:13:46 UTC 2015


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

daube-guest pushed a commit to branch master
in repository libqes.

commit ccc97ced21af6e6870ad263a2cc5e0944e987e65
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Wed Nov 11 13:02:23 2015 +1100

    Fix SONAME versioning with upstream patch
---
 .../0001-Set-SONAME-versions-of-qes-target.patch   | 22 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/0001-Set-SONAME-versions-of-qes-target.patch b/debian/patches/0001-Set-SONAME-versions-of-qes-target.patch
new file mode 100644
index 0000000..d32f7d8
--- /dev/null
+++ b/debian/patches/0001-Set-SONAME-versions-of-qes-target.patch
@@ -0,0 +1,22 @@
+From: Kevin Murray <spam at kdmurray.id.au>
+Date: Wed, 11 Nov 2015 13:01:10 +1100
+Subject: Set SONAME versions of qes target
+
+This is fixed upstream, but not in this version of libqes remove on
+import of any future release.
+---
+ src/CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 9e4e458..bc90804 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -5,6 +5,7 @@ ADD_LIBRARY(qes_static STATIC ${LIBQES_SOURCES})
+ SET_TARGET_PROPERTIES(qes_static PROPERTIES OUTPUT_NAME qes)
+ TARGET_LINK_LIBRARIES(qes_static ${LIBQES_DEPENDS_LIBS})
+ ADD_LIBRARY(qes SHARED ${LIBQES_SOURCES})
++SET_TARGET_PROPERTIES(qes PROPERTIES SONAME_VERSION 0 VERSION 0)
+ TARGET_LINK_LIBRARIES(qes ${LIBQES_DEPENDS_LIBS})
+ 
+ CONFIGURE_FILE(qes_config.h.in ${CMAKE_BINARY_DIR}/qes_config.h)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..116469e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Set-SONAME-versions-of-qes-target.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libqes.git



More information about the debian-med-commit mailing list