Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
debhelper 11
· 5aaa8c7a
Andreas Tille
authored
Oct 11, 2018
5aaa8c7a
Point Vcs fields to salsa.debian.org
· 0aaafdce
Andreas Tille
authored
Oct 11, 2018
0aaafdce
Standards-Version: 4.2.1
· aa96da84
Andreas Tille
authored
Oct 11, 2018
aa96da84
Adapt doc location to debhelper 11 decision
· e9888c1e
Andreas Tille
authored
Oct 11, 2018
e9888c1e
Upload to unstable
· 8612ccdc
Andreas Tille
authored
Oct 11, 2018
8612ccdc
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
8612ccdc
dicomscope (3.6.0-19) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
-- Andreas Tille <tille@debian.org> Thu, 11 Oct 2018 16:46:40 +0200
dicomscope (3.6.0-18) unstable; urgency=medium
* d/control:
...
...
debian/compat
View file @
8612ccdc
9
11
debian/control
View file @
8612ccdc
...
...
@@ -4,15 +4,15 @@ Uploaders: Andreas Tille <tille@debian.org>,
Gert Wollny <gewo@debian.org>
Section: graphics
Priority: optional
Build-Depends: debhelper (>=
9
),
Build-Depends: debhelper (>=
11~
),
cmake,
libdcmtk-dev,
default-jdk,
javahelper,
zip
Standards-Version: 4.
1
.1
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/dicomscope
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/dicomscope.git
Standards-Version: 4.
2
.1
Vcs-Browser: https://
salsa
.debian.org/
med-team
/dicomscope
Vcs-Git: https://
salsa
.debian.org/
med-team
/dicomscope.git
Homepage: http://dicom.offis.de/dscope.php.en
Package: dicomscope
...
...
@@ -43,8 +43,8 @@ Description: OFFIS DICOM Viewer
Package: libdicomscope-jni
Architecture: any
Section: java
Multi-Arch: same
Section: java
Depends: ${shlibs:Depends},
${misc:Depends}
Breaks: dicomscope (<< 3.6.0-12)
...
...
debian/dicomscope-doc.doc-base.dscs
View file @
8612ccdc
...
...
@@ -18,4 +18,4 @@ Abstract: The OFFIS DICOM Viewer
Section: Science/Medicine
Format: PDF
Files: /usr/share/doc/dicomscope
-doc
/dscs360.pdf
Files: /usr/share/doc/dicomscope/dscs360.pdf
debian/dicomscope-doc.doc-base.dsum
View file @
8612ccdc
...
...
@@ -18,4 +18,4 @@ Abstract: The OFFIS DICOM Viewer
Section: Science/Medicine
Format: PDF
Files: /usr/share/doc/dicomscope
-doc
/dsum360.pdf
Files: /usr/share/doc/dicomscope/dsum360.pdf
debian/patches/fixbug694846.patch
deleted
100644 → 0
View file @
11f809c1
Description: As per bug #694846 libraries were underlinked
Author: Mathieu Malaterre <malat@debian.org>
Bug-Debian: http://bugs.debian.org/694846
Forwarded: not-needed
--- dicomscope-3.6.0.orig/interface/libsrc/CMakeLists.txt
+++ dicomscope-3.6.0/interface/libsrc/CMakeLists.txt
@@ -47,6 +47,7 @@
ADD_DEFINITIONS(-DHAVE_CONFIG_H -DNDEBU
ADD_LIBRARY(jInterface SHARED ${dsgui_SRCS})
TARGET_LINK_LIBRARIES(jInterface ${DCMTK_LIBRARIES} dcmpstat dcmsr dcmjpeg
+ dcmnet
ijg16 ijg12 ijg8 xml2 dcmdsig dcmqrdb crypto oflog)
INSTALL(TARGETS jInterface
RUNTIME DESTINATION ${DICOMSCOPE_INSTALL_BIN_DIR} COMPONENT Runtime
debian/rules
View file @
8612ccdc
...
...
@@ -11,7 +11,7 @@ CMAKE_EXTRA_FLAGS = -DCMAKE_BUILD_TYPE:STRING="" \
-DDICOMSCOPE_INSTALL_LIB_DIR:STRING=lib/$(DEB_HOST_MULTIARCH)/jni
%:
dh $@ --buildsystem=cmake
--parallel
--with javahelper
dh $@ --buildsystem=cmake --with javahelper
override_dh_auto_configure-arch:
dh_auto_configure -- $(CMAKE_EXTRA_FLAGS)
...
...