Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
building 0.5+dfsg-3
· 0dc832a2
Sebastien Jodogne
authored
Jan 28, 2019
0dc832a2
Upload to unstable
· bf8f770a
Sebastien Jodogne
authored
Jan 28, 2019
bf8f770a
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
bf8f770a
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@gmail.com>
Fri, 04 May
201
8
1
2:20:27
+0
2
00
-- Sebastien Jodogne <s.jodogne@gmail.com>
Mon, 28 Jan
201
9
1
4:55:50
+0
1
00
orthanc-dicomweb (0.5+dfsg-2) unstable; urgency=medium
...
...
debian/control
View file @
bf8f770a
...
...
@@ -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
100644 → 0
View file @
ac6d2e0a
Description: Fix the linking of the shared library
Author: Sebastien Jodogne <s.jodogne@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
View file @
bf8f770a
cmake
debian/rules
View file @
bf8f770a
...
...
@@ -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