[med-svn] [Git][med-team/odil][master] 2 commits: Remove soname from Python extensions

Julien Lamy gitlab at salsa.debian.org
Tue Nov 27 11:40:24 GMT 2018


Julien Lamy pushed to branch master at Debian Med / odil


Commits:
3c663475 by Julien Lamy at 2018-11-27T11:39:00Z
Remove soname from Python extensions

- - - - -
47b4cc08 by Julien Lamy at 2018-11-27T11:39:46Z
New upstream version closes bug

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/remove-soname-in-wrappers.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,11 +1,11 @@
 odil (0.10.0-1) unstable; urgency=medium
 
-  * New upstream release
+  * New upstream release (Closes: #914144)
   * Update copyright
   * Update standards version
   * Clean-up d/rules and d/control
 
- -- Julien Lamy <lamy at unistra.fr>  Mon, 05 Nov 2018 10:54:29 +0200
+ -- Julien Lamy <lamy at unistra.fr>  Tue, 27 Nov 2018 12:37:31 +0200
 
 odil (0.9.2-1) unstable; urgency=medium
 


=====================================
debian/patches/remove-soname-in-wrappers.patch
=====================================
@@ -0,0 +1,15 @@
+Remove SONAME from Python extensions
+Index: /home/somebody/source/wrappers/python/CMakeLists.txt
+===================================================================
+--- odil.orig/wrappers/python/CMakeLists.txt
++++ odil/wrappers/python/CMakeLists.txt
+@@ -20,7 +20,8 @@ list(SORT Python_Files)
+ 
+ pybind11_add_module(pyodil SHARED ${Source_Files} ${Header_Files})
+ 
+-set_target_properties(pyodil PROPERTIES OUTPUT_NAME _odil FOLDER "Wrappers")
++set_target_properties(
++    pyodil PROPERTIES OUTPUT_NAME _odil FOLDER "Wrappers" NO_SONAME ON)
+ if(APPLE)
+     set_target_properties(pyodil PROPERTIES SUFFIX ".so")
+ endif()


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+remove-soname-in-wrappers.patch



View it on GitLab: https://salsa.debian.org/med-team/odil/compare/0cc536b2d5dbfb7e90348515afb20c6ea5e292cb...47b4cc08c375d8ceca5ef8d2cf5015c5637e11a4

-- 
View it on GitLab: https://salsa.debian.org/med-team/odil/compare/0cc536b2d5dbfb7e90348515afb20c6ea5e292cb...47b4cc08c375d8ceca5ef8d2cf5015c5637e11a4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20181127/db628973/attachment-0001.html>


More information about the debian-med-commit mailing list