Your message dated Wed, 28 Feb 2024 22:25:33 +0000
with message-id <[email protected]>
and subject line Bug#1064244: fixed in med-fichier 4.1.0+repack-4.1
has caused the Debian Bug report #1064244,
regarding med-fichier: 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 [email protected]
immediately.)
--
1064244: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064244
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: med-fichier
Version: 4.1.0+repack-4
Severity: important
Tags: patch pending sid trixie
User: [email protected]
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)
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 <[email protected]> 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
--- End Message ---
--- Begin Message ---
Source: med-fichier
Source-Version: 4.1.0+repack-4.1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
med-fichier, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Benjamin Drung <[email protected]> (supplier of updated med-fichier 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 28 Feb 2024 19:51:14 +0000
Source: med-fichier
Architecture: source
Version: 4.1.0+repack-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1064244
Changes:
med-fichier (4.1.0+repack-4.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1064244
Checksums-Sha1:
0be4167a26fb7231fc046017c5acfc98a454f38f 2875 med-fichier_4.1.0+repack-4.1.dsc
2d315d797fc7b9a735485b3da6a2af8466873e4e 14836
med-fichier_4.1.0+repack-4.1.debian.tar.xz
5ce9a1c46315b3ade7331fa084a1052f2a2196b2 10909
med-fichier_4.1.0+repack-4.1_source.buildinfo
Checksums-Sha256:
e2676f8feaf8a58837aa16129288b5aaef3c9dc01746d25d651732cf854c8785 2875
med-fichier_4.1.0+repack-4.1.dsc
4934538b69c083dcd93d5d7d26f9f9bbd2b928a9e638bd98a54fdd8a9d0baf9e 14836
med-fichier_4.1.0+repack-4.1.debian.tar.xz
a2c62d9cbff770c91d5972a9fc0a77c5d1112af0f8e19c9add2dd8b1c0d789c2 10909
med-fichier_4.1.0+repack-4.1_source.buildinfo
Files:
d7115c7180ddb5bbb8b0f25114f7819d 2875 libs optional
med-fichier_4.1.0+repack-4.1.dsc
9d3b66407705e627a7125dbd1deb4ce6 14836 libs optional
med-fichier_4.1.0+repack-4.1.debian.tar.xz
cbb9ce47fc81062966f8585838088e4b 10909 libs optional
med-fichier_4.1.0+repack-4.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfj4gACgkQFZ61xO/I
d0ztvQ/+MybX3xlbQBmPFznn7mw0fBomZwbUHJ2fckTF67wNFa0QbCXEnEbVqnuC
nefv+XqdSsaxThQi+cYoY59K2cJbJQ4SZbnASCmxqmZhjdARz7Q9a8tb3SDHuCyh
w0sz2bGDE1rKZq9EPmwillusqO2K+Nz1Wtb1Otpw0hmVYgQyrSIo1Tc6bTSsYz+D
4ULkd1TBepxI/OR2yf4b9XtPoqfqPXNHs4tTECDnfwqbL+UFmQ7/j/z+MqjHcj0V
p2dnYG7SfK+Mq4HCkmx24QkJtEe6Ug8Wuf3BTI1a5teOr8AX2Upuv8M97ZHlSsno
D0e6/Cf0KUOcKR59J/2t9J4J4EM2wLslZJjHdTaLbPvjzv/djeQdr4Wo1NRVpErS
htIouR7kxUkngWJuBcgwgL1XO7a94FXCZZvwx06WQLvAfOJ9IquSGK8zcwhMd24f
A2LpK3sYf+GxitaDDWFYYQmgotgx738bFrRIoCMgUebRek8fSomlRC9nGM/+NxJv
zshnhJXXm2RdsHx3O8IU3edrzuP7Wl0CUU/qZZOpU4o56S2409jYcdSTGsbyGYMR
XXTP8TmTBDUB5dApalOC/nSl3mr0/YuCjRZchxZzVCwUyaqBCPBlMoUTNZhGPBv5
+vo8rISU4tRhTT6DT/ZaxBGlV++h8B/VgT5/gY2vfFYpILCVSFU=
=cxpA
-----END PGP SIGNATURE-----
pgpDME43qi5Jq.pgp
Description: PGP signature
--- End Message ---