[med-svn] [gatb-core] 01/01: invent soversion 0
Andreas Tille
tille at debian.org
Wed Dec 13 20:18:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository gatb-core.
commit d65dab1d9bd6daccec1e0f6c5eeac1e2693d5927
Author: Andreas Tille <tille at debian.org>
Date: Wed Dec 13 21:08:54 2017 +0100
invent soversion 0
---
debian/patches/series | 1 +
debian/patches/set_soversion.patch | 15 +++++++++++++++
2 files changed, 16 insertions(+)
diff --git a/debian/patches/series b/debian/patches/series
index 258a214..9ce914f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ use_debian_packaged_hdf5.patch
fix_hdf5_includes.patch
dynamic_lib.patch
fix_install_location.patch
+set_soversion.patch
diff --git a/debian/patches/set_soversion.patch b/debian/patches/set_soversion.patch
new file mode 100644
index 0000000..915f12a
--- /dev/null
+++ b/debian/patches/set_soversion.patch
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Tue, 28 Nov 2017 10:37:22 +0100
+Description: Invent soversion 0 since upstream does not set soversion
+
+--- a/gatb-core/src/CMakeLists.txt
++++ b/gatb-core/src/CMakeLists.txt
+@@ -87,7 +87,7 @@ add_library (gatbcore-static STATIC
+ add_library (gatbcore-dynamic SHARED ${ComponentFiles} )
+
+ set_target_properties (gatbcore-static PROPERTIES OUTPUT_NAME gatbcore clean_direct_output 1)
+-set_target_properties (gatbcore-dynamic PROPERTIES OUTPUT_NAME gatbcore clean_direct_output 1)
++set_target_properties (gatbcore-dynamic PROPERTIES OUTPUT_NAME gatbcore SOVERSION 0 clean_direct_output 1)
+
+ ################################################################################
+ # INSTALLATION
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gatb-core.git
More information about the debian-med-commit
mailing list