Your message dated Sat, 15 Feb 2025 21:44:49 +0000
with message-id <e1tjpxx-008eoy...@fasolo.debian.org>
and subject line Bug#1063195: fixed in vtk-dicom 0.8.17-1
has caused the Debian Bug report #1063195,
regarding vtk-dicom: NMU diff for 64-bit time_t transition
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1063195: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063195
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: vtk-dicom
Version: 0.8.14-3.1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
vtk-dicom as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for vtk-dicom
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru vtk-dicom-0.8.14/debian/changelog vtk-dicom-0.8.14/debian/changelog
--- vtk-dicom-0.8.14/debian/changelog   2023-01-21 21:41:32.000000000 +0000
+++ vtk-dicom-0.8.14/debian/changelog   2024-02-05 16:39:07.000000000 +0000
@@ -1,3 +1,10 @@
+vtk-dicom (0.8.14-3.2) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Mon, 05 Feb 2024 16:39:07 +0000
+
 vtk-dicom (0.8.14-3.1) unstable; urgency=medium
 
   * Non-maintainer upload
diff -Nru vtk-dicom-0.8.14/debian/control vtk-dicom-0.8.14/debian/control
--- vtk-dicom-0.8.14/debian/control     2023-01-21 21:38:41.000000000 +0000
+++ vtk-dicom-0.8.14/debian/control     2024-02-05 16:39:07.000000000 +0000
@@ -25,7 +25,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libvtkdicom0.8 (= ${binary:Version}), ${misc:Depends}
+Depends: libvtkdicom0.8t64 (= ${binary:Version}), ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Breaks: libvtk-dicom0.7-dev, libvtkdicom0.7
 Replaces: libvtk-dicom0.7-dev, libvtkdicom0.7
@@ -36,7 +36,10 @@
  .
  Development headers
 
-Package: libvtkdicom0.8
+Package: libvtkdicom0.8t64
+Provides: ${t64:Provides}
+Replaces: libvtkdicom0.8
+Breaks: libvtkdicom0.8 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
diff -Nru vtk-dicom-0.8.14/debian/libvtkdicom0.8.install 
vtk-dicom-0.8.14/debian/libvtkdicom0.8.install
--- vtk-dicom-0.8.14/debian/libvtkdicom0.8.install      2023-01-21 
21:38:15.000000000 +0000
+++ vtk-dicom-0.8.14/debian/libvtkdicom0.8.install      1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libvtkDICOM-*.so.*
diff -Nru vtk-dicom-0.8.14/debian/libvtkdicom0.8t64.install 
vtk-dicom-0.8.14/debian/libvtkdicom0.8t64.install
--- vtk-dicom-0.8.14/debian/libvtkdicom0.8t64.install   1970-01-01 
00:00:00.000000000 +0000
+++ vtk-dicom-0.8.14/debian/libvtkdicom0.8t64.install   2023-01-21 
21:38:15.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libvtkDICOM-*.so.*
diff -Nru vtk-dicom-0.8.14/debian/libvtkdicom0.8t64.lintian-overrides 
vtk-dicom-0.8.14/debian/libvtkdicom0.8t64.lintian-overrides
--- vtk-dicom-0.8.14/debian/libvtkdicom0.8t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ vtk-dicom-0.8.14/debian/libvtkdicom0.8t64.lintian-overrides 2024-02-05 
16:39:07.000000000 +0000
@@ -0,0 +1 @@
+libvtkdicom0.8t64: package-name-doesnt-match-sonames libvtkdicom0.8

--- End Message ---
--- Begin Message ---
Source: vtk-dicom
Source-Version: 0.8.17-1
Done: Andreas Tille <ti...@debian.org>

