Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
building 2.4-3
· 422339b6
Sebastien Jodogne
authored
Jan 28, 2019
422339b6
fix
· cf4b9d50
Sebastien Jodogne
authored
Jan 28, 2019
cf4b9d50
updated Standards-Version
· 1788840d
Sebastien Jodogne
authored
Jan 28, 2019
1788840d
fix indentation
· d329f501
Sebastien Jodogne
authored
Jan 28, 2019
d329f501
Upload to unstable
· 2b15d966
Sebastien Jodogne
authored
Jan 28, 2019
2b15d966
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2b15d966
orthanc-webviewer (2.4-3)
UNRELEASED
; urgency=medium
orthanc-webviewer (2.4-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:25:35
+0
2
00
-- Sebastien Jodogne <s.jodogne@gmail.com>
Mon, 28 Jan
201
9
1
4:15:22
+0
1
00
orthanc-webviewer (2.4-2) unstable; urgency=medium
...
...
debian/control
View file @
2b15d966
...
...
@@ -19,7 +19,7 @@ Build-Depends: cmake,
uuid-dev,
yui-compressor,
zlib1g-dev
Standards-Version: 4.
1.4
Standards-Version: 4.
3.0
Vcs-Browser: https://salsa.debian.org/med-team/orthanc-webviewer
Vcs-Git: https://salsa.debian.org/med-team/orthanc-webviewer.git
Homepage: https://www.orthanc-server.com/static.php?page=web-viewer
...
...
debian/patches/cmake
View file @
2b15d966
Description: Fix the
linking of the shared library and the
inclusion of the JavaScript libraries
Author: Sebastien Jodogne <s.jodogne@
gmail
.com>
Description: Fix the inclusion of the JavaScript libraries
Author: Sebastien Jodogne <s.jodogne@
orthanc-labs
.com>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: OrthancWebViewer-2.4/CMakeLists.txt
...
...
@@ -15,17 +15,3 @@ Index: OrthancWebViewer-2.4/CMakeLists.txt
# Check that the Orthanc SDK headers are available
@@ -156,9 +156,10 @@
message("Setting the version of the libr
add_definitions(-DORTHANC_WEBVIEWER_VERSION="${ORTHANC_WEBVIEWER_VERSION}")
-set_target_properties(OrthancWebViewer PROPERTIES
- VERSION ${ORTHANC_WEBVIEWER_VERSION}
- SOVERSION ${ORTHANC_WEBVIEWER_VERSION})
+set_target_properties(OrthancWebViewer PROPERTIES
+ NO_SONAME ON
+ LINK_FLAGS "-Wl,-soname,libOrthancWebViewer.so.${ORTHANC_WEBVIEWER_VERSION}"
+ )
install(
TARGETS OrthancWebViewer
debian/rules
View file @
2b15d966
...
...
@@ -75,18 +75,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