[med-svn] [Git][med-team/orthanc-wsi][master] 3 commits: preparing for 0.6-2
Sebastien Jodogne
gitlab at salsa.debian.org
Mon Jan 28 13:14:27 GMT 2019
Sebastien Jodogne pushed to branch master at Debian Med / orthanc-wsi
Commits:
fd1c2b67 by jodogne-guest at 2019-01-28T12:43:09Z
preparing for 0.6-2
- - - - -
9f1768df by jodogne-guest at 2019-01-28T12:48:40Z
fix
- - - - -
57998edd by jodogne-guest at 2019-01-28T13:06:07Z
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- − debian/patches/cmake
- debian/patches/series
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+orthanc-wsi (0.6-2) unstable; urgency=medium
+
+ * Removed $(DEB_VERSION) from SOVERSION.
+
+ -- Sebastien Jodogne <s.jodogne at gmail.com> Mon, 28 Jan 2019 13:40:33 +0100
+
orthanc-wsi (0.6-1) unstable; urgency=medium
* New upstream version
=====================================
debian/patches/cmake deleted
=====================================
@@ -1,22 +0,0 @@
-Description: Fix the version of the shared library
-Author: Sebastien Jodogne <s.jodogne at orthanc-labs.com>
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: OrthancWSI-0.6/ViewerPlugin/CMakeLists.txt
-===================================================================
---- OrthancWSI-0.6.orig/ViewerPlugin/CMakeLists.txt
-+++ OrthancWSI-0.6/ViewerPlugin/CMakeLists.txt
-@@ -198,9 +198,10 @@ add_library(OrthancWSI SHARED
- )
-
- message("Setting the version of the library to ${ORTHANC_WSI_VERSION}")
--set_target_properties(OrthancWSI PROPERTIES
-- VERSION ${ORTHANC_WSI_VERSION}
-- SOVERSION ${ORTHANC_WSI_VERSION})
-+set_target_properties(OrthancWSI PROPERTIES
-+ NO_SONAME ON
-+ LINK_FLAGS "-Wl,-soname,libOrthancWSI.so.${ORTHANC_WSI_VERSION}"
-+ )
-
- install(
- TARGETS OrthancWSI
=====================================
debian/patches/series
=====================================
@@ -1 +0,0 @@
-cmake
=====================================
debian/rules
=====================================
@@ -73,11 +73,10 @@ override_dh_auto_install:
dh_auto_install --builddirectory=BuildApplications
# Install the plugin
- cp BuildViewer/${VIEWER_TARGET} BuildViewer/${VIEWER_TARGET}.${UPSTREAM_VERSION}
- dh_install BuildViewer/${VIEWER_TARGET}.${UPSTREAM_VERSION} usr/lib
+ dh_install BuildViewer/${VIEWER_TARGET}.${UPSTREAM_VERSION} usr/lib/orthanc
override_dh_link:
- dh_link usr/lib/${VIEWER_TARGET}.${UPSTREAM_VERSION} \
+ dh_link usr/lib/orthanc/${VIEWER_TARGET}.${UPSTREAM_VERSION} \
usr/share/orthanc/plugins/${VIEWER_TARGET}
override_dh_installchangelogs:
View it on GitLab: https://salsa.debian.org/med-team/orthanc-wsi/compare/fac60a36f833641b6b82573d3f339db9a2b0587c...57998edd81a93a0e7707da2b1cc743df92db2c2c
--
View it on GitLab: https://salsa.debian.org/med-team/orthanc-wsi/compare/fac60a36f833641b6b82573d3f339db9a2b0587c...57998edd81a93a0e7707da2b1cc743df92db2c2c
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/20190128/50002e2e/attachment-0001.html>
More information about the debian-med-commit
mailing list