Bug#1064244: med-fichier: NMU diff for 64-bit time_t transition
Steve Langasek
vorlon at debian.org
Sun Feb 18 21:47:42 GMT 2024
Source: med-fichier
Version: 4.1.0+repack-4
Severity: important
Tags: patch pending sid trixie
User: debian-arm at 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
med-fichier 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 med-fichier
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'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
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)
-------------- next part --------------
diff -Nru med-fichier-4.1.0+repack/debian/changelog med-fichier-4.1.0+repack/debian/changelog
--- med-fichier-4.1.0+repack/debian/changelog 2023-09-29 18:43:42.000000000 +0000
+++ med-fichier-4.1.0+repack/debian/changelog 2024-02-18 21:36:18.000000000 +0000
@@ -1,3 +1,10 @@
+med-fichier (4.1.0+repack-4.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon at debian.org> Sun, 18 Feb 2024 21:36:18 +0000
+
med-fichier (4.1.0+repack-4) unstable; urgency=medium
* Fix openmpi include dirs (closes: #1052753)
diff -Nru med-fichier-4.1.0+repack/debian/control med-fichier-4.1.0+repack/debian/control
--- med-fichier-4.1.0+repack/debian/control 2021-10-25 21:32:14.000000000 +0000
+++ med-fichier-4.1.0+repack/debian/control 2024-02-18 21:36:18.000000000 +0000
@@ -91,7 +91,7 @@
Multi-Arch: same
Section: libdevel
Depends: libhdf5-mpi-dev,
- libmedc11 (= ${binary:Version}),
+ libmedc11t64 (= ${binary:Version}),
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Development files for libmedc
@@ -102,7 +102,8 @@
This package contains the header files and static library needed to
compile applications that use libmedC.
-Package: libmedc11
+Package: libmedc11t64
+Provides: ${t64:Provides}
Architecture: any
Multi-Arch: same
Section: libs
@@ -111,8 +112,8 @@
Suggests: libmed-doc,
libmed-tools
Pre-Depends: ${misc:Pre-Depends}
-Breaks: libmedc1, libmedc1v5 (= 4.0.0+repack-1)
-Replaces: libmedc1, libmedc1v5 (= 4.0.0+repack-1)
+Breaks: libmedc11 (<< ${source:Version}), libmedc1, libmedc1v5 (= 4.0.0+repack-1)
+Replaces: libmedc11, libmedc1, libmedc1v5 (= 4.0.0+repack-1)
Description: Library to exchange meshed data (C version)
MED-fichier (Mod?lisation et Echanges de Donn?es, in English Modelisation
and Data Exchange) is a library to store and exchange meshed data or
@@ -141,7 +142,7 @@
Architecture: any
Multi-Arch: same
Section: libs
-Depends: libmedc11,
+Depends: libmedc11t64,
${misc:Depends},
${shlibs:Depends}
Suggests: libmed-doc,
diff -Nru med-fichier-4.1.0+repack/debian/libmedc11.install med-fichier-4.1.0+repack/debian/libmedc11.install
--- med-fichier-4.1.0+repack/debian/libmedc11.install 2021-10-25 21:32:14.000000000 +0000
+++ med-fichier-4.1.0+repack/debian/libmedc11.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libmedC.so.*
diff -Nru med-fichier-4.1.0+repack/debian/libmedc11t64.install med-fichier-4.1.0+repack/debian/libmedc11t64.install
--- med-fichier-4.1.0+repack/debian/libmedc11t64.install 1970-01-01 00:00:00.000000000 +0000
+++ med-fichier-4.1.0+repack/debian/libmedc11t64.install 2021-10-25 21:32:14.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libmedC.so.*
diff -Nru med-fichier-4.1.0+repack/debian/libmedc11t64.lintian-overrides med-fichier-4.1.0+repack/debian/libmedc11t64.lintian-overrides
--- med-fichier-4.1.0+repack/debian/libmedc11t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ med-fichier-4.1.0+repack/debian/libmedc11t64.lintian-overrides 2024-02-18 21:36:18.000000000 +0000
@@ -0,0 +1 @@
+libmedc11t64: package-name-doesnt-match-sonames libmedc11
More information about the debian-science-maintainers
mailing list