Santiago Vila pushed to branch master at Debian Med / vtk-dicom


Commits:
e01e4b0b by Adrian Bunk at 2026-07-17T18:25:00+02:00
Fix FTBFS with VTK 9.6. Closes: #1140906.

- - - - -
dd1f2f1a by Santiago Vila at 2026-07-17T18:30:00+02:00
d/control: Drop "Priority: optional" (default).

- - - - -
8efe2d53 by Santiago Vila at 2026-07-17T18:35:00+02:00
d/control: Update standards-version.

- - - - -
3f7394a5 by Santiago Vila at 2026-07-17T18:40:00+02:00
Add debian/salsa-ci.yml.

Jobs BUILD_PACKAGE_ALL and BUILD_PACKAGE_ANY are disabled
as duplicated/redundant, as all binary packages here have
the same type ("Architecture: any" in this case).

- - - - -
be6bab45 by Santiago Vila at 2026-07-17T18:45:00+02:00
Upload for unstable as 0.8.17-3

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/patches/series
- + debian/patches/vtk-9.6.patch
- + debian/salsa-ci.yml


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+vtk-dicom (0.8.17-3) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Adrian Bunk ]
+  * Fix FTBFS with VTK 9.6. Closes: #1140906.
+
+  [ Santiago Vila ]
+  * Drop "Priority: optional" (default).
+  * Update standards-version.
+  * Add debian/salsa-ci.yml.
+
+ -- Santiago Vila <[email protected]>  Fri, 17 Jul 2026 18:45:00 +0200
+
 vtk-dicom (0.8.17-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -2,7 +2,6 @@ Source: vtk-dicom
 Maintainer: Debian Med Packaging Team 
<[email protected]>
 Uploaders: Gert Wollny <[email protected]>
 Section: graphics
-Priority: optional
 Build-Depends: cmake,
                debhelper-compat (= 13),
                dh-exec,
@@ -15,7 +14,7 @@ Build-Depends: cmake,
                python3-vtk9,
                xauth,
                xvfb
-Standards-Version: 4.7.0
+Standards-Version: 4.7.4
 Vcs-Browser: https://salsa.debian.org/med-team/vtk-dicom
 Vcs-Git: https://salsa.debian.org/med-team/vtk-dicom.git
 Homepage: https://github.com/dgobbi/vtk-dicom/


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 # 01_reproducable_build_datetime.patch
 af20bb4928ca8497107cb3595fa06fe02b7ba527.patch
+vtk-9.6.patch


=====================================
debian/patches/vtk-9.6.patch
=====================================
@@ -0,0 +1,15 @@
+Description: Fix FTBFS with VTK 9.6
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1140906
+
+--- a/DicomCli/progress.cxx
++++ b/DicomCli/progress.cxx
+@@ -16,6 +16,8 @@
+ 
+ #include "vtkDICOMUtilities.h"
+ 
++#include <iostream>
++
+ void ProgressObserver::Execute(vtkObject *, unsigned long e, void *vp)
+ {
+   const double initial = 2.0; // time until first report


=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,7 @@
+---
+include:
+  - 
https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
+
+variables:
+  SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1
+  SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1



View it on GitLab: 
https://salsa.debian.org/med-team/vtk-dicom/-/compare/4711bb1c3a36e297cf0566a9ce6677a3f25c0933...be6bab45769a96db46e4ef1a05fafeb2c8494d33

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/vtk-dicom/-/compare/4711bb1c3a36e297cf0566a9ce6677a3f25c0933...be6bab45769a96db46e4ef1a05fafeb2c8494d33
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to