[med-svn] [Git][med-team/dicomscope][master] 5 commits: Fix build with CMake 4 Closes: #1112843
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Oct 17 10:52:21 BST 2025
Andreas Tille pushed to branch master at Debian Med / dicomscope
Commits:
696ecaf0 by Andreas Tille at 2025-10-17T11:47:37+02:00
Fix build with CMake 4 Closes: #1112843
- - - - -
6de010b1 by Andreas Tille at 2025-10-17T11:49:03+02:00
d/watch: version=5
- - - - -
8ffd6cb8 by Andreas Tille at 2025-10-17T11:49:13+02:00
Standards-Version: 4.7.2 (routine-update)
- - - - -
ca33116a by Andreas Tille at 2025-10-17T11:49:43+02:00
debputy lint --auto-fix (routine-update)
- - - - -
4900c3fd by Andreas Tille at 2025-10-17T11:51:41+02:00
routine-update: Ready to upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+dicomscope (3.6.0-28) unstable; urgency=medium
+
+ * Fix build with CMake 4
+ Closes: #1112843
+ * d/watch: version=5
+ * Standards-Version: 4.7.2 (routine-update)
+ * debputy lint --auto-fix (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Fri, 17 Oct 2025 11:49:46 +0200
+
dicomscope (3.6.0-27) unstable; urgency=medium
* Add java-runtime to Depends
=====================================
debian/control
=====================================
@@ -1,16 +1,18 @@
Source: dicomscope
+Standards-Version: 4.7.2
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>,
- Gert Wollny <gewo at debian.org>
+Uploaders:
+ Andreas Tille <tille at debian.org>,
+ Gert Wollny <gewo at debian.org>,
Section: graphics
Priority: optional
-Build-Depends: debhelper-compat (= 13),
- cmake,
- libdcmtk-dev,
- default-jdk,
- javahelper,
- zip
-Standards-Version: 4.6.2
+Build-Depends:
+ debhelper-compat (= 13),
+ cmake,
+ libdcmtk-dev,
+ default-jdk,
+ javahelper,
+ zip,
Vcs-Browser: https://salsa.debian.org/med-team/dicomscope
Vcs-Git: https://salsa.debian.org/med-team/dicomscope.git
Homepage: https://dicom.offis.de/dscope.php.en
@@ -19,12 +21,13 @@ Rules-Requires-Root: no
Package: dicomscope
Architecture: all
Multi-Arch: foreign
-Depends: ${java:Depends},
- ${misc:Depends},
- tk8.6 | tk8.4 | wish,
- default-jre | java-runtime,
- java-wrappers,
- libdicomscope-jni
+Depends:
+ ${java:Depends},
+ ${misc:Depends},
+ tk8.6 | tk8.4 | wish,
+ default-jre | java-runtime,
+ java-wrappers,
+ libdicomscope-jni,
Description: OFFIS DICOM Viewer
DICOMscope is a free DICOM viewer which can display uncompressed, monochrome
DICOM images from all modalities and which supports monitor calibration
@@ -46,8 +49,9 @@ Package: libdicomscope-jni
Architecture: any
Multi-Arch: same
Section: java
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
Description: OFFIS DICOM Viewer (JNI files)
DICOMscope is a free DICOM viewer which can display uncompressed, monochrome
DICOM images from all modalities and which supports monitor calibration
@@ -70,8 +74,9 @@ Description: OFFIS DICOM Viewer (JNI files)
Package: dicomscope-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- doc-base
+Depends:
+ ${misc:Depends},
+ doc-base,
Description: OFFIS DICOM Viewer - documentation
DICOMscope is a free DICOM viewer which can display uncompressed, monochrome
DICOM images from all modalities and which supports monitor calibration
=====================================
debian/rules
=====================================
@@ -15,7 +15,7 @@ CMAKE_EXTRA_FLAGS = -DCMAKE_BUILD_TYPE:STRING="" \
dh $@ --buildsystem=cmake --with javahelper
override_dh_auto_configure-arch:
- dh_auto_configure -- $(CMAKE_EXTRA_FLAGS)
+ dh_auto_configure -- $(CMAKE_EXTRA_FLAGS) -DCMAKE_POLICY_VERSION_MINIMUM=3.5
override_dh_fixperms:
dh_fixperms
=====================================
debian/watch
=====================================
@@ -1,3 +1,4 @@
-version=4
+Version: 5
-https://dicom.offis.de/de/dicomscope/ .*/dscope[\d]+/dsgui(\d)(\d)(\d)\.zip
+Source: https://dicom.offis.de/de/@PACKAGE@/
+Matching-Pattern: .*/dscope[\d]+/dsgui(\d)(\d)(\d)\.zip
View it on GitLab: https://salsa.debian.org/med-team/dicomscope/-/compare/ed59650697d713bd3b88616f3d54e3ed75309362...4900c3fd1d8104fc13eaaa50944460eeafc38f04
--
View it on GitLab: https://salsa.debian.org/med-team/dicomscope/-/compare/ed59650697d713bd3b88616f3d54e3ed75309362...4900c3fd1d8104fc13eaaa50944460eeafc38f04
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20251017/78ff27b7/attachment-0001.htm>
More information about the debian-med-commit
mailing list