We believe that the bug you reported is fixed in the latest version of
vtk-dicom, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1063...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated vtk-dicom package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 15 Feb 2025 17:13:30 +0100
Source: vtk-dicom
Architecture: source
Version: 0.8.17-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1063195 1091516
Changes:
 vtk-dicom (0.8.17-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
     Closes: #1091516, #1063195
   * Finally fix name of the module
   * Standards-Version: 4.7.0 (routine-update)
   * debhelper-compat 13 (routine-update)
   * Remove trailing whitespace in debian/changelog (routine-update)
   * Do not parse d/changelog (routine-update)
   * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
   * Use secure URI in Homepage field.
   * Rely on pre-initialized dpkg-architecture variables.
   * Avoid explicitly specifying -Wl,--as-needed linker flag.
   * watch file standard 4 (routine-update)
   * Make sure dh_missing --fail-missing works
   * Update lintian-overrides
   * d/copyright: review
Checksums-Sha1:
 7725cf67e1bbb8161d10ace1fed3a42a08f9e3a6 2328 vtk-dicom_0.8.17-1.dsc
 57312abb8832d2d24d915f4e088e13ed664a6210 1493183 vtk-dicom_0.8.17.orig.tar.gz
 63d44636db12efb07d8a4168cc4d3281175f9d5d 6844 vtk-dicom_0.8.17-1.debian.tar.xz
 f702988205c028d8418bb5b0c2662709747b2682 27708 
vtk-dicom_0.8.17-1_amd64.buildinfo
Checksums-Sha256:
 4351da2b6f8121850bb35d297d61cbce7b9fbf1fdc5c4aba27336af6c2edbcde 2328 
vtk-dicom_0.8.17-1.dsc
 d9dab49e0556ffe4e8f480e23918bc37c94f431b4ee142a0a566bfd2a0ecd7dd 1493183 
vtk-dicom_0.8.17.orig.tar.gz
 6488dcecd32cc05262cc108bc8b600a336aa740ff39198c1946260ce6a587375 6844 
vtk-dicom_0.8.17-1.debian.tar.xz
 98ad2c33091e69ab6087c5931d19e50fb93fa429212563bf6ebaa02833eff4e7 27708 
vtk-dicom_0.8.17-1_amd64.buildinfo
Files:
 e16924a1ac2ae7f7e4ad51c8c934f893 2328 graphics optional vtk-dicom_0.8.17-1.dsc
 5b45822530de7e3309a0c7935c4e37ee 1493183 graphics optional 
vtk-dicom_0.8.17.orig.tar.gz
 cad306eaaebc67665d170f44c7d0527a 6844 graphics optional 
vtk-dicom_0.8.17-1.debian.tar.xz
 4197127ef96addf889e05a6551b3e5f0 27708 graphics optional 
vtk-dicom_0.8.17-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmexAbIRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHTug//aT26P75YHLmbKcOdextMiKFv/aIlA0Qj
5pKbtrVa4YRgaWOgPB+/7yctKuX+RxdKzPjThDLMf0CRTdYJlUuWpfM2Josld9gq
JzzA7rsRjuA5qCAJG/1U+sE0CK0RStXo8lsNTwIwcpNVZrUYbF4EQ318W5PvrXTN
kAbPiLaAFEZiYtXX8ykxfylL2JUosFnWSsp2bEKqnOXfXqrIPpcJjJi+WHbjU6uX
tPGkPhx2kWKCI78yUqwE/ZmNstgLMg36nX0ze2+AREMAves2qVX0LJ+AXvNN8MgV
MrhHa5r7t3/ZJ1cU+4PcxNi/M7WbygkLd17vouUInOU2laMpOz3Fs2WrW1FB1hRL
2zuMt3k6ubaWcEjLvhVwMxNWsh58Wx9BiWKKfIZKLUgos1wq2h8AD2jCfUaRmLNt
CRmo5WQJ29mWyF2CNaURCo7RQ9Q8jdNRQDWrpH+88pzCWBIWp/AZ0qnEiQs5knZI
k3t9rVrNUTHiXeIfXNsBpYQdogKKu5y3XOpb3ZV0yNo29Vu2Wo9G4Wpr2uqI0xwP
NRNNBSkqSBB5QeegcVQqapxOUNrGpw91nFDxYiNFxbzPjoD8hzeU/yoQqPj2Gy7h
oQjmiCQxKLOWUulVh5Hz6ow3iu049TKqmTNWhHtcEZ3su4wGDAV6fXO0itvIBy6I
fLzRwCJTUes=
=lwkB
-----END PGP SIGNATURE-----

Attachment: pgp5icgO6OSea.pgp
Description: PGP signature


--- End Message ---

Reply via email to