[med-svn] [Git][med-team/orthanc-dicomweb][master] 2 commits: building 0.5+dfsg-3

Sebastien Jodogne gitlab at salsa.debian.org
Mon Jan 28 14:20:41 GMT 2019


Sebastien Jodogne pushed to branch master at Debian Med / orthanc-dicomweb


Commits:
0dc832a2 by jodogne-guest at 2019-01-28T13:59:16Z
building 0.5+dfsg-3

- - - - -
bf8f770a by jodogne-guest at 2019-01-28T14:14:54Z
Upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- − debian/patches/cmake
- debian/patches/series
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,9 @@
-orthanc-dicomweb (0.5+dfsg-3) UNRELEASED; urgency=medium
+orthanc-dicomweb (0.5+dfsg-3) unstable; urgency=medium
 
   * Updated d/upstream/metadata with new reference paper about Orthanc
+  * Moved plugin binaries from "/usr/lib" to "/usr/lib/orthanc"
 
- -- Sebastien Jodogne <s.jodogne at gmail.com>  Fri, 04 May 2018 12:20:27 +0200
+ -- Sebastien Jodogne <s.jodogne at gmail.com>  Mon, 28 Jan 2019 14:55:50 +0100
 
 orthanc-dicomweb (0.5+dfsg-2) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -18,7 +18,7 @@ Build-Depends: cmake,
                unzip,
                uuid-dev,
                zlib1g-dev
-Standards-Version: 4.1.4
+Standards-Version: 4.3.0
 Vcs-Browser: https://salsa.debian.org/med-team/orthanc-dicomweb
 Vcs-Git: https://salsa.debian.org/med-team/orthanc-dicomweb.git
 Homepage: https://www.orthanc-server.com/static.php?page=dicomweb


=====================================
debian/patches/cmake deleted
=====================================
@@ -1,21 +0,0 @@
-Description: Fix the linking of the shared library
-Author: Sebastien Jodogne <s.jodogne at gmail.com>
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: OrthancDicomWeb-0.5/CMakeLists.txt
-===================================================================
---- OrthancDicomWeb-0.5.orig/CMakeLists.txt
-+++ OrthancDicomWeb-0.5/CMakeLists.txt
-@@ -136,9 +136,9 @@ message("Setting the version of the libr
- 
- add_definitions(-DORTHANC_DICOM_WEB_VERSION="${ORTHANC_DICOM_WEB_VERSION}")
- 
--set_target_properties(OrthancDicomWeb PROPERTIES 
--  VERSION ${ORTHANC_DICOM_WEB_VERSION} 
--  SOVERSION ${ORTHANC_DICOM_WEB_VERSION}
-+set_target_properties(OrthancDicomWeb PROPERTIES
-+  NO_SONAME ON
-+  LINK_FLAGS "-Wl,-soname,libOrthancDicomWeb.so.${ORTHANC_DICOM_WEB_VERSION}"
-   )
- 
- install(


=====================================
debian/patches/series
=====================================
@@ -1 +0,0 @@
-cmake


=====================================
debian/rules
=====================================
@@ -33,18 +33,19 @@ override_dh_auto_configure:
 	dh_auto_configure -- $(CMAKE_EXTRA_FLAGS)
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	( cd Build; ./UnitTests )
+endif
 
 override_dh_clean:
 	rm -rf ThirdPartyDownloads
 	dh_clean
 
 override_dh_auto_install:
-	cp Build/${TARGET} Build/${TARGET}.${UPSTREAM_VERSION}
-	dh_install Build/${TARGET}.${UPSTREAM_VERSION} usr/lib
+	dh_install Build/${TARGET}.${UPSTREAM_VERSION} usr/lib/orthanc
 
 override_dh_link:
-	dh_link usr/lib/${TARGET}.${UPSTREAM_VERSION} usr/share/orthanc/plugins/${TARGET}
+	dh_link usr/lib/orthanc/${TARGET}.${UPSTREAM_VERSION} usr/share/orthanc/plugins/${TARGET}
 
 override_dh_installchangelogs:
 	dh_installchangelogs -k NEWS



View it on GitLab: https://salsa.debian.org/med-team/orthanc-dicomweb/compare/ac6d2e0aed917acd614878b44829ace4302ed4c1...bf8f770af6cc1c0cfdfe9ac44f58c6f7643240d9

-- 
View it on GitLab: https://salsa.debian.org/med-team/orthanc-dicomweb/compare/ac6d2e0aed917acd614878b44829ace4302ed4c1...bf8f770af6cc1c0cfdfe9ac44f58c6f7643240d9
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/0e30ea0e/attachment-0001.html>


More information about the debian-med-commit mailing list