Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
building 2.5-2
· 1b0878c9
Sebastien Jodogne
authored
Nov 14, 2019
1b0878c9
Upload to unstable
· 6fe826ae
Sebastien Jodogne
authored
Nov 14, 2019
6fe826ae
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
6fe826ae
orthanc-webviewer (2.5-2) unstable; urgency=medium
* Fix FTBFS: linking with gdcm. Closes: #944722
-- Sebastien Jodogne <s.jodogne@gmail.com> Thu, 14 Nov 2019 12:10:53 +0100
orthanc-webviewer (2.5-1) unstable; urgency=medium
* New upstream version
...
...
debian/control
View file @
6fe826ae
...
...
@@ -6,7 +6,7 @@ Priority: optional
Build-Depends: cmake,
debhelper (>= 10),
libboost-all-dev,
libgdcm
2
-dev,
libgdcm-dev,
libgtest-dev,
libjpeg-dev,
libjs-jquery-ui,
...
...
@@ -19,7 +19,7 @@ Build-Depends: cmake,
uuid-dev,
yui-compressor,
zlib1g-dev
Standards-Version: 4.
3.0
Standards-Version: 4.
4.1.1
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
...
...