Codebase list orthanc-dicomweb / 8670f2a
preparing 1.2+dfsg-1 jodogne-guest 3 years ago
8 changed file(s) with 16 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
debian/ThirdPartyDownloads/Orthanc-ae0e3fd609df.tar.gz less more
Binary diff not shown
0 orthanc-dicomweb (1.2+dfsg-1) UNRELEASED; urgency=medium
1
2 * New upstream version.
3
4 -- Sebastien Jodogne <s.jodogne@gmail.com> Wed, 27 May 2020 15:21:47 +0200
5
06 orthanc-dicomweb (1.1+dfsg-1) unstable; urgency=medium
17
28 * New upstream version.
88 fonts-font-awesome,
99 libjs-bootstrap4,
1010 libboost-all-dev,
11 libgdcm-dev,
1211 libgtest-dev,
1312 libjpeg-dev,
1413 libjs-jquery,
2120 uuid-dev,
2221 zlib1g-dev,
2322 yui-compressor
24 Standards-Version: 4.5.0.0
23 Standards-Version: 4.5.0
2524 Vcs-Browser: https://salsa.debian.org/med-team/orthanc-dicomweb
2625 Vcs-Git: https://salsa.debian.org/med-team/orthanc-dicomweb.git
2726 Homepage: https://www.orthanc-server.com/static.php?page=dicomweb
88 Copyright: 2012-2016 Sebastien Jodogne <s.jodogne@gmail.com>, University Hospital of Liege (Belgium), and 2017-2020 Osimis S.A. (Belgium)
99 License: AGPL-3
1010
11 Files: Resources/Orthanc/* debian/ThirdPartyDownloads/Orthanc-ae0e3fd609df.tar.gz
11 Files: Resources/Orthanc/* debian/ThirdPartyDownloads/Orthanc-1.7.0.tar.gz
1212 Copyright: 2012-2016 Sebastien Jodogne <s.jodogne@gmail.com>, University Hospital of Liege (Belgium), and 2017-2020 Osimis S.A. (Belgium)
1313 License: GPL-3 with OpenSSL exception
1414
00 Description: Fix the inclusion of the JavaScript libraries
11 Author: Sebastien Jodogne <s.jodogne@orthanc-labs.com>
2 --
2 ---
33 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
4 Index: OrthancDicomWeb-1.0/CMakeLists.txt
4 Index: OrthancDicomWeb-1.2/CMakeLists.txt
55 ===================================================================
6 --- OrthancDicomWeb-1.0.orig/CMakeLists.txt
7 +++ OrthancDicomWeb-1.0/CMakeLists.txt
8 @@ -65,7 +65,7 @@ include(${ORTHANC_ROOT}/Resources/CMake/
6 --- OrthancDicomWeb-1.2.orig/CMakeLists.txt
7 +++ OrthancDicomWeb-1.2/CMakeLists.txt
8 @@ -65,7 +65,7 @@ set(USE_BOOST_ICONV ON)
9 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake)
910 include_directories(${ORTHANC_ROOT})
1011
11 include(${CMAKE_SOURCE_DIR}/Resources/CMake/GdcmConfiguration.cmake)
1212 -include(${CMAKE_SOURCE_DIR}/Resources/CMake/JavaScriptLibraries.cmake)
1313 +include(${CMAKE_SOURCE_DIR}/debian/ThirdPartyDownloads/JavaScriptLibraries.cmake)
1414
2323 override_dh_auto_configure:
2424 # Put 3rd party packages where the cmake build system expects them
2525 mkdir -p ThirdPartyDownloads
26 ( cd ThirdPartyDownloads; cp ../debian/ThirdPartyDownloads/Orthanc-ae0e3fd609df.tar.gz . )
26 ( cd ThirdPartyDownloads; cp ../debian/ThirdPartyDownloads/Orthanc-1.7.0.tar.gz . )
2727
2828 # Place back the jquery library from Debian
2929 cp /usr/share/javascript/jquery/jquery.min.js Resources/Samples/JavaScript/jquery.min.js
0 debian/ThirdPartyDownloads/Orthanc-ae0e3fd609df.tar.gz
0 debian/ThirdPartyDownloads/Orthanc-1.7.0.tar.gz